From 9ecc2b78c8a7ee57ccd68ea70400ffd553ac8a1a Mon Sep 17 00:00:00 2001 From: Michael Douchin Date: Mon, 9 Feb 2015 10:49:34 +0100 Subject: [PATCH] Prepare release for 1.9.10 --- README.md | 3 ++- __init__.py | 2 +- changelog.txt | 8 ++++++++ metadata.txt | 17 ++++++++++------- 4 files changed, 21 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d13e1de3..7632919c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![logo](icon.png "3Liz")][3liz]Lizmap 1.9.9 +[![logo](icon.png "3Liz")][3liz]Lizmap 1.9.10 ============================================== Publication plugin for Lizmap Web Application, by 3LIZ. @@ -23,6 +23,7 @@ Contributors Salvatore Larosa Paolo Cavallini https://github.com/ewsterrenburg +Arnaud Deleurme Installation -------------- diff --git a/__init__.py b/__init__.py index bf956c0c..07ac0afc 100644 --- a/__init__.py +++ b/__init__.py @@ -53,7 +53,7 @@ def description(): return "Publication plugin for Lizmap web application, by 3liz.com" def version(): - return "Version 1.9.9" + return "Version 1.9.10" def icon(): return "icon.png" diff --git a/changelog.txt b/changelog.txt index 719b4264..6a0f94a6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,13 @@ CHANGELOG + Version 1.9.10 + * Close Lizmap plugin when a new project is loaded - fixes #35 + * Feature - add option to filter layers and data by authenticated user login (and not only by group as previously) + * Feature - New tool to display attribute tables for vector layers + * Map - add options to hide some interface items - funded by CIRAD - Environnements et Sociétés + * Layers - Option to hide groups checkboxes in legend - funded by CIRAD - Environnements et Sociétés + * Translation - Add Greek language file thanks to Arnaud Deleurme + Version 1.9.9 * [BUGFIX] #22 Ask the user to deactivate Layer name capitalization in QGIS option * Improve management of layers option tables such as "Locate by Layers" (remove layers from table if not in the project anymore or if removed during work session, rename layer in the table when renamed from the project) diff --git a/metadata.txt b/metadata.txt index 0d887418..df7b905d 100644 --- a/metadata.txt +++ b/metadata.txt @@ -4,16 +4,19 @@ name=lizmap qgisMinimumVersion=2.0 description=Publish QGIS maps to the Web via Lizmap Web Client, by 3liz.com category=Web -version=version 1.9.9 +version=version 1.9.10 ; end of mandatory metadata ; start of optional metadata changelog= - Version 1.9.9 - * [BUGFIX] #22 Ask the user to deactivate Layer name capitalization in QGIS option - * Improve management of layers option tables such as "Locate by Layers" (remove layers from table if not in the project anymore or if removed during work session, rename layer in the table when renamed from the project) - * Minor GUI modifications in the Layers tab to improve readibility - * Add minLength option for Locate by layer + Version 1.9.10 + * Close Lizmap plugin when a new project is loaded - fixes #35 + * Feature - add option to filter layers and data by authenticated user login + * Feature - New tool to display attribute tables for vector layers + * Map - add options to hide some interface items - funded by CIRAD - Environnements et Sociétés + * Layers - Option to hide groups checkboxes in legend - funded by CIRAD - Environnements et Sociétés + * Translation - Add Greek language file thanks to @Sigromantic + ; tags are in comma separated value format, spaces are allowed @@ -23,7 +26,7 @@ tags=lizmap, server, web, publication, ftp, webmapping, WMS ; in a future version of the web application it will ; be probably possible to create a project on redmine ; if they are not filled -homepage=http://hub.qgis.org/projects/lizmapplugin +homepage=https://github.com/3liz/lizmap-plugin tracker=https://github.com/3liz/lizmap-plugin/issues repository=https://github.com/3liz/lizmap-plugin icon=icon.png