Skip to content

Commit 11acd7e

Browse files
committed
release 2.1.4
1 parent ad1707b commit 11acd7e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
## Unreleased
44

5+
## 2.1.4 - 2024-08-27
6+
57
### Added
68

9+
* Lizmap Web Client 3.8 support
10+
711
## 2.1.3 - 2024-01-10
812

913
### Fixed
1014

11-
* fix latest bug: it was still there
15+
* fix latest bug: it was still there
1216

1317

1418
## 2.1.2 - 2024-01-08
@@ -37,7 +41,7 @@
3741

3842
### Fixed
3943

40-
* Check the existence of the configuration file
44+
* Check the existence of the configuration file
4145

4246
## 2.0.2 - 2021-12-24
4347

mapBuilder/module.xml

Lines changed: 2 additions & 2 deletions
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="2024-01-10">2.1.3</version>
4+
<version date="2024-08-27">2.1.4</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>
@@ -10,6 +10,6 @@
1010
<homepageURL>https://3liz.com</homepageURL>
1111
</info>
1212
<dependencies>
13-
<module name="lizmap" minversion="3.6.0-pre" maxversion="3.7.*"/>
13+
<module name="lizmap" minversion="3.6.0-pre" maxversion="3.8.*"/>
1414
</dependencies>
1515
</module>

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Steps:
1818
indicate the version of the docker image into `LIZMAP_VERSION_TAG`:
1919

2020
```bash
21-
make run LIZMAP_VERSION_TAG=3.6.0-rc.3-98b5cb4ce
21+
make run LIZMAP_VERSION_TAG=3.8.0-rc.4
2222
```
2323

2424
- Add the test data

0 commit comments

Comments
 (0)