summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md15
-rw-r--r--changelog/fr/changelog_2023-01-25.md17
-rw-r--r--ishtar_common/version.py4
3 files changed, 33 insertions, 3 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 0d4e9af42..73082fcc6 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,18 @@
+v4.3.22 - 2025-02-17
+--------------------
+
+### Features/improvements ###
+- operations searches: add "Result considered negative" field
+- exhibition:
+ - add description field
+ - basket sheet: display associated exhibitions
+ - create exhibition from basket
+
+
+### Bug fixes ###
+- permissions: fix author and biographical notes permission generation (refs #6187)
+
+
v4.3.21 - 2025-02-11
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 94df622a0..3a8a2ce4c 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,18 @@
+v4.3.22 - 2025-02-17
+--------------------
+
+### Fonctionnalités/améliorations ###
+- recherche opération : ajout du champ « Résultat considéré comme négatif »
+- expositions :
+ - ajout du champ description
+ - fiche panier : affichage des expositions associées
+ - création d'une exposition depuis un panier
+
+
+### Corrections de dysfonctionnements ###
+- permissions: fix author and biographical notes permission generation (refs #6187)
+
+
v4.3.21 - 2025-02-11
--------------------
@@ -13,7 +28,7 @@ v4.3.20 - 2025-02-10
- recherches par ville, par zone pour les personnes, les organisations, les dossiers archéologiques, les enregistrements de contexte, les entrepôts et les conteneurs (#6095)
-### Corrections de bugs ###
+### Corrections de dysfonctionnements ###
- nombreuses corrections sur les permissions (#6068, #6098, #6099, #6100, #6104, #6109, #6110, #6115, #6118, #6125)
- correction de l'absence de traduction de la page d'accueil pour les nouvelles instances (#6136)
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 99c1da78e..185050772 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.21
-VERSION = (4, 3, 21)
+# 4.3.22
+VERSION = (4, 3, 22)
def get_version():