CMS Tree Page View - Version 0.7.8

Version Description

  • Something went wrong with last update at wordpress.org, people got 404-error when trying to download plugin. Let's see if this update helps..
Download this release

Release Info

Developer eskapism
Plugin Icon wp plugin CMS Tree Page View
Version 0.7.8
Comparing to
See all releases

Code changes from version 0.7.7 to 0.7.8

Files changed (2) hide show
  1. index.php +2 -2
  2. readme.txt +5 -2
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
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
@@ -27,7 +27,7 @@ License: GPL2
27
 
28
  require("functions.php");
29
 
30
- define( "CMS_TPV_VERSION", "0.7.7");
31
  define( "CMS_TPV_URL", WP_PLUGIN_URL . '/cms-tree-page-view/');
32
  define( "CMS_TPV_NAME", "CMS Tree Page View");
33
 
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.8
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
27
 
28
  require("functions.php");
29
 
30
+ define( "CMS_TPV_VERSION", "0.7.8");
31
  define( "CMS_TPV_URL", WP_PLUGIN_URL . '/cms-tree-page-view/');
32
  define( "CMS_TPV_NAME", "CMS Tree Page View");
33
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === CMS Tree Page View ===
2
- Contributors: 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
  Requires at least: 3.0
6
  Tested up to: 3.0
7
- Stable tag: 0.7.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
 
@@ -71,6 +71,9 @@ Now the tree with the pages will be visible both on the dashboard and in the men
71
 
72
  == Changelog ==
73
 
 
 
 
74
  = 0.7.7 =
75
  - Added Portuguese translation by Ricardo Tomasi. Thank you!
76
  - Celebration Edition: over 25.000 downloads of this plugin at WordPress.org!
1
  === CMS Tree Page View ===
2
+ Contributors: eskapism, MarsApril
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
  Requires at least: 3.0
6
  Tested up to: 3.0
7
+ Stable tag: 0.7.8
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
 
71
 
72
  == Changelog ==
73
 
74
+ = 0.7.8 =
75
+ - Something went wrong with last update at wordpress.org, people got 404-error when trying to download plugin. Let's see if this update helps..
76
+
77
  = 0.7.7 =
78
  - Added Portuguese translation by Ricardo Tomasi. Thank you!
79
  - Celebration Edition: over 25.000 downloads of this plugin at WordPress.org!