Skip to content

Commit

Permalink
release of 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Feb 7, 2020
1 parent f5148ac commit 3f8dda6
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## Version 3.2.2:

* Fix bug about the new form with locate by layer #210
* Refactor Edition panel to be editable
* Refactor Attribute Table panel to be editable
* Refactor Tooltip panel to be editable
* Fix compulsory field in Filter by login

## Version 3.2.1

* Remove experimental from 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1"
VERSION = "3.2.2"

#Add iso code for any locales you want to support here (space separated)
# default is no locales
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## [![logo](resources/icons/icon.png "3Liz")][3liz]Lizmap QGIS Plugin

* Latest download link: https://plugins.qgis.org/plugins/lizmap/version/3.2.1/download/
* Latest download link: https://plugins.qgis.org/plugins/lizmap/version/3.2.2/download/
* All versions are available [here](https://plugins.qgis.org/plugins/lizmap/)
* Do not use the link provided by GitHub by default.

Banches :

* 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
Submodule lizmap-locales updated 42 files
+ plugin/i18n/lizmap_cs.qm
+385 −260 plugin/i18n/lizmap_cs.ts
+ plugin/i18n/lizmap_de.qm
+385 −260 plugin/i18n/lizmap_de.ts
+ plugin/i18n/lizmap_el.qm
+385 −260 plugin/i18n/lizmap_el.ts
+ plugin/i18n/lizmap_en.qm
+385 −260 plugin/i18n/lizmap_en.ts
+ plugin/i18n/lizmap_es.qm
+385 −260 plugin/i18n/lizmap_es.ts
+ plugin/i18n/lizmap_eu.qm
+385 −260 plugin/i18n/lizmap_eu.ts
+ plugin/i18n/lizmap_fi.qm
+385 −260 plugin/i18n/lizmap_fi.ts
+ plugin/i18n/lizmap_fr.qm
+385 −260 plugin/i18n/lizmap_fr.ts
+ plugin/i18n/lizmap_gl.qm
+385 −260 plugin/i18n/lizmap_gl.ts
+ plugin/i18n/lizmap_hu_HU.qm
+385 −260 plugin/i18n/lizmap_hu_HU.ts
+ plugin/i18n/lizmap_id.qm
+385 −260 plugin/i18n/lizmap_id.ts
+ plugin/i18n/lizmap_it.qm
+385 −260 plugin/i18n/lizmap_it.ts
+ plugin/i18n/lizmap_nl.qm
+385 −260 plugin/i18n/lizmap_nl.ts
+ plugin/i18n/lizmap_no.qm
+385 −260 plugin/i18n/lizmap_no.ts
+ plugin/i18n/lizmap_pl_PL.qm
+401 −276 plugin/i18n/lizmap_pl_PL.ts
+ plugin/i18n/lizmap_pt.qm
+421 −295 plugin/i18n/lizmap_pt.ts
+ plugin/i18n/lizmap_pt_BR.qm
+385 −260 plugin/i18n/lizmap_pt_BR.ts
+ plugin/i18n/lizmap_ro.qm
+385 −260 plugin/i18n/lizmap_ro.ts
+ plugin/i18n/lizmap_ru.qm
+385 −260 plugin/i18n/lizmap_ru.ts
+385 −260 plugin/i18n/lizmap_sl.ts
+ plugin/i18n/lizmap_sv_SE.qm
+385 −260 plugin/i18n/lizmap_sv_SE.ts
+385 −260 plugin/i18n/lizmap_tr.ts
8 changes: 7 additions & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
version=3.2.2
; end of mandatory metadata

; start of optional metadata
changelog=
Version 3.2.2:
* Fix bug about the new form with locate by layer #210
* Refactor Edition panel to be editable
* Refactor Attribute Table panel to be editable
* Refactor Tooltip panel to be editable
* Fix compulsory field in Filter by login
Version 3.2.1:
* Remove experimental from 3.2.0
* Refactor Locate by layer to be editable
Expand Down
2 changes: 1 addition & 1 deletion resources/ui/ui_lizmap.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2549,7 +2549,7 @@ This is different to the map maximum extent (defined in QGIS project properties,
<item>
<widget class="QPushButton" name="down_edition_layer">
<property name="text">
<string>down</string>
<string notr="true">down</string>
</property>
</widget>
</item>
Expand Down
3 changes: 1 addition & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ set -e
METADATA=$(cat metadata.txt | grep "version=" | cut -d '=' -f2)

echo "Releasing version ${METADATA}"
cd ..

make docker_test
# make docker_test

git commit -am "release of ${METADATA}"
git tag "${METADATA}"
Expand Down

0 comments on commit 3f8dda6

Please sign in to comment.