Plugin Directory

Changeset 1122144


Ignore:
Timestamp:
03/27/2015 11:49:01 AM (11 years ago)
Author:
Geenyous
Message:

Security update

Location:
auto-update-plugins
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • auto-update-plugins/trunk/auto-update-plugins.php

    r1122092 r1122144  
    99 * Description: This plugin turns on auto update for plugins.
    1010
    11  * Version: 0.1.0
     11 * Version: 0.1.1
    1212
    1313 * Author: Geenyous Limited
     
    5151*/
    5252
    53 
     53defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
    5454
    5555add_filter( 'auto_update_plugin', '__return_true' );
  • auto-update-plugins/trunk/readme.txt

    r1122096 r1122144  
    55Requires at least: 3.7
    66Tested up to: 4.1.1
    7 Stable tag: 0.1
     7Stable tag: 0.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2626== Upgrade Notice ==
    2727
     280.1.1 - Security update
     29
    28300.1 - First version
    2931
     
    3436== Changelog ==
    3537
     38= 0.1.1 =
     39
     40Security update
     41
    3642= 0.1 =
    3743This is the first version of this plugin.
Note: See TracChangeset for help on using the changeset viewer.