diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 17 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 15 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 33 insertions, 3 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index e4357da86..80794d8fe 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,19 @@ +v4.1.11 - 2024-05-10 +-------------------- + +### Features/improvements ### +- Operation: + - add finds and documentation deposit dates + - quick action: add administrative act (#5925) + +### Bug fixes ### +- table count - fix bad number of items count on finds with many associated context record (#5898) +- import error check: fix error when ID is higher than 1000 (#5931) +- account search tables: display profile type instead of profile name (#5618) +- sheet: restore button is more visible and has been detached from navigation buttons (#5917) +- when base finds are deleted, delete the associated finds if not other base find is associated (#3871) +- search query: fix multiple date criteria on the same attribute + v4.0.XX - 2099-12-31 -------------------- @@ -5,7 +21,6 @@ v4.0.XX - 2099-12-31 - biographical note - Biographical notes edit form - ### Features/improvements ### - geo form: - add coordinates display diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index bb3420fb4..b75a09b00 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,18 @@ +v4.1.11 - 2024-05-10 +-------------------- + +### Fonctionnalités/améliorations ### +- Opération : + - ajout des dates de versement de la documentation et du mobilier + - action rapide : ajout d'acte administratif + +### Corrections de dysfonctionnements ### +- table mobilier : correction du nombre d'éléments quand du mobilier est associé à plusieurs unités d'enregistremenr (#5898) +- imports : coche des erreurs - correction d'un dusfonctionnement lorsque l'identifiant est supérieur à 1000 (#5931) +- table des utilisateurs : afficher le type de profil dans les colonnes et non le nom du profil (#5618) +- quand du mobilier d'origine est supprimé, suppresion du mobilier associé si aucun autre mobilier d'origine lui est associé (#3871) +- requête de recherche : correction de la recherche date si plusieurs critères de recherche portent sur le même attribut + v4.0.XX - 2099-12-31 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index de35893f2..abd9d437c 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.10 -VERSION = (4, 1, 10) +# 4.1.11 +VERSION = (4, 1, 11) def get_version(): |