Version Description
- Readme-fix...
Download this release
Release Info
Developer | eskapism |
Plugin | CMS Tree Page View |
Version | 0.7.12 |
Comparing to | |
See all releases |
Code changes from version 0.7.11 to 0.7.12
- index.php +1 -1
- readme.txt +13 -10
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: CMS Tree Page View
|
4 |
Plugin URI: http://eskapism.se/code-playground/cms-tree-page-view/
|
5 |
Description: Adds a CMS-like tree view of all your pages, like the view often found in a page-focused CMS. By using the tree you can edit, view, add pages and even search pages (useful if you have many pages). And with drag and drop you can rearrange the order of your pages. Page management won't get any easier than this!
|
6 |
-
Version: 0.7.
|
7 |
Author: Pär Thernström
|
8 |
Author URI: http://eskapism.se/
|
9 |
License: GPL2
|
3 |
Plugin Name: CMS Tree Page View
|
4 |
Plugin URI: http://eskapism.se/code-playground/cms-tree-page-view/
|
5 |
Description: Adds a CMS-like tree view of all your pages, like the view often found in a page-focused CMS. By using the tree you can edit, view, add pages and even search pages (useful if you have many pages). And with drag and drop you can rearrange the order of your pages. Page management won't get any easier than this!
|
6 |
+
Version: 0.7.12
|
7 |
Author: Pär Thernström
|
8 |
Author URI: http://eskapism.se/
|
9 |
License: GPL2
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://eskapism.se/sida/donate/
|
|
4 |
Tags: page, pages, posts, custom posts, tree, cms, dashboard, overview, drag-and-drop, rearrange, management, manage, admin
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.0.3
|
7 |
-
Stable tag: 0.7.
|
8 |
|
9 |
Adds a tree of all your pages or custom posts. Use drag & drop to reorder your pages, and edit, view, add, and search your pages.
|
10 |
|
@@ -20,15 +20,15 @@ Page management in WordPress won't get any easier than this!
|
|
20 |
|
21 |
#### Features and highlights:
|
22 |
|
23 |
-
|
24 |
-
*
|
25 |
-
*
|
26 |
-
*
|
27 |
-
*
|
28 |
-
*
|
29 |
-
*
|
30 |
-
*
|
31 |
-
*
|
32 |
|
33 |
#### Screencast
|
34 |
Watch this screencast to see how easy you could be managing your pages:
|
@@ -78,6 +78,9 @@ Now the tree with the pages will be visible both on the dashboard and in the men
|
|
78 |
|
79 |
== Changelog ==
|
80 |
|
|
|
|
|
|
|
81 |
= 0.7.11 =
|
82 |
- If a post has a custom post status, that status will be shown instead of "undefined". So now CMS Tree Page View works better together with plugins like "Edit flow".
|
83 |
|
4 |
Tags: page, pages, posts, custom posts, tree, cms, dashboard, overview, drag-and-drop, rearrange, management, manage, admin
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.0.3
|
7 |
+
Stable tag: 0.7.12
|
8 |
|
9 |
Adds a tree of all your pages or custom posts. Use drag & drop to reorder your pages, and edit, view, add, and search your pages.
|
10 |
|
20 |
|
21 |
#### Features and highlights:
|
22 |
|
23 |
+
* View your pages and posts in a tree-view, like you view files in Windows Explorer or the Finder in OS X
|
24 |
+
* Drag and drop to rearrange/order your pages
|
25 |
+
* Add pages after or inside a page
|
26 |
+
* Edit pages
|
27 |
+
* View pages
|
28 |
+
* Search pages
|
29 |
+
* Available for both regular pages and custom posts
|
30 |
+
* View your site hierarchy directly from the WordPress dashboard
|
31 |
+
* Support for translation plugin [WPML](http://wordpress.org/extend/plugins/sitepress-multilingual-cms/), so you can manage all the languages of your site
|
32 |
|
33 |
#### Screencast
|
34 |
Watch this screencast to see how easy you could be managing your pages:
|
78 |
|
79 |
== Changelog ==
|
80 |
|
81 |
+
= 0.7.12 =
|
82 |
+
- Readme-fix...
|
83 |
+
|
84 |
= 0.7.11 =
|
85 |
- If a post has a custom post status, that status will be shown instead of "undefined". So now CMS Tree Page View works better together with plugins like "Edit flow".
|
86 |
|