Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentj committed Nov 16, 2022
1 parent 4060365 commit 53762dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

### Added

* The module is compatible with Lizmap 3.6
* The module is now only compatible with Lizmap 3.6 and higher

## 2.0.3 - 2022-11-16

### Fixed

Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can have a look at our [map builder demo](https://demo.lizmap.com/mapbuilder
* Local Urbanism Plan project
* Combine these two projects into a single one using the Map Builder

* MapBuilder 2.0.0 is compatible with Lizmap Web Client 3.4, 3.5 and experimentally with Lizmap 3.6
* MapBuilder 2.0.x is compatible with Lizmap Web Client 3.4, 3.5
* MapBuilder 1.1.x is compatible with Lizmap Web Client 3.3 and 3.2

## Installation
Expand All @@ -32,15 +32,6 @@ composer require --working-dir=lizmap/my-packages "lizmap/lizmap-mapbuilder-modu

* Then go into `lizmap/install/` and execute Lizmap install scripts :

With Lizmap 3.6 and higher, first execute:

```bash
php configure.php mapBuilder
php configure.php mapBuilderAdmin
```

then, for Lizmap 3.4, 3.5, 3.6 and higher:

```bash
php installer.php
./clean_vartmp.sh
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="2021-12-24">2.0.2</version>
<version date="2022-11-16">2.0.3</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.4.0" maxversion="3.6.*"/>
<module name="lizmap" minversion="3.4.0" maxversion="3.5.*"/>
</dependencies>
</module>
4 changes: 2 additions & 2 deletions mapBuilderAdmin/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="mapBuilderAdmin3liz.com" name="mapBuilderAdmin" createdate="2019-02-28">
<version date="2021-12-24">2.0.2</version>
<version date="2022-11-16">2.0.3</version>
<label lang="en_US">mapBuilderAdmin</label>
<description lang="en_US">Jelix module for Lizmap, administration of mapBuilder module</description>
<license>Mozilla Public License 2.0</license>
Expand All @@ -10,6 +10,6 @@
<homepageURL>https://3liz.com</homepageURL>
</info>
<dependencies>
<module name="mapBuilder" minversion="2.0.0" maxversion="2.*"/>
<module name="mapBuilder" minversion="2.0.0" maxversion="2.0.*"/>
</dependencies>
</module>

0 comments on commit 53762dc

Please sign in to comment.