File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 5.0.0-beta.2 - 2026-04-22
6+
7+ * Simplify the module plugin.py https://github.com/3liz/lizmap-plugin/pull/716
8+ * Fix: Tooltip validate for display layer style https://github.com/3liz/lizmap-plugin/pull/725
9+ * Feature: configure Portfolio https://github.com/3liz/lizmap-plugin/pull/691
10+ * Fix blocking I/O on unavailable network drives during project checks https://github.com/3liz/lizmap-plugin/pull/727
11+ * Fix/popup tab switching bootstrap5 https://github.com/3liz/lizmap-plugin/pull/726
12+ * Fix security scan https://github.com/3liz/lizmap-plugin/pull/729
13+
514## 5.0.0-beta.1 - 2026-03-25
615
716* Fix: A vector layer can be spatial but having symbology disabled
1625* Fix: Remember layer group collapsed/expanded state per project
1726* Fix: missing type annotations on parent_item parameters
1827* Change hash function from MD5 to SHA256
19- * Feature: add snap_on_start checkbox for edition layers
28+ * Feature: add snap_on_start checkbox for edition layers
2029
2130## 5.0.0-alpha.2 - 2026-02-11
2231
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Publish and share your QGIS maps on the Web via Lizmap Web Client
44authors = [
55 { name = " 3Liz" , email = " info@3liz.com" }
66]
7- version = " 5.0.0-beta.2+pre "
7+ version = " 5.0.0-beta.2"
88requires-python = " >= 3.9"
99license = " GPL-2.0-only"
1010license-files = [" LICENSE" ]
You can’t perform that action at this time.
0 commit comments