summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-04-29 11:51:16 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-04-29 11:51:16 +0200
commit369f7d3c12afbdbe3f61f8fecee59d2478bb73ab (patch)
tree0dfb32db6f12079dbb2fc28540c2617992aa2f0f
parent6546efbcdfa4ea73e737d5a20e680d99c62fdcf1 (diff)
downloadIshtar-369f7d3c12afbdbe3f61f8fecee59d2478bb73ab.tar.bz2
Ishtar-369f7d3c12afbdbe3f61f8fecee59d2478bb73ab.zip
🔖 version 4.3.36
-rw-r--r--changelog/en/changelog_2022-06-15.md8
-rw-r--r--changelog/fr/changelog_2023-01-25.md8
-rw-r--r--ishtar_common/version.py4
3 files changed, 18 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 0e2f9558a..f48078427 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,11 @@
+v4.3.36 - 2025-04-29
+--------------------
+
+### Bug fixes ###
+- fix quick add of organization and persons on some wizards forms (#6280, #6279)
+- fix missing Add (+) button for treatment and treatement request (#6300)
+
+
v4.3.35 - 2025-04-28
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index c16600749..b3ae2e21f 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,11 @@
+v4.3.36 - 2025-04-29
+--------------------
+
+## Correction de dysfonctionnements ###
+- correction de l'ajout rapide de l'organisation, de la personne sur des formulaires pas à pas (#6279, #6280)
+- correction de la disponibilité des boutons d'ajout rapide (personne, organisation) pour traitements et demandes de traitements (#6300)
+
+
v4.3.35 - 2025-04-28
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 105c6d953..0b5461197 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.35
-VERSION = (4, 3, 35)
+# 4.3.36
+VERSION = (4, 3, 36)
def get_version():