File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 2.1.4 - 2024-08-27
6
+
5
7
### Added
6
8
9
+ * Lizmap Web Client 3.8 support
10
+
7
11
## 2.1.3 - 2024-01-10
8
12
9
13
### Fixed
10
14
11
- * fix latest bug: it was still there
15
+ * fix latest bug: it was still there
12
16
13
17
14
18
## 2.1.2 - 2024-01-08
37
41
38
42
### Fixed
39
43
40
- * Check the existence of the configuration file
44
+ * Check the existence of the configuration file
41
45
42
46
## 2.0.2 - 2021-12-24
43
47
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<module xmlns =" http://jelix.org/ns/module/1.0" >
3
3
<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 >
5
5
<label lang =" en_US" >mapBuilder</label >
6
6
<description lang =" en_US" >Jelix module for Lizmap, which adds a map builder based on every repositories</description >
7
7
<license >Mozilla Public License 2.0</license >
10
10
<homepageURL >https://3liz.com</homepageURL >
11
11
</info >
12
12
<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 .*" />
14
14
</dependencies >
15
15
</module >
Original file line number Diff line number Diff line change 18
18
indicate the version of the docker image into ` LIZMAP_VERSION_TAG ` :
19
19
20
20
``` bash
21
- make run LIZMAP_VERSION_TAG=3.6 .0-rc.3-98b5cb4ce
21
+ make run LIZMAP_VERSION_TAG=3.8 .0-rc.4
22
22
```
23
23
24
24
- Add the test data
You can’t perform that action at this time.
0 commit comments