summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md20
-rw-r--r--changelog/fr/changelog_2023-01-25.md22
-rw-r--r--ishtar_common/version.py4
3 files changed, 44 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 80794d8fe..95933c9ad 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,23 @@
+v4.1.12 - 2024-06-05
+--------------------
+
+### Features/improvements ###
+- update documentation
+- import sheet: better display of modified and created fields
+
+### Bug fixes ###
+- autocomplete towns: fix search for towns with accents (#5557)
+- geo, document form: fix label for "Site" when configuration is checked
+- criteria search - towns - related model: fix "\*" and "- \*" searches
+
+### Technical ###
+- profile - relation engine: default changed to cache tables
+- "settings.py" : load custom settings after local settings
+- installation:
+ - add missing typology - communicability, functional area, cultural attribution
+ - add spatial reference system
+- JS: put load_window at the end of ishtar.js to prevent loading error
+
v4.1.11 - 2024-05-10
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index b75a09b00..235d89ca8 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,25 @@
+v4.1.12 - 2024-06-05
+--------------------
+
+### Fonctionnalités/améliorations ###
+- mise à jour de la documentation
+- fiche import : affichage amélioré des champs modifiés et créés
+
+### Corrections de bugs ###
+- villes autocomplétion : correction de la recherche pour les villes avec accents
+- formulaires géo et document : correction de l'étiquette pour « Site » lorsque la configuration est activée
+- recherche par critères - villes - modèle apparenté : correction des recherches "\*" et "- \*"
+- admin : "Données personnalisées - Menus" renommé en "Données personnalisées - Sections"
+
+### Technique ###
+- profil - moteur de relation : modification de la valeur par défaut des tables de cache
+- "settings.py" : chargement des paramètres personnalisés après les paramètres locaux
+- installation :
+ - ajout de typologie manquante - communicabilité, zone fonctionnelle, attribution culturelle
+ - ajout des systèmes de référence spatiale
+ - suppression des importeurs MCC (obsolètes)
+- JS : load_window à la fin de ishtar.js pour éviter des erreurs de chargement
+
v4.1.11 - 2024-05-10
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index abd9d437c..122752553 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.11
-VERSION = (4, 1, 11)
+# 4.1.12
+VERSION = (4, 1, 12)
def get_version():