diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-28 12:07:41 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-28 12:07:41 +0100 |
commit | 286fc6ba44ac9f0c51d929bb65df590828c97ce3 (patch) | |
tree | 3690db44c17f5b48bc45a3c19459574ee2478244 | |
parent | 5c6f15811858bd752c0891cd13c575334ef8b46e (diff) | |
download | Ishtar-286fc6ba44ac9f0c51d929bb65df590828c97ce3.tar.bz2 Ishtar-286fc6ba44ac9f0c51d929bb65df590828c97ce3.zip |
đź”– version 4.3.28
-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(): |