From a4c6f692474daaa19f8b738e04839f45e6eedafc Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Mon, 17 Feb 2020 00:04:18 +0100 Subject: [PATCH] release of 3.2.6 --- CHANGELOG.md | 8 ++++++++ Makefile | 2 +- README.md | 2 +- metadata.txt | 8 +++++++- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd72bdf..de07c62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## Version 3.2.6 + +* Refactor form filter to be editable +* Some UX issues with table headers +* Fix missing translations +* Display field alias when possible +* Disable color in tooltip if disabled + ## Version 3.2.5 * Fix Python syntax diff --git a/Makefile b/Makefile index 17a05c0c..f7258b59 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ # Edit the following to match your sources lists ################################################# -VERSION = "3.2.5" +VERSION = "3.2.6" #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 2bc9e398..f795f3d0 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.5/download/ +* Latest download link: https://plugins.qgis.org/plugins/lizmap/version/3.2.6/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 fbdc0b10..bd5782eb 100644 --- a/metadata.txt +++ b/metadata.txt @@ -7,11 +7,17 @@ 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.5 +version=3.2.6 ; end of mandatory metadata ; start of optional metadata changelog= + Version 3.2.6: + * Refactor form filter to be editable + * Some UX issues with table headers + * Fix missing translations + * Display field alias when possible + * Disable color in tooltip if disabled Version 3.2.5: * Fix Python syntax * Refactor Time Manager panel to be editable