Skip to content

Commit

Permalink
Tagged v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Jan 27, 2025
1 parent 5d9d436 commit 6ce354e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions better-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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.4
* Version: 4.0.5
* Author: WebberZone
* Author URI: https://webberzone.com/
* Text Domain: better-search
Expand All @@ -34,7 +34,7 @@
*
* @since 2.9.3
*/
define( 'BETTER_SEARCH_VERSION', '4.0.4' );
define( 'BETTER_SEARCH_VERSION', '4.0.5' );
}

if ( ! defined( 'BETTER_SEARCH_PLUGIN_DIR' ) ) {
Expand Down
15 changes: 10 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.4
Stable tag: 4.0.5
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 7.4
Expand Down Expand Up @@ -111,9 +111,12 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro

== Changelog ==

= 4.0.4 =
= 4.0.5 =

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.11.0

= 4.0.4 =

* Modifications:
* Updated Freemius SDK to v2.10.1
Expand Down Expand Up @@ -159,6 +162,8 @@ Release post: [https://webberzone.com/announcements/better-search-v4-enhance-wor

= 4.0.0 =

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/)

* 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.
Expand All @@ -181,5 +186,5 @@ For previous changelog entries, please refer to the separate changelog.txt file

== Upgrade Notice ==

= 4.0.4 =
Bug fixes.
= 4.0.5 =
Updated Freemius SDK to v2.11.0

0 comments on commit 6ce354e

Please sign in to comment.