diff options
-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(): |