diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-26 23:02:03 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-26 23:02:03 +0100 |
commit | 133ae7259f3c0ef7ff02b536212eb7730f62825d (patch) | |
tree | 8d673b4145b5c11e9774d5db65fd85462ba7271f | |
parent | fbb42494541ef03e35b1113651708ad026db7196 (diff) | |
download | Ishtar-133ae7259f3c0ef7ff02b536212eb7730f62825d.tar.bz2 Ishtar-133ae7259f3c0ef7ff02b536212eb7730f62825d.zip |
đź”– version 4.3.27
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 14 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 14 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 30 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index a90ad2733..fb54580ff 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,17 @@ +v4.3.27 - 2025-02-25 +-------------------- + +### Bug fixes ### +- admin: fix previous/next +- QA form: fix error message management +- generic autocomplete: put first exact match - add parent to search + + +### Features/improvements ### +- sheet ishtaruser: add account management action - add permission message after account edition +- account: redirect to account sheet after save + + v4.3.26 - 2025-02-25 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index ab0fad5a3..79aee0564 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,17 @@ +v4.3.27 - 2025-02-25 +-------------------- + +### Fonctionnalités/améliorations ### +- fiche compte : ajout de l'action de gestion de compte +- compte : redirection vers la fiche de compte après l'enregistrement + + +### Corrections de dysfonctionnements ### +- formulaire édition rapide : correction de la gestion des messages d'erreur +- autocomplétion : correspondance exacte en premier - parent inclus à la recherche +- administration : correction du bouton précédent/suivant + + v4.3.26 - 2025-02-25 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index dcdbeb27b..ecc67d591 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.26 -VERSION = (4, 3, 26) +# 4.3.27 +VERSION = (4, 3, 27) def get_version(): |