Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nboisteault committed Jun 17, 2024
1 parent c1d0669 commit 90bdace
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## 1.1.0 - 2024-06-17

### Changed

* Compatibility with Lizmap 3.8
* Update JavaScript to use OpenLayers and lit-html exposed APIs from Lizmap

## 1.0.9 - 2024-01-18

### Fixed
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
[![Lint PHP 🚨](https://github.com/3liz/lizmap-pgrouting-module/actions/workflows/php-lint.yml/badge.svg)](https://github.com/3liz/lizmap-pgrouting-module/actions/workflows/php-lint.yml)
[![Packagist](https://img.shields.io/packagist/v/lizmap/lizmap-pgrouting-module)](https://packagist.org/packages/lizmap/lizmap-pgrouting-module)

* Lizmap 3.5.6 minimum
* Use 1.1.0 version minimum with Lizmap 3.8
* Use [this version](https://github.com/3liz/lizmap-pgrouting-module/tree/1.0.9) with Lizmap 3.5.6 minimum
* Documentation (installation, usage..) : https://docs.3liz.org/lizmap-pgrouting-module or see the docs/ directory
* Funded by [CRIGE PACA](https://www.crige-paca.org/) in France

Expand Down
4 changes: 2 additions & 2 deletions pgrouting/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="pgrouting3liz.com" name="pgrouting" createdate="2021-04-29">
<version date="2024-01-18">1.0.9</version>
<version date="2024-06-17">1.1.0</version>
<label lang="en_US">pgrouting</label>
<description lang="en_US" />
<license URL="">Mozilla Public License : http://www.mozilla.org/MPL/</license>
Expand All @@ -10,7 +10,7 @@
<homepageURL>https://3liz.com</homepageURL>
</info>
<dependencies>
<module name="lizmap" minversion="3.5.6" maxversion="3.7.*"/>
<module name="lizmap" minversion="3.5.6" maxversion="3.8.*"/>
</dependencies>
<autoload>
<namespacePathMap name="PgRouting" dir="lib/"/>
Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LIZMAP_DIR=$(shell pwd)/lizmap
LIZMAP_USER_ID:=$(shell id -u)
LIZMAP_USER_GID:=$(shell id -g)

LIZMAP_VERSION_TAG:=3.7
LIZMAP_VERSION_TAG:=3.8.0-rc.1
QGIS_VERSION_TAG:=ltr-rc
POSTGIS_VERSION_TAG:=14-3

Expand Down

0 comments on commit 90bdace

Please sign in to comment.