Changeset 1013621
- Timestamp:
- 10/24/2014 09:52:59 PM (11 years ago)
- Location:
- use-google-libraries/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
README.txt (modified) (3 diffs)
-
use-google-libraries.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
use-google-libraries/trunk/README.md
r1013618 r1013621 12 12 - [Forum][1.4.2] 13 13 - Releases 14 - __[1.6. 1][1.5]__ [](https://travis-ci.org/jpenney/use-google-libraries)[](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/?branch=master)[](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/?branch=master)14 - __[1.6.2][1.5]__ [](https://travis-ci.org/jpenney/use-google-libraries)[](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/?branch=master)[](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/?branch=master) 15 15 - __[dev][1.6]__ [](https://travis-ci.org/jpenney/use-google-libraries)[](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/?branch=develop)[](https://scrutinizer-ci.com/g/jpenney/use-google-libraries/?branch=develop) 16 16 -
use-google-libraries/trunk/README.txt
r982352 r1013621 5 5 Requires at least: 3.4 6 6 Tested up to: 4.0 7 Stable tag: 1.6. 17 Stable tag: 1.6.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 = 130 131 + added some missing jQuery UI modules (hopefully fixes issues from support 132 forums I couldn't reproduce previously). 128 133 129 134 = 1.6.1 = … … 238 243 == Upgrade Notice == 239 244 240 = 1.6.1 = 241 Fixes numerous issues. Recommended upgrade. 245 = 1.6.2 = 246 247 Fixes missing registrations. Upgrade immediately! 242 248 243 249 == A Request == -
use-google-libraries/trunk/use-google-libraries.php
r1013620 r1013621 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. 16 Version: 1.6.2 7 7 Author: Jason Penney 8 8 Author URI: http://jasonpenney.net/ … … 35 35 protected static $instance; 36 36 protected static $plugin_file = __FILE__; 37 protected static $version = '1.6. 1';37 protected static $version = '1.6.2'; 38 38 protected static $noconflict_inject = "<script type='text/javascript'>try{jQuery.noConflict();}catch(e){};</script>\n"; 39 39
Note: See TracChangeset
for help on using the changeset viewer.