Skip to content

Commit 508eddf

Browse files
committed
Release 2.3.1
1 parent a9e7f18 commit 508eddf

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

55
### Added
66

7+
## 2.3.1 - 2025-02-28
8+
9+
### Added
10+
11+
* If the configured extent is empty, a default one is loaded
12+
13+
### Update
14+
15+
* Global values now pass through a JSON from PHP to JS
16+
17+
### Fixed
18+
19+
* Catching errors of configured extent
20+
721
## 2.3.0 - 2025-02-27
822

923
### 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-27">2.3.0</version>
4+
<version date="2025-02-28">2.3.1</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-27">2.3.0</version>
4+
<version date="2025-02-28">2.3.1</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)