diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-05 11:12:22 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-05 11:12:22 +0200 |
commit | 78f1e9336dfc5b4c2b94ad7788389958639d9174 (patch) | |
tree | 12cef9da8bd59a3af839a0e99b8b8d5a6d083d2f /changelog/en/changelog_2022-06-15.md | |
parent | 65c33071c9f00eb445095b891cebd07bdffff4e5 (diff) | |
download | Ishtar-78f1e9336dfc5b4c2b94ad7788389958639d9174.tar.bz2 Ishtar-78f1e9336dfc5b4c2b94ad7788389958639d9174.zip |
🔖 version 4.1.12
Diffstat (limited to 'changelog/en/changelog_2022-06-15.md')
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 20 |
1 files changed, 20 insertions, 0 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 -------------------- |