Skip to content

Releases: WebberZone/better-search

Version v3.1.0 Beta 1

18 Dec 20:19
8d4e382
Compare
Choose a tag to compare
Version v3.1.0 Beta 1 Pre-release
Pre-release

Bug fixes:
HTML entities were displayed instead of being processed

Version 3.0.3

13 Nov 13:18
Compare
Choose a tag to compare

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

  • Bug fixes:
    • With seamless mode OFF, by default, all post types were being pulled even those not selected in the settings page
    • With seamless mode ON, caching incorrectly gave the same set of results
    • Exclude categories didn't save properly if the field is blanked out

Versions 3.0.3 Beta 1

07 Nov 14:42
Compare
Choose a tag to compare
Versions 3.0.3 Beta 1 Pre-release
Pre-release
  • Bug fixes:
    • With seamless mode OFF, by default, all post types were being pulled even those not selected in the settings page
    • With seamless mode ON, caching incorrectly gave the same set of results

Version 3.0.2

05 Nov 18:18
Compare
Choose a tag to compare

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

  • Enhancements/modifications:

    • New options to disable the display of relevance, post type, author, post date and taxonomies list on the custom search results page
  • Bug fixes:

    • Fixed excerpt_length setting not used in the default template
    • All required attributes are now passed to the shortcodes

Version 3.0.1

24 Oct 13:40
Compare
Choose a tag to compare

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

  • Enhancements/modifications:

    • New option to disable the automatic addition of the stylesheet
    • Custom search results page now displays Sort by and Sorted by
    • New constant BETTER_SEARCH_VERSION that is used to enqueue scripts and styles
  • Bug fixes:

    • If no excerpt_length is passed, the plugin will use the default value from the settings page
    • Better_Search is only initiated if it is a search results page
    • Custom results page excerpt is now highlighted

Version 3.0.1 Beta 1

23 Oct 18:39
Compare
Choose a tag to compare
Version 3.0.1 Beta 1 Pre-release
Pre-release
  • Enhancements/modifications:

    • New option to disable the automatic addition of the stylesheet
    • Custom search results page now displays Sort by and Sorted by
    • New constant BETTER_SEARCH_VERSION that is used to enqueue scripts and styles
  • Bug fixes:

    • If no excerpt_length is passed, the plugin will use the default value from the settings page
    • Better_Search is only initiated if it is a search results page
    • Custom results page excerpt is now highlighted

Version 3.0.0

17 Oct 10:40
Compare
Choose a tag to compare

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

  • Features:

    • New classes Better_Search_Query and Better_Search. The latter is a wrapper for WP_Query and brings all the power of WP_Query to Better Search. The former is the core class that filters the required functions as well as replaces the older seamless mode implementation
    • New settings to search taxonomies, comments, excerpt, meta, authors and comments. These will all return the posts corresponding where the search term is found in the above fields
    • New parameter bydate if set to true will sort posts by date
    • Advanced Search form now displays the select dropdown of post types that allows to search a specific post type
    • Highlight search terms on pages referred from the search results page
    • New stylesheet which is enqueued on search results page and singular posts/pages
  • Enhancements/modifications:

    • hellip wrapped in bsearch_hellip span tag for easy access
    • Transients will be deleted when the plugin is removed
  • Bug fixes:

    • Resetting settings caused issues for the default styles and color fields
    • Uninstalling didn't delete the option key from database.
  • Deprecated:

    • PHP 5.x support has been dropped and attempting to install the plugin on these installs will throw errors!
    • Multitude of functions have been deprecated. Check the deprecated.php file for the full list. Deprecated functions will also throw up a warning
    • Aggressive Search mode has been removed

Version 3.0.0 Beta 2

04 Oct 18:07
Compare
Choose a tag to compare
Version 3.0.0 Beta 2 Pre-release
Pre-release
  • Features:

    • New classes Better_Search_Query and Better_Search. The latter is a wrapper for WP_Query and brings all the power of WP_Query to Better Search. The former is the core class that filters the required functions as well as replaces the older seamless mode implementation
    • New settings to search taxonomies, comments, excerpt, meta, authors and comments. These will all return the posts corresponding where the search term is found in the above fields
    • New parameter bydate if set to true will sort posts by date
    • Advanced Search form now displays the select dropdown of post types that allows to search a specific post type
    • Highlight search terms on pages referred from the search results page
  • Enhancements/modifications:

    • hellip wrapped in bsearch_hellip span tag for easy access
    • Transients will be deleted when the plugin is removed
  • Bug fixes:

    • Resetting settings caused issues for the default styles and color fields
    • Uninstalling didn't delete the option key from database.
  • Deprecated:

    • PHP 5.x support has been dropped and attempting to install the plugin on these installs will throw errors!
    • Multitude of functions have been deprecated. Check the deprecated.php file for the full list. Deprecated functions will also throw up a warning
    • Aggressive Search mode has been removed

v3.0.0 Beta 1

14 Sep 16:57
Compare
Choose a tag to compare
v3.0.0 Beta 1 Pre-release
Pre-release
  • Features:

    • New classes Better_Search_Query and Better_Search. The latter is a wrapper for WP_Query and brings all the power of WP_Query to Better Search. The former is the core class that filters the required functions as well as replaces the older seamless mode implementation
    • New settings to search taxonomies, comments, excerpt, meta, authors and comments. These will all return the posts corresponding where the search term is found in the above fields
  • Enhancements/modifications:

    • hellip wrapped in bsearch_hellip span tag for easy access
  • Bug fixes:

    • Resetting settings caused issues for the default styles and color fields
    • Uninstalling didn't delete the option key from database.
  • Deprecated:

    • PHP 5.x support has been dropped and attempting to install the plugin on these installs will throw errors!
    • Multitude of functions have been deprecated. Check the deprecated.php file for the full list. Deprecated functions will also throw up a warning
    • Aggressive Search mode has been removed

Version 2.5.3

11 Feb 21:19
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/better-search-v2-5-0/

  • Bug fixes:
    • Security fix
    • Variable fix for LIMIT clause