From 64ae6fe09fe63c296878887c28a8723d923bf1e3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 4 Feb 2026 17:12:05 +0100 Subject: 🔖 version 4.99.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 10 ++++++++++ changelog/fr/changelog_2025-06-19.md | 10 ++++++++++ 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(): -- cgit v1.2.3