diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-20 16:37:04 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-20 17:28:08 +0100 |
| commit | 763f422e8d9c9ba3e5a9f351145ca4189eeab0f9 (patch) | |
| tree | 8c8346e58d47bc4d9fffc704636d14d47a0b26bd | |
| parent | 0e14b5b78ecf1af4f1473017c7d84b0583a05962 (diff) | |
| download | Ishtar-763f422e8d9c9ba3e5a9f351145ca4189eeab0f9.tar.bz2 Ishtar-763f422e8d9c9ba3e5a9f351145ca4189eeab0f9.zip | |
đź”– version 4.99.15
| -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(): |
