summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-04-25 12:37:00 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-04-25 12:37:00 +0200
commit104356a09e6e9498c40cafdc39844bee87ae390b (patch)
treeef4bc3633cfc226b657248c3454ff3154a5208c5
parent8e7ba1740f669b80acbd0728e39d9e3cce894b75 (diff)
downloadIshtar-104356a09e6e9498c40cafdc39844bee87ae390b.tar.bz2
Ishtar-104356a09e6e9498c40cafdc39844bee87ae390b.zip
đź”– version 4.1.57
-rw-r--r--changelog/en/changelog_2022-06-15.md11
-rw-r--r--changelog/fr/changelog_2023-01-25.md11
-rw-r--r--ishtar_common/version.py4
3 files changed, 24 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 03892e30f..a79c7990b 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,14 @@
+v4.1.57 - 2025-04-25
+--------------------
+
+### Fonctionnalités/améliorations ###
+- opération - édition par lot : ajout du champ commentaire
+
+
+## Correction de dysfonctionnements ###
+- formulaires : correction de la disponibilité des types désactivés sur les champs multivalués (#6266)
+
+
v4.1.56 - 2025-04-23
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 7507d3ce0..cff7ebe28 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,14 @@
+v4.1.57 - 2025-04-25
+--------------------
+
+### Features/improvements ###
+- operation - bulk edit: add comment field
+
+
+### Bug fixes ###
+- forms: fix availability of disabled types on m2m fields (#6266)
+
+
v4.1.56 - 2025-04-23
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index c2d68494a..e755ed4f3 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.56
-VERSION = (4, 1, 56)
+# 4.1.57
+VERSION = (4, 1, 57)
def get_version():