v3.3.0
Release post: https://webberzone.com/better-search-v3-3-0
This is a major release. Complete rewrite of the plugin code - Better Search now uses autoloading and namespaces. Database structure has been changed.
-
Features:
- New Admin Dashboard will show the number of searches and the top searches for the day, week, month and all time
-
Enhancements:
- The tables in the database have been changed for more optimized update queries. The plugin will prompt you to run the upgrade script when you update the plugin
- Better Search Tracker doesn't use jQuery anymore
- Uninstall now uses
get_sites()
behind the scenes to delete options from all sites in a multisite install - Blank searches will return no results
- Better Search tables will only be deleted if you set
BETTER_SEARCH_DELETE_DATA
to true in you wp-config.php file
-
Bug fixes:
- Banned search filtering didn't work properly in some cases
What's Changed
- Autoloading and classes by @ajaydsouza in #106
Full Changelog: v3.2.2...v3.3.0