Conversation
supportHi! As you know WordPress devs finally decided to upgrade to current JQuery version in 2020. Now WP core uses latest Jquery + JQuery Migrate and we can see all the JS notices in console by default. Your plugin has following deprecated jQuery code in ajax-cart-autoupdate-for-woocommerce-admin.js: jQuery.fn.change() event shorthand You can see more detailed info about this deprecation here – https://github.com/jquery/jquery/issues/3214 Although they will hardly ever remove these shorthands but this syntax is discouraged by jQuery devs. Can you please update the code? P.S. Thank you for your efforts dedicated to maintaining this plugin!
Hello, thanks for finding and reporting this issue. I’ve fixed it and included in the update. Best regards, Ryszard
Thank you for resolving this and maintaining this plugin!
Ironically right after updating I descovered another jQuery deprecation in ajax-cart-autoupdate-for-woocommerce-admin.js : jQuery.isFunction() Here is some information about this deprecation – https://api.jquery.com/jquery.isfunction/
Hello, thanks for finding and reporting this issue. I’ve fixed it and included in the update. Best regards, Ryszard
Thank you for resolving this and maintaining this plugin!
Ironically right after updating I descovered another jQuery deprecation in ajax-cart-autoupdate-for-woocommerce-admin.js : jQuery.isFunction() Here is some information about this deprecation – https://api.jquery.com/jquery.isfunction/