summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-04-23 11:28:30 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-04-23 11:28:30 +0200
commit1a8944adc9869fe825d9700e531267dbe1dc63e6 (patch)
tree959668ceb4dec885531e9c973704a26fcbe3e26d
parentf6607acad89198b7b33df4c99041af84c9fe9d69 (diff)
downloadIshtar-1a8944adc9869fe825d9700e531267dbe1dc63e6.tar.bz2
Ishtar-1a8944adc9869fe825d9700e531267dbe1dc63e6.zip
đź”– version 4.3.33
-rw-r--r--changelog/en/changelog_2022-06-15.md11
-rw-r--r--changelog/fr/changelog_2023-01-25.md11
-rw-r--r--ishtar_common/version.py4
3 files changed, 24 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index f11d64ff8..bccb442a4 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,14 @@
+v4.3.33 - 2025-04-23
+--------------------
+
+### Bug fixes ###
+- fix table export with json fields in search (#6292)
+- finds forms non museum instances:
+ - fix mark label (#6273)
+ - fix museum ID display (#6286)
+- custom forms: fix custom fields edition
+
+
v4.3.32 - 2025-04-03
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 1e96ee62b..f52530e41 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,14 @@
+v4.3.33 - 2025-04-23
+--------------------
+
+## Correction de dysfonctionnements ###
+- correction de l'export des tables avec des champs personnalisés dans la recherche (#6292)
+- formulaire mobilier pour les instances non-musée
+ - correction du libellé « Marquage » (#6273)
+ - correction de l'affichage de l'identifiant musée (#6286)
+- formulaires personnalisés : correction de l'édition des chhamps personnalisés
+
+
v4.3.32 - 2025-04-03
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 0f265e49c..17fa064f5 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.32
-VERSION = (4, 3, 32)
+# 4.3.33
+VERSION = (4, 3, 33)
def get_version():