diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-18 11:13:28 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-18 13:00:11 +0200 |
commit | 6c3a8870e1dd92cf7c2bbc1871fe6592dbc3c2b3 (patch) | |
tree | 9886efc06c386db57646f03c12fbbaffb22a71fd | |
parent | 20a8009562b4d03b334469fbe2902386be3371f4 (diff) | |
download | Ishtar-6c3a8870e1dd92cf7c2bbc1871fe6592dbc3c2b3.tar.bz2 Ishtar-6c3a8870e1dd92cf7c2bbc1871fe6592dbc3c2b3.zip |
đź”– version 4.0.61
-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 d4a6e28af..545aa7610 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.0.61 - 2023-10-18 +-------------------- + +### Bug fixes ### +- JS: fix calendar localisation (#5642) +- Custom forms: fix crash when removing fields already filtered (#5643) + v4.0.60 - 2023-10-10 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 34d6b01bf..888cec694 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,10 @@ +v4.0.61 - 2023-10-18 +-------------------- + +### Corrections de dysfonctionnements ### +- Correction de traduction du composant graphique calendrier (#5642) +- Formulaires personnalisés : correction de crash lorsque l'on enlève des champs déjà filtrés (#5643) + v4.0.60 - 2023-10-10 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index ca85dfe86..933101f33 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.60 -VERSION = (4, 0, 60) +# 4.0.61 +VERSION = (4, 0, 61) def get_version(): |