diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 14 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 14 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 30 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 3658a79cf..bc3fde053 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,17 @@ +v4.99.15 - 2026-01-20 +--------------------- + +### Features/improvements ### +- statistics: table by default +- statistics - archaeological sites: add modalities (#6567) + +### Bug fixes ### +- dating form: select2 (autocompletion) widget for period (#6566) + +### Technical ### +- update select2 version + + v4.99.14 - 2026-01-19 --------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 8de5f8a83..51903b7f4 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,17 @@ +v4.99.15 - 2026-01-20 +--------------------- + +### Fonctionnalités/améliorations ### +- statistiques : table par défaut +- statistiques - sites : ajout de modalités (#6567) + +### Correction de dysfonctionnements ### +- formulaire datation : widget d'autocompletion pour la période (#6566) + +### Technique ### +- update select2 version + + v4.99.14 - 2026-01-19 --------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 92ab3f2f1..82c6ab532 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.14 -VERSION = (4, 99, 14) +# 4.99.15 +VERSION = (4, 99, 15) def get_version(): |
