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