Deprecated jQuery code
-
Hi! 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!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Deprecated jQuery code’ is closed to new replies.