From c09c222f0dd60e0e1104fd96727a9e04514c2dbe Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 11 Mar 2026 17:29:51 +0100 Subject: 🔖 version 4.99.25 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 13 +++++++++++++ changelog/fr/changelog_2025-06-19.md | 13 +++++++++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index f27e1102b..89692c6d8 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,16 @@ +v4.99.25 - 2026-03-11 +--------------------- + +### Bug fixes ### +- sites search: autocomplete types +- sites tables: prevent duplication of lines of sites with multi types (#6651) +- sheet sites: add link for collaborators + +### Technical ### +- alpha version of statement condition +- GIS API: set srid as geometry field + + v4.99.24 - 2026-03-03 --------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 9bdabb6bb..b0da6a6ed 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,16 @@ +v4.99.25 - 2026-03-11 +--------------------- + +### Correction de dysfonctionnements ### +- sites - recherche : autocompletion du champ type +- sites - tables : empĂȘcher la duplication des lignes quand les types sont multi-valuĂ©s (#6651) +- sheet sites: add link for collaborators + +### Technique ### +- alpha version alpha des constats d'Ă©tat +- API SIG : SRID devient un champ gĂ©ographique + + v4.99.24 - 2026-03-03 --------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 05edf21df..483e50ed7 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.24 -VERSION = (4, 99, 24) +# 4.99.25 +VERSION = (4, 99, 25) def get_version(): -- cgit v1.2.3