diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 7 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 7 | ||||
-rw-r--r-- | 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(): |