Changeset 1145152
- Timestamp:
- 04/24/2015 08:12:34 PM (11 years ago)
- Location:
- use-google-libraries/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
use-google-libraries.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
use-google-libraries/trunk/README.txt
r1013621 r1145152 4 4 Tags: javascript, performance, CDN, Google, jQuery, Prototype, MooTools, Dojo, Google AJAX Libraries API, YSlow, Page Speed 5 5 Requires at least: 3.4 6 Tested up to: 4. 07 Stable tag: 1.6.2 6 Tested up to: 4.1.3 7 Stable tag: 1.6.2.1 8 8 9 9 Allows your site to use common javascript libraries from Google's AJAX … … 126 126 127 127 == Changelog == 128 129 = 1.6.2.1 = 130 131 + Bypass functionality when running under 4.2+ until next version to avoid breaking sites. 128 132 129 133 = 1.6.2 = … … 243 247 == Upgrade Notice == 244 248 245 = 1.6.2 =246 247 Fixes missing registrations. Upgrade immediately! 249 = 1.6.2.1 = 250 251 Bypass UGL in unsupported versions of WordPress (update now, and UGL will start working again when it's ready). 248 252 249 253 == A Request == -
use-google-libraries/trunk/use-google-libraries.php
r1013621 r1145152 227 227 228 228 static function configure_plugin() { 229 if ( version_compare( get_bloginfo( 'version' ), '4.2', '>=') ) { 230 self::debug( 'Not yet qualified with this version of WordPress. Bypassing UGL.' ); 231 return; 232 } 229 233 add_action( 230 234 'wp_default_scripts',
Note: See TracChangeset
for help on using the changeset viewer.