Nested Pages - Version 1.3.2

Version Description

  • Bug fix in menu - pages now nestable under links.
Download this release

Release Info

Developer kylephillips
Plugin Icon 128x128 Nested Pages
Version 1.3.2
Comparing to
See all releases

Code changes from version 1.3.1 to 1.3.2

app/Entities/NavMenu/NavMenu.php CHANGED
@@ -172,6 +172,7 @@ class NavMenu {
172
  'menu-item-parent-id' => $menu_parent,
173
  'menu-item-target' => $this->post['link_target']
174
  ));
 
175
  }
176
 
177
 
172
  'menu-item-parent-id' => $menu_parent,
173
  'menu-item-target' => $this->post['link_target']
174
  ));
175
+ return $menu;
176
  }
177
 
178
 
app/NestedPages.php CHANGED
@@ -12,7 +12,7 @@ class NestedPages {
12
  $np_env = 'live';
13
 
14
  global $np_version;
15
- $np_version = '1.3.1';
16
 
17
  $app = new NestedPages\Bootstrap;
18
  }
12
  $np_env = 'live';
13
 
14
  global $np_version;
15
+ $np_version = '1.3.2';
16
 
17
  $app = new NestedPages\Bootstrap;
18
  }
nestedpages.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Nested Pages
4
  Plugin URI: http://nestedpages.com
5
  Description: Provides an intuitive drag and drop interface for managing pages in the Wordpress admin, while maintaining quick edit functionality.
6
- Version: 1.3.1
7
  Author: Kyle Phillips
8
  Author URI: https://github.com/kylephillips
9
  Text Domain: nestedpages
3
  Plugin Name: Nested Pages
4
  Plugin URI: http://nestedpages.com
5
  Description: Provides an intuitive drag and drop interface for managing pages in the Wordpress admin, while maintaining quick edit functionality.
6
+ Version: 1.3.2
7
  Author: Kyle Phillips
8
  Author URI: https://github.com/kylephillips
9
  Text Domain: nestedpages
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://nestedpages.com/
4
  Tags: pages, admin, nested, tree view, page tree, sort, quick edit
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
- Stable tag: 1.3.0
8
 
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -80,6 +80,9 @@ If you have WordPress SEO by Yoast installed, your page score indicators are sho
80
 
81
  == Changelog ==
82
 
 
 
 
83
  = 1.3.1 =
84
  * UI enhancements in Quick Edits – default date fields replaced with datepicker and formatted time.
85
 
@@ -151,6 +154,9 @@ If you have WordPress SEO by Yoast installed, your page score indicators are sho
151
 
152
  == Upgrade Notice ==
153
 
 
 
 
154
  = 1.3.1 =
155
  Date fields in Quick Edit windows are now replaced with a date picker and formatted time. If the formatting conflicts with your specific locale, disable the datepicker under Settings > Nested Pages > General.
156
 
4
  Tags: pages, admin, nested, tree view, page tree, sort, quick edit
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
+ Stable tag: 1.3.1
8
 
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
80
 
81
  == Changelog ==
82
 
83
+ = 1.3.2 =
84
+ * Bug fix in menu - pages now nestable under links.
85
+
86
  = 1.3.1 =
87
  * UI enhancements in Quick Edits – default date fields replaced with datepicker and formatted time.
88
 
154
 
155
  == Upgrade Notice ==
156
 
157
+ = 1.3.2 =
158
+ Minor bug fixes in menu.
159
+
160
  = 1.3.1 =
161
  Date fields in Quick Edit windows are now replaced with a date picker and formatted time. If the formatting conflicts with your specific locale, disable the datepicker under Settings > Nested Pages > General.
162