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:
parent
fa2a35f934
commit
3662506389
|
@ -3,7 +3,7 @@ Contributors: JoelStarnes
|
||||||
Tags: order pages, ajax, re-order, drag-and-drop, admin,
|
Tags: order pages, ajax, re-order, drag-and-drop, admin,
|
||||||
Requires at least: 2.0
|
Requires at least: 2.0
|
||||||
Tested up to: 2.4-bleeding
|
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.
|
Organise your page order with this simple drag-and-drop Ajax interface.
|
||||||
|
|
||||||
|
@ -40,3 +40,7 @@ please drop me an email: joel@joelstarnes.co.uk
|
||||||
== Localization ==
|
== Localization ==
|
||||||
|
|
||||||
Currently only available in english.
|
Currently only available in english.
|
||||||
|
|
||||||
|
== Limitations==
|
||||||
|
|
||||||
|
The plugin will currently only handle top level pages.
|
|
@ -2,14 +2,15 @@
|
||||||
/*
|
/*
|
||||||
Plugin Name: pageMash
|
Plugin Name: pageMash
|
||||||
Plugin URI: http://joelstarnes.co.uk/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
|
Author: Joel Starnes
|
||||||
Version: 0.1.0
|
Version: 0.1.1
|
||||||
Author URI: http://joelstarnes.co.uk/
|
Author URI: http://joelstarnes.co.uk/
|
||||||
|
|
||||||
CHANGELOG:
|
CHANGELOG:
|
||||||
Release: Date: Description:
|
Release: Date: Description:
|
||||||
0.1.0 10 Feb 2008 Initial release
|
0.1.0 10 Feb 2008 Initial release
|
||||||
|
0.1.1 12 Feb 2008 Minor fixes
|
||||||
|
|
||||||
*/
|
*/
|
||||||
#########CONFIG OPTIONS############################################
|
#########CONFIG OPTIONS############################################
|
||||||
|
@ -69,7 +70,7 @@ function pageMash_main(){
|
||||||
|
|
||||||
<div id="pageMash" class="wrap">
|
<div id="pageMash" class="wrap">
|
||||||
<div id="pageMash_checkVersion" style="float:right; font-size:.7em; margin-top:5px;">
|
<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>
|
</div>
|
||||||
<h2 style="margin-bottom:0; clear:none;">pageMash - pageManagement</h2>
|
<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>
|
<p style="margin-top:4px;">You can use this to organise and manage your pages.</p>
|
||||||
|
|
Loading…
Reference in New Issue