diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 19 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 15 | ||||
-rw-r--r-- | 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(): |