diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-15 10:46:58 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-15 10:46:58 +0100 |
| commit | cc49783273130338dc216b42eb8766de98b37dd8 (patch) | |
| tree | 82c643f6bdab1f228dab435ca047fa945b2648c9 | |
| parent | 2ac6fb49221be44b1a1d151abcdd68a38dcaaf29 (diff) | |
| download | Ishtar-cc49783273130338dc216b42eb8766de98b37dd8.tar.bz2 Ishtar-cc49783273130338dc216b42eb8766de98b37dd8.zip | |
🔖 version 4.99.12
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 7 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 7 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 16 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index f52d9b471..620a286f9 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.99.12 - 2026-01-15 +--------------------- + +### Bug fixes ### +- document searches: add missing associated search, fix non associated searches + + v4.99.11 - 2026-01-12 --------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index f5f3764b3..326fdd5bc 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,10 @@ +v4.99.12 - 2026-01-15 +--------------------- + +### Correction de dysfonctionnements ### +- recherches documents : ajout de recherches d'éléments associés manquants, correction des recherche d'éléments non associés + + v4.99.11 - 2026-01-12 --------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index a31dc27f8..8926d66aa 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.11 -VERSION = (4, 99, 11) +# 4.99.12 +VERSION = (4, 99, 12) def get_version(): |
