summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-06-13 17:47:35 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-06-13 17:47:35 +0200
commit336b41759e71b5cf936aa640c2d98f1b4031d3e3 (patch)
treec77cc964089a62d16dd5e8c30d35111250fa9ee4
parent9b7239d30ec8625de9ef42a861f37775a32dca78 (diff)
downloadIshtar-336b41759e71b5cf936aa640c2d98f1b4031d3e3.tar.bz2
Ishtar-336b41759e71b5cf936aa640c2d98f1b4031d3e3.zip
🔖 version 4.1.63
-rw-r--r--changelog/en/changelog_2022-06-15.md12
-rw-r--r--changelog/fr/changelog_2023-01-25.md11
-rw-r--r--ishtar_common/version.py4
3 files changed, 25 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index a1bbb049e..2fcec9441 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,15 @@
+v4.1.63 - 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.1.62 - 2025-06-13
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index c8e183740..649586fa2 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,14 @@
+v4.1.63 - 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.1.62 - 2025-06-13
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 3e8514a8d..0379700d5 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.62
-VERSION = (4, 1, 62)
+# 4.1.63
+VERSION = (4, 1, 63)
def get_version():