Skip to content

Commit

Permalink
Tagged v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Jan 2, 2025
1 parent 87ad122 commit 2561216
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
5 changes: 2 additions & 3 deletions better-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* with highly relevant search results improving your visitors search experience.
*
* @package Better_Search
* @author Ajay D'Souza <[email protected]>
* @author Ajay D'Souza
* @license GPL-2.0+
* @link https://webberzone.com
* @copyright 2009-2025 Ajay D'Souza
*
* @wordpress-plugin
* Plugin Name: Better Search Pro
* 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.4
Expand All @@ -20,7 +20,6 @@
* License: GPL-2.0+
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
* Domain Path: /languages
* GitHub Plugin URI: https://github.com/WebberZone/better-search/
*/

namespace WebberZone\Better_Search;
Expand Down
14 changes: 9 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
Stable tag: 4.0.4
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 7.4
Expand Down Expand Up @@ -113,13 +113,17 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro

= 4.0.4 =

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:
* Updated Freemius SDK to v2.10.1

* Bug fixes:
* Search terms with three or less characters threw an error.
* A quoted search string removes the = sign in add_query_arg if unescaped.

= 4.0.3 =

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:
* Added font color (#000) to `.bsearch_highlight` class.
* Only highlight words > 2 characters.
Expand Down Expand Up @@ -177,5 +181,5 @@ For previous changelog entries, please refer to the separate changelog.txt file

== Upgrade Notice ==

= 4.0.3 =
Bug fixes, Better Search Pro launched!
= 4.0.4 =
Bug fixes.

0 comments on commit 2561216

Please sign in to comment.