summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-11-28 15:34:29 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-19 14:45:56 +0100
commit0f9d6565ab50757d5530fc785803906d437aaad1 (patch)
treec6c68f30fd3ddd79909984f0c828153a25170768
parent46262a0b7a249bcaa19622ecf30b3c2110a3ff0c (diff)
downloadIshtar-0f9d6565ab50757d5530fc785803906d437aaad1.tar.bz2
Ishtar-0f9d6565ab50757d5530fc785803906d437aaad1.zip
🔖 version 4.3.11
-rw-r--r--changelog/en/changelog_2022-06-15.md13
-rw-r--r--changelog/fr/changelog_2023-01-25.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 ccabadf32..224f8fd3d 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,16 @@
+v4.3.11 - 2024-11-28
+--------------------
+
+### Features/improvements ###
+- site profile: ability to set default localisation for treatments
+
+### Technical ###
+- add profile slug to default wizard context
+
+### Bug fixes ###
+- fix file template when no filter is provided
+
+
v4.3.10 - 2024-11-25
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 570c0fc4d..35f17b211 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,16 @@
+v4.3.11 - 2024-11-28
+--------------------
+
+### Fonctionnalités/améliorations ###
+- profil du site : possibilité de définir la localisation par défaut des traitements
+
+### Technique ###
+- ajout du nom du profil au contexte par défaut de l'assistant
+
+### Corrections de bugs ###
+- correction du modèle des dossiers lorsqu'aucun filtre n'est fourni
+
+
v4.3.10 - 2024-11-25
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index ace7af7f6..c4409b809 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.10
-VERSION = (4, 3, 10)
+# 4.3.11
+VERSION = (4, 3, 11)
def get_version():