Plugin Directory

Changeset 557558


Ignore:
Timestamp:
06/13/2012 08:40:37 PM (14 years ago)
Author:
jczorkmid
Message:

prepping 1.5

Location:
use-google-libraries/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • use-google-libraries/trunk/README.txt

    r551047 r557558  
    44Tags: javascript, performance, CDN, Google, jQuery, Prototype, MooTools, Dojo, Google AJAX Libraries API, YSlow, Page Speed
    55Requires at least: 2.9.1
    6 Tested up to: 3.4rc1
    7 Stable tag: 1.2.1
     6Tested up to: 3.4
     7Stable tag: 1.5
    88
    99Allows your site to use common javascript libraries from Google's AJAX
     
    193193== Upgrade Notice ==
    194194
    195 = 1.2.1 =
    196 Required for WordPress 3.3.2
     195= 1.5 =
     196Detects when Google isn't hosting requested version.  Required for WordPress 3.4!
    197197
    198198== A Request ==
  • use-google-libraries/trunk/use-google-libraries.php

    r551047 r557558  
    44  Plugin URI: http://jasonpenney.net/wordpress-plugins/use-google-libraries/
    55  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.5b1
     6  Version: 1.5
    77  Author: Jason Penney
    88  Author URI: http://jasonpenney.net/
     
    4141
    4242        private static $instance;
    43         private static $version = '1.5b1';
     43        private static $version = '1.5';
    4444        public static function get_instance() {
    4545            if ( !isset( self::$instance ) ) {
     
    5454        protected $is_ssl;
    5555        protected static $cache_id = 'JCP_UseGoogleLibraries_cache';
    56         protected static $cache_len = 43200; // 12 hours
     56        protected static $cache_len = 90000; // 25 hours
    5757        protected static $script_before_init_notice =
    5858            '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.