• Resolved sdawales

    (@sdawales)


    Hi there. I updated the plugin as I always do. Today the update from 3.5 to 3.51 is showing as render blocking. I use AO to aggregate/minify, etc but today’s update isn’t doing me any favors. Is there a way to roll back or is there any reason why this update over any others has apparently changed how things are handled? Thanks.

Viewing 10 replies - 1 through 10 (of 10 total)
  • 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 4 years, 6 months ago by aszoka.
    Thread Starter sdawales

    (@sdawales)

    Maybe its not just me. Deactivated and no longer render blocking. Now just the [email protected].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

    Thread Starter sdawales

    (@sdawales)

    Thanks all.

    Plugin Author Ramoonus

    (@ramoonus)

    v3.5.1.1 should fix this

    Thanks! Much Appreciated.

    Thanks for the quick fix

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Update from 3.5 – 3.51 Render Block?’ is closed to new replies.