Skip to content

Releases: a3rev/woocommerce-products-predictive-search-lite

6.1.1

20 Jul 03:57
Compare
Choose a tag to compare

= 6.1.1 - 2024/07/20 =

  • This maintenance release has a security hardening patch. Please update now.
  • Security - Securely output data to the user by escaping special characters, preventing them from being interpreted as code.

6.1.0

12 Jul 09:49
Compare
Choose a tag to compare

= 6.1.0 - 2024/07/12 =

  • This release includes a security vulnerability patch plus compatibility with WordPress 6.6 and WooCommerce 8.9.3
  • Tweak - Tested for compatibility with WordPress 6.6
  • Tweak - Tested for compatibility with WooCommerce 8.9.3
  • Tweak - Validate and correct block.json based schema from WordPress Block
  • Fix - Correct number of items on popup results
  • Security - Sanitize all parameters to prevent XSS injections.

6.0.2

11 Jul 05:15
Compare
Choose a tag to compare
6.0.2 Pre-release
Pre-release

Fix XSS Vulnerabilities

6.0.1

16 Mar 06:29
Compare
Choose a tag to compare

= 6.0.1 - 2024/03/16 =

  • This maintenance release has a bug fix on the search box dropdown results not redirecting to the item.
  • Tweak - Test for compatibility with WooCommerce 8.6.0
  • Tweak - Test for compatibility with WordPress 6.4.3
  • Fix - Redirect to item link when click on the description item, same for item image and item name

6.0.0

24 Jan 08:18
Compare
Choose a tag to compare
  • This feature release adds support for Add to Cart functionality from search box results, a code tweak and compatibility with WordPress 6.4.2 and WooCommerce 8.5.1.
  • Feature - Add support for Add to Cart button to show on the Search Box dropdown results.
  • Feature - New Add to Cart button feature can be added by search widget, search PHP function, predictive search shortcode and predictive search block.
  • Tweak - Test for compatibility with WooCommerce 8.5.1
  • Tweak - Test for compatibility with WordPress 6.4.2
  • Tweak - Change depreciated media_buttons_context hook to media_buttons.

5.9.1

11 Dec 10:32
Compare
Choose a tag to compare

= 5.9.1 - 2023/12/11 =

  • This release has a search results page bug fix plus compatibility with WooCommerce version 8.3.1
  • Tweak - Test for compatibility with WooCommerce 8.3.1
  • Fix - Correct compress script version of search result page from version 6.3.0

5.9.0

08 Dec 05:05
Compare
Choose a tag to compare

= 5.9.0 - 2023/12/08 =

  • This release adds a new developer trigger for firing custom scripts on Product Cards on search results pages.
  • Dev - Define trigger “ps-result-items-added” after items are appended to search results page so 3rd party plugins can catch this event and add their custom script, for example masonry all items again.

5.8.4

23 Nov 04:49
Compare
Choose a tag to compare

= 5.8.4 - 2023/11/22 =

  • This maintenance release has plugin framework updates for compatibility with PHP 8.1 onwards, plus compatibility with WordPress 6.4.1 and WooCommerce 8.2
  • Tweak - Remove backward compatibility for WooCommerce versions less than 6.0
  • Tweak - Test for compatibility with WooCommerce 8.2.0
  • Tweak - Test for compatibility with WordPress 6.4.1
  • Framework - Set parameter number of preg_match function from null to 0 for compatibility with PHP 8.1 onwards
  • Framework - Validate empty before call trim for option value

5.8.3

08 Aug 07:07
Compare
Choose a tag to compare

= 5.8.3 - 2023/08/08 =

  • This maintenance release has tweaks and bug fixes for compatibility with WordPress 6.3.0 and WooCommerce 7.9.0
  • Tweak - Test for compatibility with WooCommerce 7.9.0
  • Tweak - Test for compatibility with WordPress 6.3
  • Fix - Make the navigation template from Search Result page show correct for theme support FSE

5.8.2

16 May 05:06
Compare
Choose a tag to compare

= 5.8.2 - 2023/05/16 =

  • This release has an Uncaught Error bug fix that surfaced in yesterdays release.
  • Fix - Called wp_create_nonce from plugin settings after plugins loaded