[08-Aug-2024 23:32:34 UTC] Use Google Libraries: Not yet qualified with this version of WordPress. Bypassing UGL.
]]>I activated the plugin, but in the pagespeed test I find the following loaded:
https://www.evangelismodesaude.org/wp-includes/js/jquery/jquery.js?ver=1.12.4 (87.0KiB)
https://www.evangelismodesaude.org/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.4 (29.7KiB)
Should they not load from Google?
]]>Years ago, I was big fan of Use Google Libraries. Not only I supported idea of what was doing, it did it exactly how I like it: just activate it and it works, no settings or whatsoever.
But, things have changed. WordPress changed. Google changed. And now there are independent and better alternatives.
And this is why I coded commonWP, plugin that does what Use Google Libraries did, just better. It uses free, public CDN not only for a few JavaScript libraries, but for all static files used by WordPress core, and files by open source plugins and themes.
Check it out!
]]>Is this plugin still working with 4.9.5? By the comments I’m weary of install,
]]>Hi Support,
I have been debugging the issue along side and found that the google libraries used in your plugin are not qualified with the latest version of the wordpress. Hopefully you are aware of this and fixing this error within in your next coming version. However, please provide me a temporary solution until then so that I can keep my business running.
Look forward to hearing back from you!
Kind Regards!
Alex
P.S. Debugging as I am having issues with SNAP plugin from nextscripts
]]>Hi, Thank you for your plugin and support which all seems to be working well with 4.9.1.
Any chance if you agree all ok with 4.9.1 that you could update the support page or whatever you need to do behind the scences to say compatible with 4.9.1 plus (unless you will soon be releasing a revision) as the dashboard prompt saying “incompatible with your version of wordpress) when all seems ok is driving me nuts and driving to drink more than i should (hic)
Many thanks and have a great Christmas
ps don’t get too disheartened some of us do appreciate the hard work, effort and time you have put in to this plugin – keep up the good work
]]>In configure_plugin() function
--- use-google-libraries.orig.php 2017-12-06 14:57:26.844948800 +0000
+++ use-google-libraries.php 2017-12-06 14:57:22.081676400 +0000
@@ -226,7 +226,7 @@
}
static function configure_plugin() {
- if ( version_compare( get_bloginfo( 'version' ), '4.8', '>=') ) {
+ if ( !apply_filters( 'ugl_skip_version_check', false ) && version_compare( get_bloginfo( 'version' ), '4.8', '>=') ) {
self::debug( 'Not yet qualified with this version of WordPress. Bypassing UGL.' );
return;
}
This can be used in a small plugin:
<?php
/*
Plugin Name: Skip Version Check in Use Google Libraries
Plugin URI: https://www.damiencarbery.com
Description: Force Use Google Libraries to run by skipping the WordPress version check.
Author: Damien Carbery
Version: 0.1
*/
add_filter( 'ugl_skip_version_check', '__return_true' );
Would you be able to add this to the plugin?
Aside: What type of issues should I look for to see whether the plugin is working correctly?
I have a clean install with Twenty Seventeen and I see jquery.js changed to jquery.min.js but jquery.migrate.js unchanged.
Hi I want to use this plugin but getting an error saying, “Not yet qualified with this version of WordPress. Bypassing UGL.”
What does it mean and how to resolve that?
Thanks!
]]>Hey, I’m getting this in my debug log:
Use Google Libraries: Not yet qualified with this version of WordPress. Bypassing UGL.
Can you please update the plugin for 4.8 or suggest a solution?
]]>Hi when I activate your plugin the Slider Revolution slides do not show up. It shows up blank. This used to work with previous versions.
Thanks
Version 1.6.2.3 causes jquery error on site.
]]>Yet again, a plugin with great intentions, but one which nevertheless doesn’t work – at least not on my website.
First noticed that all the text entered into a blog post was stuck on the basic text editor – ie you couldn’t swap between that and WYSIWYG version.
Then I noticed that users were able to post ‘paid’ ads on my website for free, as they were not taken to the payments page. For that reason alone I’ve needed to disable the plugin.
The non-WYSIWYG I can put up with, the paid ads thing I can’t until there’s a fix.
]]>Hi,
I see the plugin is updated. Just curious what you meant with this comment: “used archive.org to get around link that’s now malware.”
Thanks!
]]>I have this plugin installed and activated on my website. However, every time I tun a PageSpeed Insight test, I get the following…
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Remove render-blocking JavaScript:
https://www.#########.com/wp-includes/js/jquery/jquery.js
Isn’t this plugin supposed to help with the jquery call????
]]>Fatal error: Cannot redeclare wp_cache_add() (previously declared in /home/punkmmur/TatouageCalypso.com/wp-includes/cache.php:27) in /home/punkmmur/TatouageCalypso.com/wp-content/plugins/memcached/object-cache.php on line 22
]]>Open the plugin in the WordPress Plugin Editor and find half way down these lines:
...
static function configure_plugin() {
if ( version_compare( get_bloginfo( 'version' ), '4.2', '>=') ) {
self::debug( 'Not yet qualified with this version of WordPress. Bypassing UGL.' );
return;
}
...
Then simply delete the lines
if ( version_compare( get_bloginfo( 'version' ), '4.2', '>=') ) {
self::debug( 'Not yet qualified with this version of WordPress. Bypassing UGL.' );
return;
}
Save the file and it should start working again.
]]>This plugin used to be amazing. I miss it.
For those new to the party, this plugin hasn’t worked since WP 4.1 and it seems its author has abandoned it completely. ??
]]>How does the installation?
]]>I use this plugin with the latest available version of WP and get this message:
Use Google Libraries: Not yet qualified with this version of WordPress. Bypassing UGL.
I see in the support forum that the plugin is blocked since there where issues with WP 4.2.
Has this been solved?
Hi Jason Penney.
I’d love to continue using this plugin, but as an non-tech WP user I’m hesitant due to the lack of recent updates.
Could you please confirm that this plugin is safe to use, for the foreseeable future ?
Thanks. ??
Not worked for wordpress 4.5.3
standard self hosted jquery is showing ?? ??
]]>Hello Jason,
I see from previous threads that the HTTPS concerns have been fixed but yet we see errors in our site.
Please see this screenshot & URL:
Your advice in fixing this would be much appreciated.
– https://www.africansafarigroup.com/accommodation/kapama-karula/
– https://snap.ashampoo.com/bC9u3Pen
Thanks
Riaan
Hi Jason/dev team:
See the warning here: https://screencast.com/t/DxQ1avb1t
You may want to edit or removed.
Let us know…
??
]]>No issues with the plugin, it’s great!
You seem to have your installation notes in the other notes section and vice versa.
Also the actual installation notes seem to be formatted a little incorrectly.
plugin is broken
]]>Plugin was crippled by author over 7 months ago.
]]>Is the plugin compatible with WP 4.3.1
]]>I’ve had trouble with my site and want to make sure this plugin is compatible with W3 Total Cache.
Thanks!
]]>WP 4.2.2 is referencing/using the following jquery now instead of using google libraries as it did pre-upgrade:
https://enterpriseit.co/wp-includes/js/jquery/jquery.js?ver=1.11.2
Thanks for making an excellent plugin, hopefully its easy to update it for 4.2.2 compatibility.
]]>This plugin does just what it is supposed to do.
However I’d rather have the link to jQuery load at the footer instead of the header.
How to do that?
Thanks