summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-08-11 14:11:05 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-08-20 10:20:29 +0200
commit8930fa6941cb9b7e28771c8b333d61d12a43e788 (patch)
tree6d443e4a1d21735549e1dba4f6afe3939544ac03
parent38bc2f4f1ceb17f41fc7a5c6c0b4fb9b3043e6cb (diff)
downloadIshtar-8930fa6941cb9b7e28771c8b333d61d12a43e788.tar.bz2
Ishtar-8930fa6941cb9b7e28771c8b333d61d12a43e788.zip
🔖 version 4.3.54
-rw-r--r--changelog/en/changelog_2022-06-15.md13
-rw-r--r--changelog/fr/changelog_2025-06-19.md13
-rw-r--r--ishtar_common/version.py4
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 85c9d7bb5..f47ad56ad 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,16 @@
+v4.3.54 - 2025-08-11
+--------------------
+
+### Features/improvements ###
+- templates:
+ - add slug to types (#6367)
+ - get a text file when VALUES is used
+
+
+### Bug fixes ###
+- searches: fix exact date searches for datetime fields (#6411)
+
+
v4.3.53 - 2025-07-31
--------------------
diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md
index 64c71f689..d37efb2f0 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,3 +1,16 @@
+v4.3.54 - 2025-08-11
+--------------------
+
+### Fonctionnalités/améliorations ###
+- patrons de document :
+ - ajout des identifiants textuels aux types (#6367)
+ - renvoi d'un fichier texte quand VALUES est utilisé
+
+
+### Correction de dysfonctionnements ###
+- recherche : correction des recherches de dates exactes pour les champs de type date/horaire (#6411)
+
+
v4.3.53 - 2025-07-31
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index a08211f88..624ae895b 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.53
-VERSION = (4, 3, 53)
+# 4.3.54
+VERSION = (4, 3, 54)
def get_version():