summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-10 14:31:33 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-19 14:45:57 +0100
commit3e3efb3d6736e417f0b6cf650153840761ee9baf (patch)
tree1f6d6ec57ee6c65d991105c359934b986f834671
parent24417581e8d32f8f3a3ebba2bf4292efdb87230a (diff)
downloadIshtar-3e3efb3d6736e417f0b6cf650153840761ee9baf.tar.bz2
Ishtar-3e3efb3d6736e417f0b6cf650153840761ee9baf.zip
🔖 version 4.3.20
-rw-r--r--changelog/en/changelog_2022-06-15.md13
-rw-r--r--changelog/fr/changelog_2023-01-25.md12
-rw-r--r--ishtar_common/version.py4
3 files changed, 27 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 85c935511..bc347bfbb 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,9 +1,21 @@
+v4.3.20 - 2025-02-10
+--------------------
+
+### Features/improvements ###
+- Town, area searches for person, organisations, archaeological files, context records, warehouses and containers (#6095)
+
+### Bug fixes ###
+- many fix on permissions (#6068, #6098, #6099, #6100, #6104, #6109, #6110, #6115, #6118, #6125)
+- fix no translations for homepage on new instances (#6136)
+
+
v4.3.19 - 2025-01-31
--------------------
### Features/improvements ###
- administration: better management of "Import - Item keys" - import/export, links all user/imports
+
v4.3.18 - 2025-01-28
--------------------
@@ -34,6 +46,7 @@ v4.3.16 - 2025-01-20
- fix import match listing
- fix generation of `cached_label` for base finds
+
v4.3.15 - 2024-12-13
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 965e2ceec..ac011fc98 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,15 @@
+v4.3.20 - 2025-02-10
+--------------------
+
+### Fonctionnalités/améliorations ###
+- 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 ###
+- 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)
+
+
v4.3.19 - 2025-01-31
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 29e1c5ad4..d693a0272 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.19
-VERSION = (4, 3, 19)
+# 4.3.20
+VERSION = (4, 3, 20)
def get_version():