Skip to content

Commit

Permalink
Release of 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Oct 3, 2022
1 parent 868aa36 commit 2abad3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ package-zip:
package ${VERSION}
--plugin-repo-url https://packages.3liz.org/pub/${FACTORY_PRODUCT_NAME}-qgis-plugin/${STATUS}/
# For infraV2 infraV3
- cp ${FACTORY_PRODUCT_NAME}.${VERSION}.zip lizmap_server.${CI_COMMIT_REF_NAME}.zip
# On a tag, the zip will be the existing already
- cp ${FACTORY_PRODUCT_NAME}.${VERSION}.zip lizmap_server.${CI_COMMIT_REF_NAME}.zip || true
tags:
- infrav3-plain
artifacts:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.2.0 - 2022-10-03

* Improvement about the filtering by polygon (use a QGIS expression when possible)
* Add a new option to use the centroid for the filtering by polygon. Available in the 3.10.0 version of desktop plugin.
* Fix an issue when fetching information from `metadata.txt` in QGIS Server plugins
Expand Down

0 comments on commit 2abad3a

Please sign in to comment.