Changeset 45306

Show
Ignore:
Timestamp:
05/11/08 23:00:55 (2 months ago)
Author:
Alphawolf
Message:

Version update 1.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • admin-management-xtended/trunk/admin-management-xtended.php

    r44449 r45306  
    22/* 
    33Plugin Name: Admin Management Xtended 
    4 Version: 0.9 
     4Version: 1.0 
    55Plugin URI: http://www.schloebe.de/wordpress/admin-management-xtended-plugin/ 
    6 Description: Adds ajax-driven options to some admin management pages with CMS-known functions like toggling post/page visibility without having to open the edit screens..
     6Description: Adds AJAX-driven options to some admin management pages with CMS-known functions like toggling post/page visibility without having to open the edit screens, plus changing page order with drag'n'drop
    77Author: Oliver Schlöbe 
    88Author URI: http://www.schloebe.de/ 
     
    3131/* ************************************************ */ 
    3232 
    33 define("AME_VERSION", "0.9"); 
     33define("AME_VERSION", "1.0"); 
    3434define("AME_PLUGINPATH", "/admin-management-xtended/"); 
    3535load_plugin_textdomain('admin-management-xtended', PLUGINDIR . AME_PLUGINPATH);