Plugin Directory

Changeset 840978


Ignore:
Timestamp:
01/18/2014 04:13:47 PM (12 years ago)
Author:
zslabs
Message:

1.0.1 commit

Location:
wp-jquery-plus/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-jquery-plus/trunk/readme.txt

    r732552 r840978  
    33Tags: jquery,google
    44Requires at least: 3.5
    5 Tested up to: 3.6
    6 Stable tag: 1.0
     5Tested up to: 3.8
     6Stable tag: 1.0.1
    77License: GPLv2
    88
     
    1111== Description ==
    1212
    13 There’s been a whole heap of discussions about the "correct" way to load jQuery onto your site. I thought I’d throw my solution into the ring. What this plugin does differently than others is it loads jQuery from Google - while providing a fallback to the local version in the event the CDN is down or you are not allowed to access Google (like in China). It also uses the same version as WordPress does - automagically.
     13There’s been a whole heap of discussions about the "correct" way to load jQuery onto your site. I thought I’d throw my solution into the ring. What this plugin does differently than others is it loads jQuery from Google - while providing a fallback to the local version in the event the CDN is down or your firewall blocks access to Google. It also uses the same version as WordPress does - automagically.
    1414
    1515**WordPress 3.5 is now required for protocol relative URLs**
     
    2727
    2828== Changelog ==
     29
     30= 1.0.1 =
     31* Tested in 3.8
     32* Updated description about fallback use-case.
    2933
    3034= 1.0 =
  • wp-jquery-plus/trunk/wp-jquery-plus.php

    r732552 r840978  
    66Author: Zach Schnackel
    77Author URI: http://zslabs.com
    8 Version: 1.0
     8Version: 1.0.1
    99*/
    1010
Note: See TracChangeset for help on using the changeset viewer.