Plugin Directory

Changeset 732552


Ignore:
Timestamp:
06/27/2013 01:31:05 AM (13 years ago)
Author:
zslabs
Message:

1.0 Commit

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

Legend:

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

    r695650 r732552  
    33Tags: jquery,google
    44Requires at least: 3.5
    5 Tested up to: 3.6-beta1
    6 Stable tag: 0.5
     5Tested up to: 3.6
     6Stable tag: 1.0
    77License: GPLv2
    88
     
    2828== Changelog ==
    2929
     30= 1.0 =
     31* Make sure jQuery is enqueued
     32* This puppy should be ready to go! Now considered feature-complete.
     33
    3034= 0.5 =
    3135* Added 3.6 check (since the jQuery handle was changed) and updated accordingly to work in both 3.5 and 3.6.
  • wp-jquery-plus/trunk/wp-jquery-plus.php

    r695650 r732552  
    66Author: Zach Schnackel
    77Author URI: http://zslabs.com
    8 Version: 0.5
     8Version: 1.0
    99*/
    1010
     
    4040
    4141    if ( !is_admin() ) {
     42
     43        wp_enqueue_script( 'jquery' );
    4244
    4345        // Check to see if we're on 3.6 or newer (changed the jQuery handle)
Note: See TracChangeset for help on using the changeset viewer.