summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-02-04 17:12:05 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-02-09 16:54:38 +0100
commit64ae6fe09fe63c296878887c28a8723d923bf1e3 (patch)
tree83e2f76731e41c6b974ab4282ce308fea162f949
parent50f9894c81233c3d1947c3723871af5cd5ab8154 (diff)
downloadIshtar-64ae6fe09fe63c296878887c28a8723d923bf1e3.tar.bz2
Ishtar-64ae6fe09fe63c296878887c28a8723d923bf1e3.zip
🔖 version 4.99.19
-rw-r--r--changelog/en/changelog_2022-06-15.md10
-rw-r--r--changelog/fr/changelog_2025-06-19.md10
-rw-r--r--ishtar_common/version.py4
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():