From 21b7df6d72c69b5bf23c0004d6e14a8e3ca68808 Mon Sep 17 00:00:00 2001 From: Sebastian Castro <sebastian.castro@protonmail.com> Date: Sat, 11 Jan 2020 09:59:15 +0100 Subject: [PATCH] Publish 2.5.6 --- CHANGELOG.md | 13 +++++++++++++ app/config/version.yml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f252f8f..7b1d54fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +v2.5.6 +====== +* FEATURE: Service Worker so GoGoCarto works better on mobile +* FEATURE: Ability to choose multiple attribute to fill the categories +* BUG: MongoDB Broken associations betwwen Contribution and Elements +* BUG: Moderation custom message get lost on refuse pending element +* FEATURE: Import use customFormatedAddress +* FEATURE: Import handle better bad formats and corrupt data +* BUG: Fix Element Export from admin +* FEATURE: Custom style is now also applied to SAAS pages +* BUG: Prevent merging records where no address and no lat/long is provided +* FEATURE: Improve Search + v2.5.1 ====== * BUG: In Element Import Taxonomy Mapping, all mapping was deleted on save diff --git a/app/config/version.yml b/app/config/version.yml index 1f505d065..bd789ceb7 100755 --- a/app/config/version.yml +++ b/app/config/version.yml @@ -1,2 +1,2 @@ parameters: - app.version: 2.5.5 \ No newline at end of file + app.version: 2.5.6 \ No newline at end of file -- GitLab