diff --git a/better-search.php b/better-search.php index e4627ae..71cb01b 100644 --- a/better-search.php +++ b/better-search.php @@ -13,8 +13,7 @@ * Plugin Name: Better Search * Plugin URI: https://webberzone.com/plugins/better-search/ * Description: Replace the default WordPress search with a contextual search. Search results are sorted by relevancy ensuring a better visitor search experience. - * Version: 4.0.1-beta1 - * Update URI: https://api.freemius.com + * Version: 4.0.1 * Author: WebberZone * Author URI: https://webberzone.com/ * Text Domain: better-search diff --git a/readme.txt b/readme.txt index 4e0678c..a362a97 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: webberzone, Ajay Tags: search, Better Search, related search, relevant search, relevance Donate link: https://ajaydsouza.com/donate/ -Stable tag: 4.0.0 +Stable tag: 4.0.1 Requires at least: 6.3 Tested up to: 6.7 Requires PHP: 7.4 @@ -117,10 +117,21 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == -= 4.0.0 = += 4.0.1 = Release post: [https://webberzone.com/announcements/better-search-v4-enhance-wordpress-search-with-pro-features/](https://webberzone.com/announcements/better-search-v4-enhance-wordpress-search-with-pro-features/) +* Modifications: + * Setting: "Filter whole words only" set to _true_ by default. + +* Bug fixes: + * Corrected the database upgrade notice that was incorrectly displayed for new users. + * Fixed an issue where the search term was not highlighted in the content when following a /search/ link. + * Resolved an issue where the search term was incorrectly highlighted in the alt text of images. + * Seamless mode didn't load correctly. + += 4.0.0 = + * Features: * New live search feature that shows search results as you type. * [Pro] New setting to enable and set the fuzzy search level. Once enabled, the plugin will attempt to find results if the search term is misspelt. This only works effectively for English words. @@ -143,5 +154,5 @@ For previous changelog entries, please refer to the separate changelog.txt file == Upgrade Notice == -= 4.0.0 = += 4.0.1 = Live AJAX Search, New features, Better Search Pro launched!