Plugin Directory

Changeset 531602


Ignore:
Timestamp:
04/16/2012 04:29:26 AM (14 years ago)
Author:
kdmurthy
Message:
 
Location:
wp-pde/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-pde/trunk/main/css/wp-pde.dev.css

    r527263 r531602  
    1313
    1414.toplevel_page_wp_pde #post-body-content {
     15  width: auto;
    1516    margin-right: 200px;
    1617}
  • wp-pde/trunk/main/pde-form.php

    r527263 r531602  
    109109    global $_ww_pde_plugin_max_depth;
    110110    if( !isset($_ww_pde_plugin_max_depth) )
    111       $_ww_pde_plugin_max_depth = 11;
     111      $_ww_pde_plugin_max_depth = 8;
    112112    return "$classes form-max-depth-$_ww_pde_plugin_max_depth";
    113113  }
  • wp-pde/trunk/readme.txt

    r530320 r531602  
    55Requires at least: 3.3
    66Tested up to: 3.3.1
    7 Stable tag: 0.9.2
     7Stable tag: 0.9.3
    88
    99A development environment for creating plugins with support for widgets, actions and hooks.
     
    9191== Changelog ==
    9292
     93= 0.9.3 =
     94
     95* Compatibility changes for Wordpress 3.4 beta 2
     96
    9397= 0.9.2 =
    9498
  • wp-pde/trunk/wp-pde.php

    r530311 r531602  
    44Plugin URI: http://wp-pde.jaliansystems.com
    55Description: Plugin development environment for Wordpress
    6 Version: 0.9.2
     6Version: 0.9.3
    77Author: Dakshinamurthy Karra
    88Author URI: http://wp-pde.jaliansystems.com
Note: See TracChangeset for help on using the changeset viewer.