0.1.0 tagged

0.1.1 released

git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@31688 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
jmash 2008-02-12 22:16:39 +00:00
parent fa2a35f934
commit 3662506389
2 changed files with 10 additions and 5 deletions

View File

@ -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.
Currently only available in english.
== Limitations==
The plugin will currently only handle top level pages.

View File

@ -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(){
<div id="pageMash" class="wrap">
<div id="pageMash_checkVersion" style="float:right; font-size:.7em; margin-top:5px;">
<?php include("http://www.joelstarnes.co.uk/app_update/?p=pageMash&v=0.1.0"); ?>
version [0.1.1]
</div>
<h2 style="margin-bottom:0; clear:none;">pageMash - pageManagement</h2>
<p style="margin-top:4px;">You can use this to organise and manage your pages.</p>