diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-04-28 14:16:42 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-04-28 14:16:42 +0200 |
commit | 619ab93315a3140bb81e819e56b13925983358d5 (patch) | |
tree | 0be9f32e69e99956aaabfbdf08dc528dc24b3db5 | |
parent | d77362a54e9b48cc3d78eb699514a7b520e244ad (diff) | |
download | Ishtar-619ab93315a3140bb81e819e56b13925983358d5.tar.bz2 Ishtar-619ab93315a3140bb81e819e56b13925983358d5.zip |
đź”– version 4.1.58
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 15 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 15 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 24 insertions, 10 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index a79c7990b..e4d43591f 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,12 +1,19 @@ +v4.1.58 - 2025-04-28 +-------------------- + +### Bug fixes ### +- old import list: fix pagination (#6268) + + v4.1.57 - 2025-04-25 -------------------- -### Fonctionnalités/améliorations ### -- opération - édition par lot : ajout du champ commentaire +### Features/improvements ### +- operation - bulk edit: add comment field -## Correction de dysfonctionnements ### -- formulaires : correction de la disponibilité des types désactivés sur les champs multivalués (#6266) +### Bug fixes ### +- forms: fix availability of disabled types on m2m fields (#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 cff7ebe28..746cb3775 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,12 +1,19 @@ +v4.1.58 - 2025-04-28 +-------------------- + +## Correction de dysfonctionnements ### +- listes des anciens imports: correction de la pagination (#6268) + + v4.1.57 - 2025-04-25 -------------------- -### Features/improvements ### -- operation - bulk edit: add comment field +### Fonctionnalités/améliorations ### +- opération - édition par lot : ajout du champ commentaire -### Bug fixes ### -- forms: fix availability of disabled types on m2m fields (#6266) +## 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/ishtar_common/version.py b/ishtar_common/version.py index e755ed4f3..c6499af42 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.57 -VERSION = (4, 1, 57) +# 4.1.58 +VERSION = (4, 1, 58) def get_version(): |