diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 11 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.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 bc3fde053..836cb2800 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,14 @@ +v4.99.16 - 2026-01-22 +--------------------- + +### Bug fixes ### +- GIS: fix permission issue for non administrator account + +### Technical ### +- improve regenerate permissions for non administrator account +- settings: fix document version + + v4.99.15 - 2026-01-20 --------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 51903b7f4..341fb73b6 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,14 @@ +v4.99.16 - 2026-01-22 +--------------------- + +### Correction de dysfonctionnements ### +- SIG : correction d'un problème de permission pour les comptes non-administrateurs + +### Technique ### +- amélioration de la regénération des permissions pour les comptes non administrateurs +- configuration : correction de la version du document + + v4.99.15 - 2026-01-20 --------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 82c6ab532..a4481b2f7 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.15 -VERSION = (4, 99, 15) +# 4.99.16 +VERSION = (4, 99, 16) def get_version(): |
