We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9ca9e commit efe062dCopy full SHA for efe062d
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Unreleased
4
5
+## 5.0.0-rc.1 - 2026-05-28
6
+
7
+* Feature: Option to enable group popup by layers mode https://github.com/3liz/lizmap-plugin/pull/736
8
+* Feature: Option to enable short link permalink management https://github.com/3liz/lizmap-plugin/pull/738
9
10
## 5.0.0-beta.2 - 2026-04-22
11
12
* Simplify the module plugin.py https://github.com/3liz/lizmap-plugin/pull/716
pyproject.toml
@@ -4,7 +4,7 @@ description = "Publish and share your QGIS maps on the Web via Lizmap Web Client
authors = [
{ name = "3Liz", email = "info@3liz.com" }
]
-version = "5.0.0-beta.2"
+version = "5.0.0-rc.1"
requires-python = ">= 3.9"
license = "GPL-2.0-only"
license-files = ["LICENSE"]
0 commit comments