Skip to content

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

5.3.15

20 Jul 11:47
Compare
Choose a tag to compare

= 5.3.15 - 2021/07/20 =

  • This maintenance release has code tweaks for compatibility with WordPress Major version 5.8, WooCommerce version 5.5.1 and some Security Hardening.
  • Tweak - Test for compatibility with WordPress 5.8
  • Tweak - Test for compatibility with WooCommerce 5.5.1
  • Security - Add more variable, options and html escaping

5.3.14

14 Jul 10:32
Compare
Choose a tag to compare

= 5.3.14 - 2021/07/14 =

  • This maintenance release has a fix for endless scroll not working on the Search Results page
  • Fix - Search Results page endless scroll script updated for compatibility with the latest jQuery version

5.3.13

19 Mar 13:06
Compare
Choose a tag to compare

= 5.3.13 - 2021/03/19 =

  • This maintenance release updates 23 deprecated jQuery functions for compatibility with the latest version of jQuery in WordPress 5.7
  • Tweak - Update JavaScript on plugin framework for compatibility with latest version of jQuery and resolve PHP warning event shorthand is deprecated.
  • Tweak - Replace deprecated .change( handler ) with .on( 'change', handler )
  • Tweak - Replace deprecated .change() with .trigger('change')
  • Tweak - Replace deprecated .focus( handler ) with .on( 'focus', handler )
  • Tweak - Replace deprecated .focus() with .trigger('focus')
  • Tweak - Replace deprecated .click( handler ) with .on( 'click', handler )
  • Tweak - Replace deprecated .click() with .trigger('click')
  • Tweak - Replace deprecated .select( handler ) with .on( 'select', handler )
  • Tweak - Replace deprecated .select() with .trigger('select')
  • Tweak - Replace deprecated .blur( handler ) with .on( 'blur', handler )
  • Tweak - Replace deprecated .blur() with .trigger('blur')
  • Tweak - Replace deprecated .resize( handler ) with .on( 'resize', handler )
  • Tweak - Replace deprecated .submit( handler ) with .on( 'submit', handler )
  • Tweak - Replace deprecated .scroll( handler ) with .on( 'scroll', handler )
  • Tweak - Replace deprecated .mousedown( handler ) with .on( 'mousedown', handler )
  • Tweak - Replace deprecated .mouseover( handler ) with .on( 'mouseover', handler )
  • Tweak - Replace deprecated .mouseout( handler ) with .on( 'mouseout', handler )
  • Tweak - Replace deprecated .keydown( handler ) with .on( 'keydown', handler )
  • Tweak - Replace deprecated .attr('disabled', 'disabled') with .prop('disabled', true)
  • Tweak - Replace deprecated .removeAttr('disabled') with .prop('disabled', false)
  • Tweak - Replace deprecated .attr('selected', 'selected') with .prop('selected', true)
  • Tweak - Replace deprecated .removeAttr('selected') with .prop('selected', false)
  • Tweak - Replace deprecated .attr('checked', 'checked') with .prop('checked', true)
  • Tweak - Replace deprecated .removeAttr('checked') with .prop('checked', false)

5.3.12

08 Mar 10:18
Compare
Choose a tag to compare

= 5.3.12 - 2021/03/08 =

  • This maintenance release has tweaks for compatibility with WordPress 5.7 and WooCommerce 5.1
  • Tweak - Test for compatibility with WordPress 5.7
  • Tweak - Test for compatibility with WooCommerce 5.1.0

5.3.11

13 Jan 10:31
Compare
Choose a tag to compare

= 5.3.11 - 2021/01/13 =

  • This maintenance release is for compatibility with WooCommerce major version 4.9.0.
  • Tweak - Test for compatibility with WooCommerce 4.9.0

5.3.10

30 Dec 05:07
Compare
Choose a tag to compare

= 5.3.10 - 2020/12/30 =

  • This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
  • Tweak - Update JavaScript on plugin framework for work compatibility with latest version of jQuery
  • Fix - Replace .bind( event, handler ) by .on( event, handler ) for compatibility with latest version of jQuery
  • Fix - Replace :eq() Selector by .eq() for compatibility with latest version of jQuery
  • Fix - Replace .error() by .on( “error” ) for compatibility with latest version of jQuery
  • Fix - Replace :first Selector by .first() for compatibility with latest version of jQuery
  • Fix - Replace :gt(0) Selector by .slice(1) for compatibility with latest version of jQuery
  • Fix - Remove jQuery.browser for compatibility with latest version of jQuery
  • Fix - Replace jQuery.isArray() by Array.isArray() for compatibility with latest version of jQuery
  • Fix - Replace jQuery.isFunction(x) by typeof x === “function” for compatibility with latest version of jQuery
  • Fix - Replace jQuery.isNumeric(x) by typeof x === “number” for compatibility with latest version of jQuery
  • Fix - Replace jQuery.now() by Date.now() for compatibility with latest version of jQuery
  • Fix - Replace jQuery.parseJSON() by JSON.parse() for compatibility with latest version of jQuery
  • Fix - Remove jQuery.support for compatibility with latest version of jQuery
  • Fix - Replace jQuery.trim(x) by x.trim() for compatibility with latest version of jQuery
  • Fix - Replace jQuery.type(x) by typeof x for compatibility with latest version of jQuery
  • Fix - Replace .load( handler ) by .on( “load”, handler ) for compatibility with latest version of jQuery
  • Fix - Replace .size() by .length for compatibility with latest version of jQuery
  • Fix - Replace .unbind( event ) by .off( event ) for compatibility with latest version of jQuery
  • Fix - Replace .unload( handler ) by .on( “unload”, handler ) for compatibility with latest version of jQuery

5.3.9

10 Dec 07:08
Compare
Choose a tag to compare

= 5.3.9 - 2020/12/08 =

  • This maintenance release is for compatibility with WordPress major version 5.6 and WooCommerce version 4.8.0
  • Tweak - Test for compatibility with WooCommerce 4.8.0
  • Tweak - Test for compatibility with WordPress 5.6

5.3.8

25 Nov 03:35
Compare
Choose a tag to compare

= 5.3.8 - 2020/11/25 =

  • This maintenance release fixes a PHP 7.4 fatal error
  • Tweak - Test for compatibility with PHP 7.4.8
  • Fix - Add \ before WC() inside namespace file for it call to correct WC() of WooCommerce instead of A3Rev\WCPredictiveSearch\WC()

5.3.7

03 Nov 11:07
Compare
Choose a tag to compare

= 5.3.7 - 2020/11/03 =

  • This maintenance release has a fix for the mobile dropdown close icon is not showing on frontend for not logged in users.
  • Fix - show the close icon of result dropdown on mobile for not logged in users

5.3.6

31 Oct 05:14
Compare
Choose a tag to compare

= 5.3.6 - 2020/10/31 =

  • This maintenance release resolves a JS conflict with the WPMU Hustle plugin plus compatibility with WooCommerce 4.7.0 and WordPress 5.5.3
  • Tweak - Make backbone.localstorage script load after front script of Hustle plugin to resolve the scripts conflict
  • Tweak - Test for compatibility with WooCommerce 4.7.0
  • Tweak - Test for compatibility with WordPress 5.5.3