diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-07 16:04:35 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-07 16:04:35 +0100 |
commit | 397541d7909d00919a82e38a08e852d0cce025cd (patch) | |
tree | 80b3506d3db3728470f3fc20e5224c709b3ba441 | |
parent | 17180dcbd1f8787f0a91b1629187b32f5038395c (diff) | |
download | Ishtar-397541d7909d00919a82e38a08e852d0cce025cd.tar.bz2 Ishtar-397541d7909d00919a82e38a08e852d0cce025cd.zip |
🔖 version 4.3.29
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 18 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 18 | ||||
-rw-r--r-- | 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(): |