summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-09-14 17:01:45 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-09-14 17:01:45 +0200
commitf0634c7b720cc8813ec738efe84e10cb2b309387 (patch)
tree542864dc09bf85b9f1daea294a66ee16329b2b74
parente4ec78216457b908d76e1c4a2c8840216c3a66bf (diff)
downloadIshtar-f0634c7b720cc8813ec738efe84e10cb2b309387.tar.bz2
Ishtar-f0634c7b720cc8813ec738efe84e10cb2b309387.zip
đź”– version 4.3.60
-rw-r--r--changelog/en/changelog_2022-06-15.md15
-rw-r--r--changelog/fr/changelog_2025-06-19.md7
-rw-r--r--ishtar_common/version.py4
3 files changed, 20 insertions, 6 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 2eba04836..ac09324eb 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,10 @@
+v4.3.60 - 2025-09-14
+--------------------
+
+### Bug fixes ###
+- import: do not create m2m item when no value is provided
+
+
v4.3.59 - 2025-09-14
--------------------
@@ -8,14 +15,14 @@ v4.3.59 - 2025-09-14
v4.3.58 - 2025-09-12
--------------------
-### Technical ###
-- formula: add splitpart filter
-
-
### Features/improvements ###
- statistics - finds: sum by number of remains
+### Technical ###
+- formula: add splitpart filter
+
+
v4.3.57 - 2025-09-11
--------------------
diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md
index d134c2c60..02e979760 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,3 +1,10 @@
+v4.3.60 - 2025-09-14
+--------------------
+
+### Correction de dysfonctionnements ###
+- imports : ne pas créer d'éléments rattachés quand aucune valeur n'est affectée
+
+
v4.3.59 - 2025-09-14
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 8349fbddb..fb53f86ef 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.59
-VERSION = (4, 3, 59)
+# 4.3.60
+VERSION = (4, 3, 60)
def get_version():