Changeset 732552
- Timestamp:
- 06/27/2013 01:31:05 AM (13 years ago)
- Location:
- wp-jquery-plus/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-jquery-plus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-jquery-plus/trunk/readme.txt
r695650 r732552 3 3 Tags: jquery,google 4 4 Requires at least: 3.5 5 Tested up to: 3.6 -beta16 Stable tag: 0.55 Tested up to: 3.6 6 Stable tag: 1.0 7 7 License: GPLv2 8 8 … … 28 28 == Changelog == 29 29 30 = 1.0 = 31 * Make sure jQuery is enqueued 32 * This puppy should be ready to go! Now considered feature-complete. 33 30 34 = 0.5 = 31 35 * 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 6 6 Author: Zach Schnackel 7 7 Author URI: http://zslabs.com 8 Version: 0.58 Version: 1.0 9 9 */ 10 10 … … 40 40 41 41 if ( !is_admin() ) { 42 43 wp_enqueue_script( 'jquery' ); 42 44 43 45 // 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.