summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md16
-rw-r--r--changelog/fr/changelog_2023-01-25.md16
-rw-r--r--ishtar_common/version.py4
3 files changed, 34 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index f8feeba19..ed7884662 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,19 @@
+v4.3.31 - 2025-03-24
+--------------------
+
+### Bug fixes ###
+- custom form: fix administrative act custom forms (#6238, #6239)
+- warehouse: auto associate town of the organization if not town is provided (#6192)
+- sheet geo:
+ - fix label on map view for markers (#6234)
+ - shrink display of large values
+
+
+### Technical ###
+- wizards: improve performance when many are attached
+- custom form - admin: better filter for JSON fields
+
+
v4.3.30 - 2025-03-19
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index b96028db7..6ac224579 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,19 @@
+v4.3.31 - 2025-03-24
+--------------------
+
+### Corrections de dysfonctionnements ###
+- correction des formulaires personnalisés pour des actes administratifs (#6238, #6239)
+- lieux de conservation : association automatique de la ville de l'organisation si aucune ville n'est fournie (#6192)
+- fiches - données géographiques :
+ - correction du libellé sur la vue carte pour les marqueurs (#6234)
+ - amélioration de l'affichage des données dans le tableau
+
+
+### Technique ###
+- formulaires pas à pas : amélioration des performances lorsque de nombreux éléments sont rattachés
+- formulaires personnalisés - administration : meilleur filtre pour les champs JSON
+
+
v4.3.30 - 2025-03-19
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 8ae040e5a..3b6699648 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.30
-VERSION = (4, 3, 30)
+# 4.3.31
+VERSION = (4, 3, 31)
def get_version():