CHANGELOG.md
5.2 KB
v1.13.0
07/26/2017
-
- Support for multiple forms and fields in the same page
-
- Fix typo in
SEARCH_FIELD_MINIUMUM_CHARACTERStranslation string - Fixed validation and JS submission
- Separated JS from inline to file
- Fixed issue with min query length always enforced. It is now possible to have no minimum length by setting to
falseor0
- Fix typo in
v1.12.0
05/31/2017
-
- Added option to switch between Rendered HTML and Raw Markdown content searching. Raw Markdown is faster than default.
v1.11.0
05/29/2017
v1.10.2
04/19/2017
-
- Only check ACL if the Login plugin is installed #112
v1.10.1
04/11/2017
v1.10.0
01/23/2017
v1.9.3
10/19/2016
v1.9.2
09/19/2016
-
- Reverted change in events - causing problems
- Reverted fix for
route: @self, breakingfilter: @self(used in getgrav.org)
v1.9.1
09/08/2016
v1.9.0
09/06/2016
-
- Multiple search boxes support #52
- Added Croatian and Russian translation
-
- Added support for Grav's autoescape twig setting
-
- Fix searching on
@self#53
- Fix searching on
v1.8.0
07/14/2016
v1.7.1
05/03/2016
v1.7.0
04/30/2016
-
- Added support for taxonomy searching in regular searches (not just on-page searches as was the case previously)
- Added support for
route: '@self'to use the route of the current page without specifying it. - Added display search button option - #33
- Refactored code for clarity