From 397541d7909d00919a82e38a08e852d0cce025cd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 7 Mar 2025 16:04:35 +0100 Subject: 🔖 version 4.3.29 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 18 ++++++++++++++++++ changelog/fr/changelog_2023-01-25.md | 18 ++++++++++++++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index b40868e45..114ad3d5f 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,21 @@ +v4.3.29 - 2025-03-07 +-------------------- + +### Features/improvements ### +- imports: "match" button in color (warning) + + +### Bug fixes ### +- criteria search: fix exact date query for datetime fields (#6206) +- redirect to sheet ishtaruser after account edition + + +### Technical ### +- GDPR: + - clean command + - admin: add person ID to gdpr persons listing + + v4.3.28 - 2025-02-28 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 32ccd858e..65f737373 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,21 @@ +v4.3.29 - 2025-03-07 +-------------------- + +### Fonctionnalités/améliorations ### +- imports : bouton « correspondance » en couleur + + +### Corrections de dysfonctionnements ### +- recherche par critères : correction de la requête de date exacte pour les champs de type date, heure, minute (#6206) +- redirection vers la fiche compte après l'édition du compte + + +### Technique ### +- RGPD : + - commande de nettoyage + - administration : ajout de l'ID de la personne au listing personnes RGPD + + v4.3.28 - 2025-02-28 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 5d4742ac6..06278dcb8 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.28 -VERSION = (4, 3, 28) +# 4.3.29 +VERSION = (4, 3, 29) def get_version(): -- cgit v1.2.3