Plugin Directory

Changeset 645849


Ignore:
Timestamp:
12/29/2012 04:43:48 PM (13 years ago)
Author:
misternifty
Message:

Version bump to 0.2.1

Location:
debug-this/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debug-this/trunk/debug-this.php

    r645847 r645849  
    44Plugin URI: http://coderrr.com/debug-this-wordpress-plugin
    55Description: Gives super admins the ability to easily view a variety of debug outputs on front-facing pages
    6 Version: 0.2
     6Version: 0.2.1
    77Author: Brian Fegter
    88Author URI: http://coderrr.com
     
    185185
    186186}
    187 add_action('init', 'debug_this_init');
     187add_action('init', 'debug_this_init', 0);
    188188function debug_this_init(){
    189189    new Debug_This;
     
    236236    $group = $perms[2];
    237237    $public = $perms[3];
    238 
    239238    return $type.$rwx[$user].$rwx[$group].$rwx[$public];
    240 
    241 }
     239}
  • debug-this/trunk/readme.txt

    r645281 r645849  
    55Tested up to: 3.5
    66Requires at least: 3.5
    7 Stable Tag: 0.02
     7Stable Tag: 0.2.1
    88License: GPLv2 or later
    99
Note: See TracChangeset for help on using the changeset viewer.