Skip to content

Commit

Permalink
release 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Aug 27, 2024
1 parent ad1707b commit 11acd7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

## Unreleased

## 2.1.4 - 2024-08-27

### Added

* Lizmap Web Client 3.8 support

## 2.1.3 - 2024-01-10

### Fixed

* fix latest bug: it was still there
* fix latest bug: it was still there


## 2.1.2 - 2024-01-08
Expand Down Expand Up @@ -37,7 +41,7 @@

### Fixed

* Check the existence of the configuration file
* Check the existence of the configuration file

## 2.0.2 - 2021-12-24

Expand Down
4 changes: 2 additions & 2 deletions mapBuilder/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="mapBuilder3liz.com" name="mapBuilder" createdate="2018-10-03">
<version date="2024-01-10">2.1.3</version>
<version date="2024-08-27">2.1.4</version>
<label lang="en_US">mapBuilder</label>
<description lang="en_US">Jelix module for Lizmap, which adds a map builder based on every repositories</description>
<license>Mozilla Public License 2.0</license>
Expand All @@ -10,6 +10,6 @@
<homepageURL>https://3liz.com</homepageURL>
</info>
<dependencies>
<module name="lizmap" minversion="3.6.0-pre" maxversion="3.7.*"/>
<module name="lizmap" minversion="3.6.0-pre" maxversion="3.8.*"/>
</dependencies>
</module>
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Steps:
indicate the version of the docker image into `LIZMAP_VERSION_TAG`:

```bash
make run LIZMAP_VERSION_TAG=3.6.0-rc.3-98b5cb4ce
make run LIZMAP_VERSION_TAG=3.8.0-rc.4
```

- Add the test data
Expand Down

0 comments on commit 11acd7e

Please sign in to comment.