Skip to content

Commit

Permalink
Prepare release for 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouchin committed Feb 9, 2015
1 parent 2e1a08c commit 9ecc2b7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -23,6 +23,7 @@ Contributors
Salvatore Larosa <[email protected]>
Paolo Cavallini
https://github.com/ewsterrenburg
Arnaud Deleurme

Installation
--------------
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
17 changes: 10 additions & 7 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9ecc2b7

Please sign in to comment.