Skip to content

Releases: WebberZone/better-search

Version 3.3.1

09 Mar 18:35
Compare
Choose a tag to compare

Bug fix:

  • Security fix: Potential Cross Site Scripting (XSS) vulnerability. Thanks to Abdi Pranata for reporting this via Patchstack https://patchstack.com/

Full Changelog: v3.3.0...v3.3.1

v3.3.1-RC1

22 Feb 21:32
Compare
Choose a tag to compare
v3.3.1-RC1 Pre-release
Pre-release

Full Changelog: v3.3.0...v3.3.1-RC1

v3.3.0

29 Jan 05:37
Compare
Choose a tag to compare

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

Full Changelog: v3.2.2...v3.3.0

v3.3.0-RC3

23 Jan 07:25
Compare
Choose a tag to compare
v3.3.0-RC3 Pre-release
Pre-release

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
  • Bug fixes:

    • Banned search filtering didn't work properly in some cases

Full Changelog: v3.3.0-RC2...v3.3.0-RC3

v3.3.0-RC2

22 Jan 09:33
Compare
Choose a tag to compare
v3.3.0-RC2 Pre-release
Pre-release

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 attempt to automatically update the tables. If this fails, you can recreate the tables from the Tools screen.
    • 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
  • Bug fixes:

    • Banned search filtering didn't work properly in some case

Full Changelog: v3.3.0-RC1...v3.3.0-RC2

v3.3.0-RC1

19 Jan 15:01
Compare
Choose a tag to compare
v3.3.0-RC1 Pre-release
Pre-release

Changelog:

Complete rewrite of the plugin code using OOP. The plugin now uses autoloading and namespaces. This is a major release.

  • Features:

    • New Admin Dashboard will show the number of searches and the top searches for the day, week, month and all time
  • Enhancements:

    • 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
  • Bug fixes:

    • Banned search filtering didn't work properly in some cases

Full Changelog: v3.3.0-beta1...v3.3.0-RC1

v3.3.0-beta1

17 Jan 18:39
9dbb385
Compare
Choose a tag to compare
v3.3.0-beta1 Pre-release
Pre-release

Complete rewrite of the plugin code using OOP. The plugin now uses autoloading and namespaces. This is a major release.

  • Features:

    • New Admin Dashboard will show the number of searches and the top searches for the day, week, month and all time
  • Enhancements:

    • 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

What's Changed

Full Changelog: v3.2.2...v3.3.0-beta1

v3.2.2

28 Nov 22:21
Compare
Choose a tag to compare

Released on 22 August 2023

Enhancements:

  • Use get_match_sql instead of score in the order by clause
  • Support meta_query argument
  • New filter: better_search_query_date_query

Bug fixes:

  • Checkbox in admin page always showed as modified

Full Changelog: v3.2.1...v3.2.2

v3.2.2-beta1

19 Aug 20:20
Compare
Choose a tag to compare
v3.2.2-beta1 Pre-release
Pre-release

Changelog

  • Enhancements:

    • Use get_match_sql instead of score in the order by clause
    • Support meta_query argument
    • New filter: better_search_query_date_query
  • Bug fixes:

    • Checkbox in admin page always showed as modified

Installation

  1. Download the better-search.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the better-search.zip file that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number

Full Changelog: v3.2.1...v3.2.2-beta1

Version 3.2.1

15 Apr 20:09
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/better-search-v3-2-0/

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.2.1