diff --git a/CHANGELOG.md b/CHANGELOG.md index de07c62f..db753039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## Version 3.2.7 + +* Refactor dataviz to be editable +* Warn the user if there is an existing tooltip when using drap/drop layout +* Add a Lizmap Web Client version combobox +* Use icons in enums when possible + ## Version 3.2.6 * Refactor form filter to be editable diff --git a/Makefile b/Makefile index f7258b59..545c5f84 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ # Edit the following to match your sources lists ################################################# -VERSION = "3.2.6" +VERSION = "3.2.7" #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 f795f3d0..34193af4 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.6/download/ +* Latest download link: https://plugins.qgis.org/plugins/lizmap/version/3.2.7/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 bd5782eb..7de7b1bc 100644 --- a/metadata.txt +++ b/metadata.txt @@ -7,11 +7,16 @@ 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.6 +version=3.2.7 ; end of mandatory metadata ; start of optional metadata changelog= + Version 3.2.7 + * Refactor dataviz to be editable + * Warn the user if there is an existing tooltip when using drap/drop layout + * Add a Lizmap Web Client version combobox + * Use icons in enums when possible Version 3.2.6: * Refactor form filter to be editable * Some UX issues with table headers