diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 8 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 10 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 19 insertions, 3 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 9fd50d8a9..4d142c056 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,11 @@ +v4.3.66 - 2025-10-28 +-------------------- + +### Bug fixes ### +- fix archaeological files forms when instruction deadline is removed (#6484) +- sheet - fix history view with new permissions + + v4.3.65 - 2025-10-24 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index fe2033493..ca5724e43 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,11 @@ +v4.3.66 - 2025-10-28 +-------------------- + +### Correction de dysfonctionnements ### +- correction des formulaires de dossiers archéologiques quand le champ date d'instruction limite est supprimée (#6484) +- fiche - correction de la visualisation de l'historique + + v4.3.65 - 2025-10-24 -------------------- @@ -6,7 +14,7 @@ v4.3.65 - 2025-10-24 - correction regénération du libellé en cache du mobilier des contenants enfants lors du déplacement du contenant parent (#6480) - tables personnes, organisations : correction et optimisation des libellés de communes et des listes de types de personnes (#6441) - correction des permissions sur les imports -- correction de l'orientation des images - ne pas prendre en compte les informations exif (#6419) +- correction de l'orientation des images (#6419) ### Technique ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index fedecdec3..db00afa5a 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.65 -VERSION = (4, 3, 65) +# 4.3.66 +VERSION = (4, 3, 66) def get_version(): |
