Skip to content

Commit

Permalink
release of 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Feb 4, 2020
1 parent 879101d commit cd03ecc
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## Version 3.2.1

* Remove experimental from 3.2.0
* Refactor Locate by layer to be editable
* Refactor Filter by login to be editable
* Remove Lizmap submenu for help and about

## Version 3.2.0

* Version experimental
* Add tooltip about the layer name
* Add support for editing existing rows in atlas panel
* Some code cleanup about UI connections

## Version 3.1.8

* Review button box
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# Edit the following to match your sources lists
#################################################

VERSION = "3.1.8"
VERSION = "3.2.1"

#Add iso code for any locales you want to support here (space separated)
# default is no locales
Expand Down Expand Up @@ -230,7 +230,7 @@ i18n_2_push:

i18n_3_pull:
@echo Pull strings from Transifex 3/4
@cd $(LOCALES_SUBMODULE) && tx pull -a
@cd $(LOCALES_SUBMODULE) && tx pull -a -f

i18n_4_compile:
@echo Compile TS files to QM 4/4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [![logo](resources/icons/icon.png "3Liz")][3liz]Lizmap QGIS Plugin 3.1.8
## [![logo](resources/icons/icon.png "3Liz")][3liz]Lizmap QGIS Plugin 3.2.1

Download link: https://plugins.qgis.org/plugins/lizmap/version/3.1.8/download/
Download link: https://plugins.qgis.org/plugins/lizmap/version/3.2.1/download/

* The [dev](https://github.com/3liz/lizmap-plugin/tree/dev) branch is for the next release of [LWC](https://github.com/3liz/lizmap-web-client/).
* The [master](https://github.com/3liz/lizmap-plugin/tree/master) branch is for the actual released version on [qgis.org](https://plugins.qgis.org) and compatible with the current of [LWC](https://github.com/3liz/lizmap-web-client/).
Expand Down
2 changes: 1 addition & 1 deletion lizmap-locales
10 changes: 8 additions & 2 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ 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.0-beta
version=3.2.1
; end of mandatory metadata

; start of optional metadata
changelog=
Version 3.2.1:
* Remove experimental from 3.2.0
* Refactor Locate by layer to be editable
* Refactor Filter by login to be editable
* Remove Lizmap submenu for help and about
Version 3.2.0:
* Version experimental
* Add tooltip about the layer name
* Add support for editing existing rows in atlas panel
* Some code cleanup about UI connections
Expand All @@ -26,7 +32,7 @@ repository=https://github.com/3liz/lizmap-plugin
icon=resources/icons/icon.png

; experimental flag
experimental=True
experimental=False

; deprecated flag (applies to the whole plugin and not only to the uploaded version)
deprecated=False
Expand Down

0 comments on commit cd03ecc

Please sign in to comment.