Skip to content

Commit 46a121a

Browse files
committed
Release 5.0.0-beta.2
1 parent 4e7d95b commit 46a121a

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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
@@ -16,7 +25,7 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Publish and share your QGIS maps on the Web via Lizmap Web Client
44
authors = [
55
{ name = "3Liz", email = "info@3liz.com" }
66
]
7-
version = "5.0.0-beta.2+pre"
7+
version = "5.0.0-beta.2"
88
requires-python = ">= 3.9"
99
license = "GPL-2.0-only"
1010
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)