8.6 KiB
8.6 KiB
v2.2.2
05/25/2021
v2.2.1
12/02/2020
-
- Require Grav 1.6.0+
- Added autoloader
- Pass phpstan level 3 tests
-
- Fixed
header_keys_ignored
configuration option not taking effect
- Fixed
v2.2.0
09/14/2020
-
- Added config option to choose keys to ignore when searching header
- Added ability to opt-out of page search by setting:
simplesearch: process: false
in page header - Added
form
andforms
to default list of ignores in page header searches
-
- Fix issue to ensure matching ignore keys only checked at root level
- Fix issue where searchable header content was growing exponentially
v2.1.0
05/27/2020
v2.0.0
05/13/2020
-
- Fixed input attribute #165
v1.14.2
12/07/2018
v1.14.1
01/11/2018
v1.14.0
01/08/2018
-
- Added Danish translations #127
-
- Escaped
query
in Twig templates for XSS protection
- Escaped
v1.13.0
07/26/2017
-
- Support for multiple forms and fields in the same page
-
- Fix typo in
SEARCH_FIELD_MINIUMUM_CHARACTERS
translation 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
false
or0
- 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