Releases: WebberZone/better-search
Releases · WebberZone/better-search
Version 2.5.1
Release post: https://webberzone.com/blog/better-search-v2-5-0/
- Bug fix: Custom CSS box wasn't saved when saving settings
Version 2.5.0
Release post: https://webberzone.com/blog/better-search-v2-5-0/
-
Features:
- New section under Better Search » Tools to export and import settings. Best option if you'd like the same configuration across multiple WordPress sites
-
Enhancements:
- If thumbnails are enabled on search results page with seamless mode off, the plugin will search for multiple option in addition to the post thumbnail
- Admin scripts are no longer loaded into the head - but using a separate JavaScript file
- Implemented CodeMirror to format custom styles box
- Replaced jscolor with WordPress color picker
- New filters to modify the style, class, title
-
Bug fixes:
- Fixed notices in PHP 7.4 when viewing popular searches listings
- Link to Better Search plugin page was not nofollow
Version 2.4.0
Release post: https://webberzone.com/blog/better-search-v2-4-0/
-
Features:
- New interface in the admin area to view popular searches. You can also delete the search results from this page
- New setting Number format count under General to turn on/off the number formating of the search count
- New setting Exclude Categories under Search to exclude posts that belong to certain categories
- New setting Stop query on banned words filter under Search to stop searching if the search query contains any word from the banned list i.e. "Filter these words" setting. If you have seamless mode off, Better Search will display an error message. With seamless mode on, this will give a Nothing found message. You can customize it by editing your theme
- New setting Filter whole words only to only filter the full words from the banned list. When activated, partial words will no longer be blocked. You will need to update your banned words list to record more words that you would like filtered
-
Bug fixes:
- Options with checkboxes that haven't been saved in the database should display correctly
- Fixed
bsearch_read_options is deprecated
message on activation
Version 2.3.0
Release post: https://webberzone.com/blog/better-search-v2-3-0/
-
Features:
- New option to disable aggressive searching when no results are found
-
Enhancements:
- HTML markup for the search results page when seamless mode is OFF has been rewritten with several new classes. View example markup
-
Bug fixes:
- WHERE clause will be the same with Seamless mode ON or OFF
- The plugin will only force BOOLEAN mode if no results are found and this wasn't already enabled
Version 2.2.4
New in 2.2.4: Searches are now tracked using Query Variables
Version 2.2.3
- Bug fixes:
- Fixed security issue. Reported by Ryan Dewhurst
- WHERE clause is not replaced in seamless mode
Version 2.2.2
Bug fixes:
- Phrase searches and searches with double quotes should now work properly
- Specified one instance of a missing table prefix to avoid conflicts
Version 2.2.1
Bug fixes:
* Fixed "Fatal error: Can't use function return value in write context"
* Specified table prefix to avoid conflicts
* Fixed code in Tools page for dropping index
Version 2.2.0
-
Features:
- New option to exclude password protected posts from the results
- New option to exclude post/page or custom post type IDs from the results
-
Enhancements:
- Admin interface now uses the Settings API - Please double check your settings. You can delete the old settings using the Tools sub-menu
- New shortcode
bsearch_form
to display the Better Search custom search form - Use
template_include
instead oftemplate_redirect
- Seamless mode now uses Better Search queries directly instead of passing post IDs
-
Deprecated:
- $bsearch_url, bsearch_default_options(), bsearch_read_options(), bsearch_clause_prepare()
Version 2.1.1
- Bug fixes:
- Sanitisation doesn't strip out + and -
- Highlight works properly when using quotations, plus or minus