diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-09-11 16:46:58 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-09-11 17:00:36 +0200 |
commit | 72b5086225a96207b1590da33cdab35688e834f5 (patch) | |
tree | c36e8d372e4baf97b8989d0862c2efcc6e51e45c | |
parent | 73bce6babe75a777ba6c7b774e20a964cc7bad53 (diff) | |
download | Ishtar-72b5086225a96207b1590da33cdab35688e834f5.tar.bz2 Ishtar-72b5086225a96207b1590da33cdab35688e834f5.zip |
đź”– version 4.3.57
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 12 | ||||
-rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 12 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 26 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index c5029fb9e..3be316a82 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,15 @@ +v4.3.57 - 2025-09-11 +-------------------- + +### Features/improvements ### +- templates: `short_date` filter, `TODAY` and `TIME` variables +- templates operations: add town codes + + +### Bug fixes ### +- fix media exporter for all media export + + v4.3.56 - 2025-09-04 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index ee3ff59c4..6a00763ce 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,15 @@ +v4.3.57 - 2025-09-11 +-------------------- + +### Fonctionnalités/améliorations ### +- patrons: filtre `short_date` pour convertir les dates au format JJ/MM/AAAA, variables `TODAY` (date du jour) et `TIME` (horodatage de la génération) +- patrons operations : ajout des codes communes + + +### Correction de dysfonctionnements ### +- correction de l'exporteur média quand tous les types de média sont sélectionnés + + v4.3.56 - 2025-09-04 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 09f7db951..b52bbe3ba 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.56 -VERSION = (4, 3, 56) +# 4.3.57 +VERSION = (4, 3, 57) def get_version(): |