Skip to content

Commit

Permalink
Release of 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nworr committed Oct 24, 2024
1 parent b754e60 commit fee4d12
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@ with some extra keywords : backend, tests, test, translation, funders, important

### Changed

## 0.5.4 - 2024-10-24

### Added

* Tests : postgis raster table (rgealti_5m_mtp)
* Admin now check and display the raster table connection status
* Code improvement (php, sql)

### Fixed

* Fix position in profile not displayed on map

### changed

* Check for valid raster table name
* Allow uppercase in raster table name

## 0.5.3 - 2024-10-02

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion altiProfil/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="altiProfil" name="altiProfil" createdate="2020-03-12">
<version date="2024-10-02">0.5.3</version>
<version date="2024-10-24">0.5.4</version>
<label lang="en_US">altiProfil</label>
<description lang="en_US" />
<license URL="https://spdx.org/licenses/GPL-3.0-or-later.html">GNU GPLv3</license>
Expand Down
2 changes: 1 addition & 1 deletion altiProfilAdmin/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="altiProfilAdmin" name="altiProfilAdmin" createdate="2020-08-12">
<version date="2024-10-02">0.5.3</version>
<version date="2024-10-24">0.5.4</version>
<label lang="en_US">altiProfilAdmin</label>
<description lang="en_US" />
<license URL="https://spdx.org/licenses/GPL-3.0-or-later.html">GNU GPLv3</license>
Expand Down

0 comments on commit fee4d12

Please sign in to comment.