diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 17 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 17 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 36 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index e104b87cf..5b6898f20 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,20 @@ +v4.99.4 - 2025-11-29 +-------------------- + +### Features/improvements ### +- find - statistics: add top container +- operation/context record/find - duplicate: open the newly created duplicate +- operation - quick context record form: open the newly created context record + + +### Technical ### +- upgrade and patch jQuery, jQuery UI, datatables in order to fix security issues + + +### Bug fixes ### +- fix deletion of items with associated datations + + v4.99.3 - 2025-11-24 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index d2337f9cc..0ba3c36d4 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,20 @@ +v4.99.4 - 2025-11-29 +-------------------- + +### Fonctionnalités/améliorations ### +- opération/unité d'enregistrement/mobilier - cloner : ouverture automatique de la fiche de l'élément cloné +- opération - formulaire rapide d'ajout d'unité d'enregistrement : ouverture automatique de l'unité d'enregistrement créée +- mobilier - statistiques : ajout de la modalité conteneur de premier niveau + + +### Correction de dysfonctionnements ### +- correction de la suppression d'éléments avec des datations associées + + +### Technique ### +- mise à niveau et correctif de jQuery, jQuery UI, datatables afin de corriger des problèmes de sécurité + + v4.99.3 - 2025-11-24 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index fb1b9ba85..575ff51b4 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.3 -VERSION = (4, 99, 3) +# 4.99.4 +VERSION = (4, 99, 4) def get_version(): |
