Skip to content

Commit e20b4dc

Browse files
committed
Release 2.4.0
1 parent 7672caf commit e20b4dc

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

55
### Added
66

7+
## 2.4.0 - 2025-05-27
8+
9+
### Added
10+
11+
* Projects logos when loaded or not
12+
13+
### Update
14+
15+
* Demo image on README
16+
* Better way to filter by extent (details on [#86](https://github.com/3liz/lizmap-mapbuilder-module/pull/86))
17+
* Visuals of flash messages ([#87](https://github.com/3liz/lizmap-mapbuilder-module/pull/87))
18+
* Visual of filters to determine if they are applied or not ([#97](https://github.com/3liz/lizmap-mapbuilder-module/pull/97))
19+
20+
### Fixed
21+
22+
* Layers selected are now updated with new visual whenever we load a map from a saved one
23+
724
## 2.3.1 - 2025-02-28
825

926
### Added

mapBuilder/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module xmlns="http://jelix.org/ns/module/1.0">
33
<info id="mapBuilder3liz.com" name="mapBuilder" createdate="2018-10-03">
4-
<version date="2025-02-28">2.3.1</version>
4+
<version date="2025-05-27">2.4.0</version>
55
<label lang="en_US">mapBuilder</label>
66
<description lang="en_US">Jelix module for Lizmap, which adds a map builder based on every repositories</description>
77
<license>Mozilla Public License 2.0</license>

mapBuilderAdmin/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module xmlns="http://jelix.org/ns/module/1.0">
33
<info id="mapBuilderAdmin3liz.com" name="mapBuilderAdmin" createdate="2019-02-28">
4-
<version date="2025-02-28">2.3.1</version>
4+
<version date="2025-05-27">2.4.0</version>
55
<label lang="en_US">mapBuilderAdmin</label>
66
<description lang="en_US">Jelix module for Lizmap, administration of mapBuilder module</description>
77
<license>Mozilla Public License 2.0</license>

0 commit comments

Comments
 (0)