Changeset 1650616
- Timestamp:
- 05/03/2017 11:28:49 PM (9 years ago)
- Location:
- use-google-libraries/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
use-google-libraries.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
use-google-libraries/trunk/README.txt
r1145152 r1650616 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. 1.37 Stable tag: 1.6.2. 16 Tested up to: 4.7.4 7 Stable tag: 1.6.2.2 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.2 = 130 131 + Updated supported version. 128 132 129 133 = 1.6.2.1 = … … 247 251 == Upgrade Notice == 248 252 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). 253 = 1.6.2.2 = 254 255 Changed supported version to < WP 4.8 252 256 253 257 == A Request == -
use-google-libraries/trunk/use-google-libraries.php
r1145153 r1650616 4 4 Plugin URI: http://jasonpenney.net/wordpress-plugins/use-google-libraries/ 5 5 Description: Allows your site to use common javascript libraries from Google's AJAX Libraries CDN, rather than from WordPress's own copies. 6 Version: 1.6.2. 16 Version: 1.6.2.2 7 7 Author: Jason Penney 8 8 Author URI: http://jasonpenney.net/ … … 11 11 */ 12 12 13 /* Copyright 2008-201 3Jason Penney (email : [email protected] )13 /* Copyright 2008-2017 Jason Penney (email : [email protected] ) 14 14 15 15 This program is free software; you can redistribute it and/or modify … … 35 35 protected static $instance; 36 36 protected static $plugin_file = __FILE__; 37 protected static $version = '1.6.2. 1';37 protected static $version = '1.6.2.2'; 38 38 protected static $noconflict_inject = "<script type='text/javascript'>try{jQuery.noConflict();}catch(e){};</script>\n"; 39 39 … … 227 227 228 228 static function configure_plugin() { 229 if ( version_compare( get_bloginfo( 'version' ), '4. 2', '>=') ) {229 if ( version_compare( get_bloginfo( 'version' ), '4.8', '>=') ) { 230 230 self::debug( 'Not yet qualified with this version of WordPress. Bypassing UGL.' ); 231 231 return;
Note: See TracChangeset
for help on using the changeset viewer.