diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 16 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 15 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
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(): |