summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-25 22:51:25 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-25 22:51:25 +0100
commit5d977a9fa48d08f187184f1ca9f2fb94aeab2148 (patch)
tree81652b07c31bebe746e09a8efeb4989187000fe1
parente63822dee11f519a73790eb51f7009f919adc8b7 (diff)
downloadIshtar-5d977a9fa48d08f187184f1ca9f2fb94aeab2148.tar.bz2
Ishtar-5d977a9fa48d08f187184f1ca9f2fb94aeab2148.zip
🔖 version 4.3.26
-rw-r--r--changelog/en/changelog_2022-06-15.md16
-rw-r--r--changelog/fr/changelog_2023-01-25.md15
-rw-r--r--ishtar_common/version.py4
3 files changed, 33 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 6412f6944..a90ad2733 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,19 @@
+v4.3.26 - 2025-02-25
+--------------------
+
+### Features/improvements ###
+- biographical notes:
+ - sheet: add json fields
+ - forms: manage custom fields
+ - admin: search, CSV export and improve form
+
+
+### Bug fixes ###
+- sheet find: fix treatment status display (#6200)
+- treament search: fix document type search (#6198)
+
+
+
v4.3.25 - 2025-02-24
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 7fc062ddc..ab0fad5a3 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,18 @@
+v4.3.26 - 2025-02-25
+--------------------
+
+### Fonctionnalités/améliorations ###
+- notes biographiques :
+ - fiche : ajout des champs personnalisés
+ - formulaire : gestion des champs personnalisés
+ - administration : recherche, exportation CSV et amélioration du formulaire
+
+
+### Corrections de dysfonctionnements ###
+- fiche mobilier : correction de l'affichage de l'état du traitement (#6200)
+- recherche traitement : correction de la recherche par type de document (#6198)
+
+
v4.3.25 - 2025-02-24
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 5a590d5ec..dcdbeb27b 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.25
-VERSION = (4, 3, 25)
+# 4.3.26
+VERSION = (4, 3, 26)
def get_version():