From 2a6c998cdad141a3e236db2791fd3b19561584e8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 10 Feb 2025 10:43:24 +0100 Subject: 🔖 version 4.0.79 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 14 +++++++++++++- changelog/fr/changelog_2023-01-25.md | 6 ++++++ 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(): -- cgit v1.2.3