From 90773c4c3d7e5b0e5ef35c4c25c9cdcb04281d15 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 11 Dec 2024 10:28:25 +0100 Subject: 🔖 version 4.3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 13 +++++++++++++ changelog/fr/changelog_2023-01-25.md | 13 +++++++++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 60c254e8b..2df0356a2 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,16 @@ +v4.3.13 - 2024-12-11 +-------------------- + +### Features/improvements ### +- CSS dark mode +- new map layer: IGN cadastral + +### Bug fixes ### +- fix custom form reordering and "add" wizards +- admin: fix geovector form +- QA create warehouse: fix save + + v4.3.12 - 2024-12-01 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index b1cb296f3..c19c4af99 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,16 @@ +v4.3.13 - 2024-12-11 +-------------------- + +### Fonctionnalités/améliorations ### +- CSS - mode sombre +- nouvelle couche de carte : IGN cadastral + +### Corrections de bugs ### +- formulaires personnalisés : correction de la réorganisation des formulaire et des formlaire d'ajout +- administration : correction du formulaire données géo +- formulaire de création rapide de lieu de conservation : correction de l'enregistrement + + v4.3.12 - 2024-12-01 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 0fc261c01..4651678c5 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.12 -VERSION = (4, 3, 12) +# 4.3.13 +VERSION = (4, 3, 13) def get_version(): -- cgit v1.2.3