From 8bbb6cbd7bf229a1d6a8d8fb31e0ca4af4ef54d6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 18 Feb 2025 15:48:46 +0100 Subject: 🔖 version 4.3.23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 19 +++++++++++++++++++ changelog/fr/changelog_2023-01-25.md | 15 +++++++++++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 73082fcc6..c4e95f8f5 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,22 @@ +v4.3.23 - 2025-02-18 +-------------------- + +### Features/improvements ### +- admin: + - improve Next/Previous buttons, + - importer columns - set default importer type and col number + + +### Bug fixes ### +- fix museum find templates +- imports: fix concat with non string +- permissions: fix '"{AREA}"' syntax (#6125) + + +### Technical ### +- sheet find refactoring + + v4.3.22 - 2025-02-17 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 3a8a2ce4c..70c9789bf 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,18 @@ +v4.3.23 - 2025-02-18 +-------------------- + +### Fonctionnalités/améliorations ### +- administration : + - amélioration des boutons suivant/précédent, + - importeurs colonnes - création données par défaut pour type d'importateur et numéro de la colonne + + +### Corrections de dysfonctionnements ### +- correction des fiches mobilier musée +- imports : correction de la concaténation pour les données non textuelles +- permissions : correction de la syntaxe '"{AREA}"' (#6125) + + v4.3.22 - 2025-02-17 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 185050772..a2d8850c8 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.22 -VERSION = (4, 3, 22) +# 4.3.23 +VERSION = (4, 3, 23) def get_version(): -- cgit v1.2.3