From 237a7c0d2be29388376c918afa8ea453b27a9d27 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Fri, 7 Feb 2020 13:01:03 +0100 Subject: [PATCH] release of 3.2.3 --- CHANGELOG.md | 4 ++++ Makefile | 2 +- README.md | 2 +- metadata.txt | 4 +++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f273ca14..0a3dbc02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## Version 3.2.3 + +* Fix crash about color button + ## Version 3.2.2: * Fix bug about the new form with locate by layer #210 diff --git a/Makefile b/Makefile index 3420117e..af3e2553 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ # Edit the following to match your sources lists ################################################# -VERSION = "3.2.2" +VERSION = "3.2.3" #Add iso code for any locales you want to support here (space separated) # default is no locales diff --git a/README.md b/README.md index 88336353..d0bca84a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## [![logo](resources/icons/icon.png "3Liz")][3liz]Lizmap QGIS Plugin -* Latest download link: https://plugins.qgis.org/plugins/lizmap/version/3.2.2/download/ +* Latest download link: https://plugins.qgis.org/plugins/lizmap/version/3.2.3/download/ * All versions are available [here](https://plugins.qgis.org/plugins/lizmap/) * Do not use the link provided by GitHub by default. diff --git a/metadata.txt b/metadata.txt index 611f565b..0ca9a1b4 100644 --- a/metadata.txt +++ b/metadata.txt @@ -7,11 +7,13 @@ description=Publish QGIS maps to the Web via Lizmap Web Client, by 3liz.com about=Publish QGIS maps to the Web via Lizmap Web Client, by 3liz.com. Documentation : https://docs.lizmap.com category=Web # set -beta for dev version -version=3.2.2 +version=3.2.3 ; end of mandatory metadata ; start of optional metadata changelog= + Version 3.2.3: + * Fix crash about color button Version 3.2.2: * Fix bug about the new form with locate by layer #210 * Refactor Edition panel to be editable