diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-13 17:57:06 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-13 17:57:06 +0200 |
commit | 7ecbd4831e706691e7d0204976d56630f2c9d113 (patch) | |
tree | df1411e69d5d8134b668d9263966b53f2678ecd5 | |
parent | 60603ad6431d2bdcb0786a2e51d13276b5a16677 (diff) | |
download | Ishtar-7ecbd4831e706691e7d0204976d56630f2c9d113.tar.bz2 Ishtar-7ecbd4831e706691e7d0204976d56630f2c9d113.zip |
🔖 version 4.3.46
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 14 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 13 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 27 insertions, 4 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 82ab0da06..42f9fe451 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,4 +1,16 @@ -v4.3.45 - 2025-06-30 +v4.3.46 - 2025-06-13 +-------------------- + +### Bug fixes ### +- archaeological sites: remove "add operation" shortcuts (#6329) +- context record bulk update: fix parcel field (#6353) +- find bulk update: + - free ID field available for many items (#6352) + - fix header (#6352) +- forms headers: manage header with conditionnal fields + + +v4.3.45 - 2025-06-13 -------------------- ### Features/improvements ### diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index eea724ece..eb5a12e39 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,4 +1,15 @@ -v4.3.45 - 2025-06-30 +v4.3.46 - 2025-06-13 +-------------------- + +### Correction de dysfonctionnements ### +- sites : retrait de l'action rapide « ajout d'opérations » (#6329) +- formulaire de modification par lots : + - unité d'enregistrement : correction du champ parcelle (#6353) + - mobilier : + - corretion du champ dénomination - entête et disponibilité (#6352) + + +v4.3.45 - 2025-06-13 -------------------- ### Fonctionnalités/améliorations ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index c1bc23f4b..5bac90bce 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.45 -VERSION = (4, 3, 45) +# 4.3.46 +VERSION = (4, 3, 46) def get_version(): |