I’m having a similar issue after the most recent update. Plugin is currently disabled to get around it.
Console error:
GET …/wp-content/plugins/jquery-updater/js/jquery-3.5.0.min.js?ver=3.5.1 net::ERR_ABORTED 404
Failed to load resource: the server responded with a status of 404 ()
-
This reply was modified 11 months, 2 weeks ago by
aszoka.
Maybe its not just me. Deactivated and no longer render blocking. Now just the jQuery@1.12.4 vulnerabilities.
5/5/2020
Your latest update killed my theme look and disabled Slider Rev.
Please look into this. I’ve had to disable your plugin to fix my website.
This appears to be a bug in this release.
I was able to fix by editing the jquery-updater.php file in the jquery-updater plugin folder. On line 35, change
wp_register_script( ‘jquery-core’, plugins_url( ‘/js/jquery-3.5.0.min.js’, __FILE__ ), [], $ver_core );
to this
wp_register_script( ‘jquery-core’, plugins_url( ‘/js/jquery-3.5.1.min.js’, __FILE__ ), [], $ver_core );
Looks like it’s a typo. 3.5.0 was not changed to 3.5.1. As such, it tries to load the older 3.5.0 jquery from the plugin which no longer exists.
Same here. jQuery does not load, as the version is wrong.
Menus and galleries do not work for this reason anymore š
/wp-content/plugins/jquery-updater/js/jquery-3.5.0.min.js?ver=3.5.1
Hope the maintainers release an update asap (and test better the next time).
yeah it is broken, needs to fix asap
Thanks! Much Appreciated.