diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 10 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 10 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 22 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 7072219c8..b0460063a 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,13 @@ +v4.99.19 - 2026-02-04 +--------------------- + +### Bug fixes ### +- manage "base finds" JSON fields in the find modification/search forms + +### Technical ### +- GIS token creation: return http code 403 instead of 200 for invalid tokens + + v4.99.18 - 2026-01-29 --------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 8508df930..635f88873 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,13 @@ +v4.99.19 - 2026-02-04 +--------------------- + +### Correction de dysfonctionnements ### +- gestion des champs JSON « mobilier d'origine » dans les formulaires de modification/recherche mobilier + +### Technique ### +- GIS token creation: return http code 403 instead of 200 for invalid tokens + + v4.99.18 - 2026-01-29 --------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 7e3078c59..651ef5c6d 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.18 -VERSION = (4, 99, 18) +# 4.99.19 +VERSION = (4, 99, 19) def get_version(): |
