== Search Live by itthinx - Changelog ==

= 2.0.0 =
* WordPress 6.9 compatible.
* Requires at least WordPress 6.5.
* Fixes a deprecated too early call to translation function.

= 1.15.0 =
* WordPress 6.4 compatible.
* Requires at least WordPress 6.0.
* Requires at least PHP 7.4.
* Added compatibility plugin header fields.
* Revised settings and added missing output escaping.
* Updated translatable strings.
* Updated included translations.
* Updated the translation template.

= 1.14.0 =
* WordPress 6.0 compatible.
* Requires at least WordPress 5.6.
* Updated the plugin's menu position to use a plain integer for WordPress 6.x compatibility.
* Revised admin settings.
* Translation template updated.
* Included translations updated.

= 1.13.0 =
* WordPress 5.7 compatible.

= 1.12.0 =
* WordPress 5.6 compatible.
* Fixed issue related to script loading order which could fail to attach live search field event handler.
* Revised plugin information and tags in the readme.
* Updated URLs to use https.

= 1.11.0 =
* WordPress 5.4 compatible.
* Fixed trailing spaces in code.
* Minimum WordPress 5.0 required.
* Improved code documentation formatting.
* Added missing code documentation.
* Added initializations for extracted variables.

= 1.10.0 =
* WordPress 5.2 compatible.
* Revised the search field container and made it more resilient to too generic CSS rules in themes.
* Restructured and improved the search field containers and removed the now unnecessary autoAdjust script and options.
* Improved handling of requested search string.
* Improved the performance of search queries.
* Added the search_live_post_types filter that allows to modify the post types included in search.
* Added the search_live_max_search_terms filter that allows to modify the default (10) maximum number of search terms attended to.

= 1.9.0 =
* WordPress 5.1. compatible.

= 1.8.2 =
* Modified for backwards compatibility with PHP < 5.5 due to an issue with empty
  Fatal error: Can’t use method return value in write context ...

= 1.8.1 =
* Fixed all posts are shown as results when there are no matches.
* Added our icon to the review notice.

= 1.8.0 =
* Tested with WordPress 4.8.

= 1.7.0 =
* Added the Brazilian Portuguese translation.

= 1.6.1 =
* Completed the German translation.

= 1.6.0 =
* Translation template updated.
* German translations added.
* Added the notice class.
* Tested with WordPress 4.7.3.

= 1.5.0 =

* The tooltip (title attribtute) of the search field is now customizable.
* Improved the way search results are obtained when presented on the search
  results page.
* Removed the option related to standard search enhancement or restriction as
  it affected searches originating from Search Live only, and its search results
  on the search results page should be consistent with those obtained in the
  live search form in any case.

= 1.4.0 =

* Tested with WordPress 4.6.
* Improved multilanguage support with updated WPML API usage.
* WPML compatibility improvement : using the wpml_register_single_string action instead of the deprecated icl_register_string function
* WPML compatibility improvement : using the wpml_translate_single_string filter instead of the deprecated icl_translate function

= 1.3.3 =

* Added support for string translations using WPML for configurable strings in the Search Live widget.
* Fixed the translation context of the submit button label.

= 1.3.2 =

* Added the Text Domain and Domain Path in the plugin header.
* Replaced uses of the SEARCH_LIVE_PLUGIN_DOMAIN constant with 'search-live'.

= 1.3.1 =

* Fixed: disable WPML filter by language based on option for widget and shortcode.

= 1.3.0 =

* Added support for custom post types.
* Tested with WordPress 4.4.1.

= 1.2.2 =

* Fixed: posts_where filter affecting queries on the admin side.

= 1.2.1 =

* Improvement: added CSS rule to make screen reader text invisible where themes don't already do it.
* Improvement: adopted a 98% standard width for the search field which makes more sense (also with popular themes).

= 1.2.0 =

* Improvement: Added the option to change the length of descriptions.

= 1.1.0 =

* Improvement: Now also caching result entries (besides query results).
* Improvement: Building descriptions from content when manual excerpts are empty.
* Fixed: Main settings weren't saved.

= 1.0.0 =

* Initial release.
