Plugin Directory

Changeset 762445


Ignore:
Timestamp:
08/26/2013 01:29:44 PM (13 years ago)
Author:
bstaruk
Message:

security patch

Location:
jquery-enabler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jquery-enabler/trunk/jQuery-Enabler.php

    r762428 r762445  
    33Plugin Name: jQuery Enabler
    44Description: This plugin will make sure the latest version of jQuery available within your WordPress installation is being called on every page.
    5 Version: 1.1
     5Version: 1.1.2
    66Author: Brian Staruk
    77Author URI: http://brian.staruk.me
    88*/
     9
     10// Close the door on anyone trying to directly access the plugin
     11if (!function_exists('add_action'))
     12{
     13    echo 'You shouldn\'t be here.';
     14    exit;
     15}
    916
    1017class jQueryEnabler {
  • jquery-enabler/trunk/readme.txt

    r762437 r762445  
    44Requires at least: 3.4.
    55Tested up to: 3.6.0
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77License: MIT
    88
     
    2626== Changelog ==
    2727
     28= 1.1.2 =
     29* Security patch
     30
    2831= 1.1.1 =
    2932* Compatible to 3.6.0
Note: See TracChangeset for help on using the changeset viewer.