Plugin Directory

Changeset 1210383


Ignore:
Timestamp:
07/31/2015 02:17:22 PM (11 years ago)
Author:
zslabs
Message:

1.1.2 release

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

Legend:

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

    r1210369 r1210383  
    44Requires at least: 3.5
    55Tested up to: 4.2.3
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77License: GPLv2
    88Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EEMPDX7SN4RFW
     
    2020`define('WPJP_USE_CDNJS', true);`
    2121
    22 **PHP 5.4 is required**
    23 
    2422== Installation ==
    2523
     
    3432
    3533== Changelog ==
     34
     35= 1.1.2 =
     36* Restore PHP 5.3 compatability because I'm a nice guy ;)
    3637
    3738= 1.1.1 =
  • wp-jquery-plus/trunk/wp-jquery-plus.php

    r1210369 r1210383  
    66Author: Zach Schnackel
    77Author URI: http://zslabs.com
    8 Version: 1.1.1
     8Version: 1.1.2
    99*/
    1010
     
    4242        wp_register_script('jquery-core', $jquery_cdn_url, '', null, false );
    4343        // Register jQuery Migrate with CDN URL
    44         wp_register_script('jquery-migrate', $jquery_migrate_cdn_url, ['jquery-core'], null, false );
     44        wp_register_script('jquery-migrate', $jquery_migrate_cdn_url, array('jquery-core'), null, false );
    4545
    4646    endif;
Note: See TracChangeset for help on using the changeset viewer.