Version Description
(July 2020) =
CMS Tree Page View has been adopted by Jon Christopher! Please read the announcement post for more information and ways to provide feedback.
- Tested with WordPress 5.4.
- Tested with upcoming jQuery changes in WordPress core.
- Updated banner images
- Updated screenshots
- Removed deprecated function call to
screen_icon()
.
Download this release
Release Info
Developer | jchristopher |
Plugin | CMS Tree Page View |
Version | 1.6.1 |
Comparing to | |
See all releases |
Code changes from version 1.6 to 1.6.1
- functions.php +0 -1
- index.php +5 -5
- languages/cms-tree-page-view-fr_FR.mo +0 -0
- languages/cms-tree-page-view-fr_FR.po +0 -0
- languages/cms-tree-page-view.pot +0 -0
- readme.txt +17 -8
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- screenshot-5.png +0 -0
- screenshot-6.png +0 -0
- screenshot-7.png +0 -0
functions.php
CHANGED
@@ -721,7 +721,6 @@ function cms_tpv_options() {
|
|
721 |
|
722 |
<?php cms_tpv_show_annoying_box(); ?>
|
723 |
|
724 |
-
<?php screen_icon(); ?>
|
725 |
<h2><?php echo CMS_TPV_NAME ?> <?php _e("settings", 'cms-tree-page-view') ?></h2>
|
726 |
|
727 |
<form method="post" action="options.php" class="cmtpv_options_form">
|
721 |
|
722 |
<?php cms_tpv_show_annoying_box(); ?>
|
723 |
|
|
|
724 |
<h2><?php echo CMS_TPV_NAME ?> <?php _e("settings", 'cms-tree-page-view') ?></h2>
|
725 |
|
726 |
<form method="post" action="options.php" class="cmtpv_options_form">
|
index.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: CMS Tree Page View
|
4 |
-
Plugin URI:
|
5 |
Description: Adds a CMS-like tree view of all your pages, like the view often found in a page-focused CMS. Use the tree view to edit, view, add pages and search pages (very 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 |
Text Domain: cms-tree-page-view
|
7 |
Domain Path: /languages/
|
8 |
-
Version: 1.6
|
9 |
-
Author:
|
10 |
-
Author URI:
|
11 |
License: GPL2
|
12 |
*/
|
13 |
|
@@ -29,7 +29,7 @@ License: GPL2
|
|
29 |
|
30 |
#require("functions.php");
|
31 |
|
32 |
-
define( "CMS_TPV_VERSION", "1.6");
|
33 |
define( "CMS_TPV_NAME", "CMS Tree Page View");
|
34 |
|
35 |
require(dirname(__FILE__) . "/functions.php");
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: CMS Tree Page View
|
4 |
+
Plugin URI: https://github.com/jchristopher/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. Use the tree view to edit, view, add pages and search pages (very 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 |
Text Domain: cms-tree-page-view
|
7 |
Domain Path: /languages/
|
8 |
+
Version: 1.6.1
|
9 |
+
Author: Jon Christopher
|
10 |
+
Author URI: https://jonchristopher.us/
|
11 |
License: GPL2
|
12 |
*/
|
13 |
|
29 |
|
30 |
#require("functions.php");
|
31 |
|
32 |
+
define( "CMS_TPV_VERSION", "1.6.1");
|
33 |
define( "CMS_TPV_NAME", "CMS Tree Page View");
|
34 |
|
35 |
require(dirname(__FILE__) . "/functions.php");
|
languages/cms-tree-page-view-fr_FR.mo
CHANGED
File without changes
|
languages/cms-tree-page-view-fr_FR.po
CHANGED
File without changes
|
languages/cms-tree-page-view.pot
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
=== CMS Tree Page View ===
|
2 |
-
Contributors:
|
3 |
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 |
Text Domain: cms-tree-page-view
|
6 |
Requires at least: 3.8
|
7 |
-
Tested up to: 4.
|
8 |
-
Stable tag: 1.6
|
9 |
|
10 |
Adds a tree view of all pages & custom posts. Get a great overview + options to drag & drop to reorder & option to add multiple pages.
|
11 |
|
@@ -59,6 +59,9 @@ $query = new WP_Query( $args );
|
|
59 |
`
|
60 |
|
61 |
#### Screencast
|
|
|
|
|
|
|
62 |
Watch this screencast to see how easy you could be managing your pages:
|
63 |
[youtube http://www.youtube.com/watch?v=H4BGomLi_FU]
|
64 |
|
@@ -108,15 +111,21 @@ Now the tree with the pages will be visible both on the dashboard and in the men
|
|
108 |
|
109 |
1. The page tree in action
|
110 |
2. Edit, view and even add multiple pages at once!
|
111 |
-
3.
|
112 |
-
4. Drag-and-drop to rearrange/change the order of the pages.
|
113 |
-
5. The tree is also available on the dashboard and therefore available immediately after you login.
|
114 |
-
6. Users of WPML can find all their languages in the tree
|
115 |
-
7. Quickly switch between regular list view and tree view using the switch icon
|
116 |
|
117 |
|
118 |
== Changelog ==
|
119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
= 1.6 (January 2018) =
|
121 |
|
122 |
- Remove deprecated PHP function `create_function()`.
|
1 |
=== CMS Tree Page View ===
|
2 |
+
Contributors: jchristopher, eskapism
|
3 |
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 |
Text Domain: cms-tree-page-view
|
6 |
Requires at least: 3.8
|
7 |
+
Tested up to: 5.4.2
|
8 |
+
Stable tag: 1.6.1
|
9 |
|
10 |
Adds a tree view of all pages & custom posts. Get a great overview + options to drag & drop to reorder & option to add multiple pages.
|
11 |
|
59 |
`
|
60 |
|
61 |
#### Screencast
|
62 |
+
|
63 |
+
(An updated screencast is coming soon!)
|
64 |
+
|
65 |
Watch this screencast to see how easy you could be managing your pages:
|
66 |
[youtube http://www.youtube.com/watch?v=H4BGomLi_FU]
|
67 |
|
111 |
|
112 |
1. The page tree in action
|
113 |
2. Edit, view and even add multiple pages at once!
|
114 |
+
3. Drag-and-drop to rearrange/change the order of the pages.
|
|
|
|
|
|
|
|
|
115 |
|
116 |
|
117 |
== Changelog ==
|
118 |
|
119 |
+
= 1.6.1 (July 2020) =
|
120 |
+
|
121 |
+
CMS Tree Page View has been adopted by [Jon Christopher](https://jonchristopher.us/blog/cms-tree-page-view-has-been-adopted-by-me/)! Please read the [announcement post](https://jonchristopher.us/blog/cms-tree-page-view-has-been-adopted-by-me/) for more information and ways to provide feedback.
|
122 |
+
|
123 |
+
- Tested with WordPress 5.4.
|
124 |
+
- Tested with upcoming jQuery changes in WordPress core.
|
125 |
+
- Updated banner images
|
126 |
+
- Updated screenshots
|
127 |
+
- Removed deprecated function call to `screen_icon()`.
|
128 |
+
|
129 |
= 1.6 (January 2018) =
|
130 |
|
131 |
- Remove deprecated PHP function `create_function()`.
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|
screenshot-4.png
DELETED
Binary file
|
screenshot-5.png
DELETED
Binary file
|
screenshot-6.png
DELETED
Binary file
|
screenshot-7.png
DELETED
Binary file
|