Changeset 557558
- Timestamp:
- 06/13/2012 08:40:37 PM (14 years ago)
- Location:
- use-google-libraries/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
use-google-libraries.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
use-google-libraries/trunk/README.txt
r551047 r557558 4 4 Tags: javascript, performance, CDN, Google, jQuery, Prototype, MooTools, Dojo, Google AJAX Libraries API, YSlow, Page Speed 5 5 Requires at least: 2.9.1 6 Tested up to: 3.4 rc17 Stable tag: 1. 2.16 Tested up to: 3.4 7 Stable tag: 1.5 8 8 9 9 Allows your site to use common javascript libraries from Google's AJAX … … 193 193 == Upgrade Notice == 194 194 195 = 1. 2.1=196 Required for WordPress 3.3.2 195 = 1.5 = 196 Detects when Google isn't hosting requested version. Required for WordPress 3.4! 197 197 198 198 == A Request == -
use-google-libraries/trunk/use-google-libraries.php
r551047 r557558 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.5 b16 Version: 1.5 7 7 Author: Jason Penney 8 8 Author URI: http://jasonpenney.net/ … … 41 41 42 42 private static $instance; 43 private static $version = '1.5 b1';43 private static $version = '1.5'; 44 44 public static function get_instance() { 45 45 if ( !isset( self::$instance ) ) { … … 54 54 protected $is_ssl; 55 55 protected static $cache_id = 'JCP_UseGoogleLibraries_cache'; 56 protected static $cache_len = 43200; // 12hours56 protected static $cache_len = 90000; // 25 hours 57 57 protected static $script_before_init_notice = 58 58 'Another plugin has registered or enqued a script before the "init" action. Attempting to work around it.';
Note: See TracChangeset
for help on using the changeset viewer.