diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 13 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 13 | ||||
| -rw-r--r-- | 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(): |
