summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md10
-rw-r--r--changelog/fr/changelog_2025-06-19.md16
-rw-r--r--ishtar_common/version.py4
3 files changed, 25 insertions, 5 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 89692c6d8..cc323bf63 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,13 @@
+v4.99.26 - 2026-03-23
+---------------------
+
+### Features/improvements ###
+- search: button to share a search
+
+### Technical ###
+- cache search counts
+
+
v4.99.25 - 2026-03-11
---------------------
diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md
index b0da6a6ed..5a46a314b 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,13 +1,23 @@
+v4.99.26 - 2026-03-23
+---------------------
+
+### Correction de dysfonctionnements ###
+- recherche : bouton pour partager une recherche
+
+### Technique ###
+- mise en cache du décompte des résultats de recherche
+
+
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
+- notices sites : ajout de liens pour les collaborateurs
### Technique ###
-- alpha version alpha des constats d'état
+- version alpha des constats d'état
- API SIG : SRID devient un champ géographique
@@ -25,7 +35,7 @@ v4.99.23 - 2026-02-28
---------------------
### Technique ###
-- imports: correction - configuration des caractères séparateurs pour les chaînes de caractères
+- imports : correction - configuration des caractères séparateurs pour les chaînes de caractères
v4.99.22 - 2026-02-25
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 483e50ed7..5b4be93c8 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.99.25
-VERSION = (4, 99, 25)
+# 4.99.26
+VERSION = (4, 99, 26)
def get_version():