diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 1 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 1 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 40b543aef..69415b9e3 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -69,6 +69,7 @@ v4.0.XX - 2099-12-31 - Context record autocomplete: explicit search by operation code (#5834) - Sheet: prevent overflow of file name on other fields (#5835) - JSON data date: fix criteria search - sheet display localized version (#5883) +- search: for dates, introduce notation 'criteria=">21/12/2023"' and 'criteria="<21/12/2023"' for before and after v4.0.75 - 2024-04-16 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 492196c33..df21a975c 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -17,6 +17,7 @@ v4.0.XX - 2099-12-31 - Lieu de conservation : autocompletion avec l'identifiant textuel - Formulaire document : suppression de la contrainte d'attachement à un élément - ajout de la pagination pour les imports archivés +- recherche : pour les dates introduction des notations 'critere=">21/12/2023"' et 'critere="<21/12/2023"' pour après et avant #### Imports ##### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 5163935ff..e5f189616 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.2 -VERSION = (4, 1, 2) +# 4.1.3 +VERSION = (4, 1, 3) def get_version(): |