diff --git a/better-search.php b/better-search.php index 9787643..3575174 100644 --- a/better-search.php +++ b/better-search.php @@ -15,7 +15,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: 3.2.0 + * Version: 3.2.1 * Author: Ajay D'Souza * Author URI: https://webberzone.com/ * Text Domain: better-search diff --git a/readme.txt b/readme.txt index a79b028..c63072d 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: webberzone, Ajay Tags: search, Better Search, related search, relevant search, search results, contextual search, heatmap, popular searches, top searches, relevance Donate link: https://ajaydsouza.com/donate/ -Stable tag: 3.2.0 +Stable tag: 3.2.1 Requires at least: 5.6 Tested up to: 6.2 Requires PHP: 7.4 @@ -97,10 +97,16 @@ Know of a better profanity filter? Suggest one in the [forums](https://wordpress == Changelog == -= 3.2.0 = += 3.2.1 = Release post: [https://webberzone.com/blog/better-search-v3-2-0/](https://webberzone.com/blog/better-search-v3-2-0/) +* Bug fixes: + * Make stopwords an array by [@ezific](https://github.com/ezific) + * Fix bsearch_extract_locations by [@mjsterling](https://github.com/mjsterling) + += 3.2.0 = + * Enhancements/modifications: * Only highlight whole words * Censor character has been modified to be a blank phrase instead of a space. Additionally multiple spaces will be replaced by a single space. @@ -189,5 +195,5 @@ Release post: [https://webberzone.com/blog/better-search-v3-0-0/](https://webber == Upgrade Notice == -= 3.2.0 = += 3.2.1 = Check the Changelog or release post on https://webberzone.com for complete details