From 286fc6ba44ac9f0c51d929bb65df590828c97ce3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 28 Feb 2025 12:07:41 +0100 Subject: 🔖 version 4.3.28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 7 +++++++ changelog/fr/changelog_2023-01-25.md | 7 +++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index fb54580ff..b40868e45 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.3.28 - 2025-02-28 +-------------------- + +### Bug fixes ### +- forms: fix management of json fields with formsets, limited permissions and custom forms + + v4.3.27 - 2025-02-25 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 79aee0564..32ccd858e 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,10 @@ +v4.3.28 - 2025-02-28 +-------------------- + +### Corrections de dysfonctionnements ### +- formulaires : correction de la gestion des champs json avec formulaires groupés, permissions limitées et formulaires personnalisés + + v4.3.27 - 2025-02-25 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index ecc67d591..5d4742ac6 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.27 -VERSION = (4, 3, 27) +# 4.3.28 +VERSION = (4, 3, 28) def get_version(): -- cgit v1.2.3