diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 11 | ||||
| -rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 11 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 24 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index b350c0aad..9cd89d806 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,14 @@ +v4.2.9 - 2025-11-29 +------------------- + +### Features/improvements ### +- find - statistics: add top container + + +### Technical ### +- upgrade and patch jQuery, jQuery UI, datatables in order to fix security issues + + v4.2.8 - 2025-10-24 ------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 1ada77831..c035cf86f 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,14 @@ +v4.2.9 - 2025-11-29 +------------------- + +### Fonctionnalités/améliorations ### +- mobilier - statistiques : ajout de la modalité conteneur de premier niveau + + +### Technique ### +- mise à niveau et correctif de jQuery, jQuery UI, datatables afin de corriger des problèmes de sécurité + + v4.2.8 - 2025-10-24 ------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index dd298efb7..afdc8b286 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.2.8 -VERSION = (4, 2, 8) +# 4.2.9 +VERSION = (4, 2, 9) def get_version(): |
