diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 17 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 13 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 30 insertions, 4 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index c7d84fc33..fedf4a3bf 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,9 +1,22 @@ +v4.2.6 - 2025-08-20 +------------------- + +### Features/improvements ### +- templates: + - add slug to types (#6367) + - get a text file when VALUES is used + + +### Bug fixes ### +- searches: fix exact date searches for datetime fields (#6411) + + v4.2.5 - 2025-07-31 ------------------- ### Technical ### -- migrations: fix mysterious bug on some installations (fail on group add with group already here) -- import: force explicitly geo check on post treatments for complex associations +- migrations: fix mysterious bug on some installations (fail on group add with group already here) +- import: force explicitly geo check on post treatments for complex associations v4.2.4 - 2025-07-21 diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 1d23869f2..581caa2c8 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,16 @@ +v4.2.6 - 2025-08-20 +------------------- + +### Fonctionnalités/améliorations ### +- patrons de document : + - ajout des identifiants textuels aux types (#6367) + - renvoi d'un fichier texte quand VALUES est utilisé + + +### Correction de dysfonctionnements ### +- recherche : correction des recherches de dates exactes pour les champs de type date/horaire (#6411) + + v4.2.5 - 2025-07-31 ------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 01165b559..a7f24dd91 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.2.5 -VERSION = (4, 2, 5) +# 4.2.6 +VERSION = (4, 2, 6) def get_version(): |