diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-10 10:43:24 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-10 10:43:24 +0100 |
commit | 2a6c998cdad141a3e236db2791fd3b19561584e8 (patch) | |
tree | 049eb585e35bc362afc6a2a970b44b3cb7ff3a1d | |
parent | 3388ae7048eb0e1df035a4bf6ad25ef92d6035c2 (diff) | |
download | Ishtar-2a6c998cdad141a3e236db2791fd3b19561584e8.tar.bz2 Ishtar-2a6c998cdad141a3e236db2791fd3b19561584e8.zip |
🔖 version 4.0.79
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 14 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 6 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 21 insertions, 3 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index e55f193f9..67d97d187 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,8 +1,20 @@ +v4.0.79 - 2025-02-10 +-------------------- + +### Bug fixes ### +- context record forms: do not crash on fields reordering when some of them are filtered (#6166) + +v4.0.78 - 2024-09-15 +-------------------- + +### Bug fixes ### +- fix document galery (#6022) + v4.0.77 - 2024-06-05 -------------------- ### Bug fixes ### -- hot fix geo forms - no history_creator +- hot fix geo forms - no `history_creator` v4.0.76 - 2024-06-05 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index e5d955cc0..de85ac18a 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,9 @@ +v4.0.79 - 2025-02-10 +-------------------- + +### Corrections de dysfonctionnements ### +- formulaires : correction de crash lorsque certains filtres sont appliqués (#6166) + v4.0.78 - 2024-09-15 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 10e24c80c..497c5bf1e 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.78 -VERSION = (4, 0, 78) +# 4.0.79 +VERSION = (4, 0, 79) def get_version(): |