Skip to content

Latest commit

 

History

History
152 lines (107 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

152 lines (107 loc) · 2.82 KB

v1.9.x

11/xx/2016

    • Added spanish translation

v1.9.3

10/19/2016

    • Fixed an issue with invalid syntax in route: @self logic

v1.9.2

09/19/2016

    • Reverted change in events - causing problems
    • Reverted fix for route: @self, breaking filter: @self (used in getgrav.org)

v1.9.1

09/08/2016

    • Fixed logic to use onPageInitialized event

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

v1.8.0

07/14/2016

    • Added dutch and romanian
    • Fix translating the search input placeholder

v1.7.1

05/03/2016

    • Added configurable min length option for how many characters needed before you can search

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

v1.6.2

01/06/2016

    • Improved the README instructions on how to save all pages

v1.6.1

11/11/2015

    • Strip HTML tags from title and content before searching

v1.6.0

11/11/2015

    • Removing filter: from configuration will search ALL pages

v1.5.1

10/15/2015

    • Minor performance fix
    • Updated README.md with more help
    • Fix for special character searches

v1.5.0

10/07/2015

    • Allow simplesearch to work with on-page collections

v1.4.1

08/31/2015

    • Fixed some blueprint issues

v1.4.0

08/25/2015

    • Added blueprints for Grav Admin plugin
    • Added results sorting

v1.3.0

07/21/2015

    • Added support for modular pages in results

v1.2.7

07/17/2015

    • Fixed "Undefined index: extension" error

v1.2.6

07/14/2015

    • Fixed URL issue that showed up with multi-languages

v1.2.5

04/24/2015

    • Fixed issue with broken image

v1.2.4

02/19/2015

    • Implemented new param_sep variable from Grav 0.9.18

v1.2.3

01/06/2015

    • Improved README.md file with more information

v1.2.2

12/21/2014

    • Fix for invalid base_url in some instances

v1.2.1

11/30/2014

    • ChangeLog started...