Plugin Directory

Changeset 389936


Ignore:
Timestamp:
05/27/2011 05:54:22 PM (15 years ago)
Author:
kunalb
Message:

Updated readme and versioning information.

Location:
kb-debug/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kb-debug/trunk/README

    r389439 r389936  
    11=== kb_debug.php  ===
    22Contributors: kunalb
     3Donate link: http://kunal-b.in
    34Tags: Debugging
    45Requires at least: WordPress 3.0
    56Tested up to: 3.2
    6 Stable tag: 0.2
     7Stable tag: 0.2.2
    78
    89Debug your plugins and themes.
     
    1718To see both just add ?KB_Debug_Errors&KB_Debug_Hooks. (Essentially $_GET[var] must be set to enable that feature).
    1819
    19 
    2020== Installation ==
    2121Upload `kb_debug.php` and 'kb-debug.css' to the `/wp-content/mu-plugins/` directory. (Create this directory if it doesn't exist).
     22
     23NOTE: These files must be placed directly under mu-plugins: ie mu-plugins/kb_debug.php and mu-plugins/kb-debug.css.
     24
     25Putting these into mu-plugins allows the plugin to capture the most number of hooks it can.
    2226
    2327
     
    3741== Changelog ==
    3842
     43= 0.2.2 =
     44* Modified readme.txt and updated the PHP version.
     45* Renamed Screenshots for wp.org to display.
     46
    3947= 0.2 =
    4048* Plugin completely refactored.
  • kb-debug/trunk/kb_debug.php

    r389439 r389936  
    22/*
    33    Plugin Name: KB_DEBUG
    4     Plugin URI: http://kunal-b.in
     4    Plugin URI: http://github.com/kunalb/kb_debug
    55    Description: A swiss army knife for debugging wordpress plugins.
    6     Version: 0.2-bleeding
     6    Version: 0.2.2
    77    Author: Kunal Bhalla.
    88    Author URI: http://kunal-b.in
    99    License: GPL2
    1010
    11     Copyright 2010 Kunal Bhalla  (email : bhalla.kunal@gmail.com)
     11    Copyright 2011 Kunal Bhalla  (email : bhalla.kunal@gmail.com)
    1212
    1313    This program is free software; you can redistribute it and/or modify
Note: See TracChangeset for help on using the changeset viewer.