diff --git a/README.txt b/README.txt index 2a0a6d6..dd679f5 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: JoelStarnes Tags: order pages, ajax, re-order, drag-and-drop, admin, Requires at least: 2.0 Tested up to: 2.4-bleeding -Stable tag: 0.1.0 +Stable tag: 0.1.1 Organise your page order with this simple drag-and-drop Ajax interface. @@ -39,4 +39,8 @@ please drop me an email: joel@joelstarnes.co.uk == Localization == -Currently only available in english. \ No newline at end of file +Currently only available in english. + +== Limitations== + +The plugin will currently only handle top level pages. \ No newline at end of file diff --git a/pagemash.php b/pagemash.php index 8d21a05..035bbee 100644 --- a/pagemash.php +++ b/pagemash.php @@ -2,14 +2,15 @@ /* Plugin Name: pageMash Plugin URI: http://joelstarnes.co.uk/pagemash/ -Description: Page Order Management (WP ADMIN > MANAGE > pageMash). +Description: pageMash > pageManagement [WP_Admin > Manage > pageMash] Author: Joel Starnes -Version: 0.1.0 +Version: 0.1.1 Author URI: http://joelstarnes.co.uk/ CHANGELOG: Release: Date: Description: 0.1.0 10 Feb 2008 Initial release +0.1.1 12 Feb 2008 Minor fixes */ #########CONFIG OPTIONS############################################ @@ -69,7 +70,7 @@ function pageMash_main(){
You can use this to organise and manage your pages.