Nested Pages

Wordpress Plugin
Download latest - 3.2.3

Developers

kylephillips

Download Stats

Today 85
Yesterday 138
Last Week 922
All Time 247,584
Banner 772x250


Releases (92 )

Version Release Date Change Log
3.2.3 2022-11-08
  • Adds the ability to clone the post/page tree in hierarchical post types.
  • Adds option to set the maximum nesting level per post type. To configure, visit Settings > Nested Pages > Post Types, and select the post type you'd like to configure. The option can be located under the "Maximum Nesting Depth" tab.
  • Fixes bug where nav menu was being added when saving plugin options, even when "Disable menu sync completely" was selected.
3.2.2 2022-11-04
  • Adds option to default new pages to hide in the generated nav menu.
  • Adds two new filters: "nestedpages_page_listing" & "nestedpages_show_links". These filters allow access to add the "Links" interface to post types other than pages.
  • Fixes bug in page tree where toggle arrow was not shown if a hidden page was a child. The toggle arrow will still not show if the child list contains only hidden pages. In this case, select the "Show Hidden" link to reveal the toggle.
  • Fixes bug in WPML-enabled sites, where the total translation count did not include posts without a source language code.
  • Fixes bug in WPML-enabled sites where the default language post count was not accurate.
3.2.1 2022-10-26
  • Reverts previous wp_update_post change to prevent server errors on large sites. Replaces with optional "nestedpages_use_update_post" filter to enable hook when needed.
3.2.0 2022-08-19
  • Resolves issue where post_updated action was not firing after reordering of nested view.
  • Adds ability to save a custom URL for pages in the nav menu (Example: outputting an anchor link rather than the page's link). To add a custom link, select quick edit, followed by the "Menu Options" tab. There is a new "Custom URL" input.
  • Corrects previous version's Yoast indicator display.
  • Fixes bug where padding was not reset correctly when dragging a sub-level item to the primary/main level
3.1.22 2022-08-09
  • Fixes deprecation notice from new Yoast release
3.1.21 2022-05-27
  • Fixes issue where Nested Pages menu persists in some instances when "Disable menu completely" is checked/enabled.
  • Tested with WordPress V6
  • Security Updates
3.1.20 2022-02-02
  • Fixes bug where menu item descriptions (Added in the Appearance > Menus interface) were being removed when synchronizing the Nested Pages menu
  • Removes deprecation notice from authors dropdown in quick edit interface
  • Adds 'nestedpages_row_parent_css_classes' developer filter for filtering css classes output in each row's parent
  • element
  • Adds 'nestedpages_new_post' developer filter for filtering new posts before they are added (through child pages or through the "Add Multiple" interface)
3.1.19 2022-01-26
  • Fixes dragging/sorting bug introduced in WordPress version 5.9.
3.1.18 2022-01-12
  • Fixes issue where some custom blocks were not duplicating when cloning a post.
3.1.17 2022-01-10
  • Adds background saving of post status selection (Selecting "Published" in the post status filter will now persist on page reload)
  • Fixes bugs in admin customization related to addition of menu items added by other plugins
  • Security Update (Thanks to Chloe Chamberland at Wordfence for reporting)
3.1.16 2021-08-13
  • Includes security updates. Thanks to Ram Gall at Wordfence for reporting
3.1.15 2021-06-30

= 1.3.12 = Resolves issue with custom user roles/permissions and deleting posts. Important patch for sites using custom user roles. Thanks to Yuksel Beyti for finding/patching.

= 1.3.10 = Resolves deprecated function issue with SEO by Yoast update v1.7.3. Critical for sites running both Nested Pages and WordPress SEO by Yoast

= 1.3.8 = Critical bug fix in saving menus. Existing menus outside of the generated menu now unaltered.

= 1.3.4 = Minor bug fixes and expanded menu functionality.

= 1.3.3 = Russian translation added along with minor bug fixes.

= 1.3.2 = Minor bug fixes in menu.

= 1.3.1 = 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.

= 1.3.0 = All post types are now supported. Also includes minor bug fixes and UI improvements.

= 1.2.1 = Bug fix when using custom roles.

= 1.2 = PHP 5.3.2 now required Nested Pages will not install on older versions of PHP. If you are running less than 5.3.2, continue to use Nested Pages version 1.1.9.

= 1.1.9 = Italian translation included along with minor bug fixes.

= 1.1.8 = New Child Pages Interface, various UI enhancements

= 1.1.6 = Minor UI enhancements and bug fixes.

= 1.1.5 = Various bug fixes in the menu system and localization.

= 1.1.4 = Added additional quick edit functionality along with UI enhancements.

= 1.1.3 = Added option to rename the generated nav menu.

= 1.1.2 = Includes fix for pages view that was preventing draft and private pages from being loaded.

= 1.1 = Several new features have been added in version 1.1, including: saved toggle states, additional menu options, trash functionality, ability to add "link" menu items, and more.

3.1.14 2021-04-29
  • Additional security enhancements (Thanks Nico Mollet)
  • Developer improvements through added filters and filter usage corrections (Thanks Bjrnar Tollaksen & Alexandre Sadowski)
  • Adds post title filter for customizing title display beyond the_title filter
3.1.13 2020-12-10
  • Corrects permission issues introduced in previous update
3.1.12 2020-12-07
  • Includes security updates
  • Fixes bug where posts not appearing when filtering by a non top-level hierarchical taxonomy. Allows order sorting while the list is filtered (not parent order)
  • Adds ability to save and synchronize post type archive menu items when using menu sync
3.1.11 2020-05-11
  • Security Update.
3.1.10 2020-05-01
  • Updates German translations.
  • Adds support for preview_post_link filter.
  • Bug fixes in WPML integration (thanks to Timothee Moulin).
  • Fixes issue where menu options where still available under the quick edit and bulk edit forms if the menu sync was disabled completely.
  • Fixes issue where "Hide in Nested View" option was still available under the bulk edit form if the field was disabled through the plugin settings.
  • Links full page editor admin back to nested view if the "replace menu" option is selected for the post type.
  • Removes trash dropdown selection on posts with no children.
  • Adds option to include private pages in the generated menu.
  • Allows users with edit_pages/edit_posts capabilities to see "new" options for submitting non-published content (following core functionality).
3.1.9 2020-04-08
  • Adds a custom sorting user capability for each public post type: nestedpages_sort_$type, enabling control of capabilities through 3rd party plugins.
  • Adds filter for sorting capability: nestedpages_sort_capability. Filter passes 3 parameters: $grant_capability (boolean), $type (post type name), and $role (user role object)
  • Adds a plugin option for disabling the sort view based on user role.
  • Adds filters for each post type to allow/disable the sort view based on user role and post type: nestedpages_sort_view_$type. Filter returns 2 parameters: $grant_access (boolean), and $roles (array of roles assigned to the current user).
  • Updates Dutch translation (Thank you to Arno Vije).
  • Tested in WordPress version 5.4.
3.1.8 2020-01-17
  • Fixes conflict with Subpages Expanded plugin where sidebar selections under the appearance > widgets screen was broken
  • Fixes bug where setting a page to anything other than published was not removing menu items during sync
3.1.7 2019-10-10
  • Updates quick edit interface.
  • Adds filters for "Sticky" text indicator in post rows.
3.1.6 2019-10-09

= 1.3.12 = Resolves issue with custom user roles/permissions and deleting posts. Important patch for sites using custom user roles. Thanks to Yuksel Beyti for finding/patching.

= 1.3.10 = Resolves deprecated function issue with SEO by Yoast update v1.7.3. Critical for sites running both Nested Pages and WordPress SEO by Yoast

= 1.3.8 = Critical bug fix in saving menus. Existing menus outside of the generated menu now unaltered.

= 1.3.4 = Minor bug fixes and expanded menu functionality.

= 1.3.3 = Russian translation added along with minor bug fixes.

= 1.3.2 = Minor bug fixes in menu.

= 1.3.1 = 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.

= 1.3.0 = All post types are now supported. Also includes minor bug fixes and UI improvements.

= 1.2.1 = Bug fix when using custom roles.

= 1.2 = PHP 5.3.2 now required Nested Pages will not install on older versions of PHP. If you are running less than 5.3.2, continue to use Nested Pages version 1.1.9.

= 1.1.9 = Italian translation included along with minor bug fixes.

= 1.1.8 = New Child Pages Interface, various UI enhancements

= 1.1.6 = Minor UI enhancements and bug fixes.

= 1.1.5 = Various bug fixes in the menu system and localization.

= 1.1.4 = Added additional quick edit functionality along with UI enhancements.

= 1.1.3 = Added option to rename the generated nav menu.

= 1.1.2 = Includes fix for pages view that was preventing draft and private pages from being loaded.

= 1.1 = Several new features have been added in version 1.1, including: saved toggle states, additional menu options, trash functionality, ability to add "link" menu items, and more.

3.1.5 2019-09-20
  • Removes link item in dropdown from non-page hierarchical post types, replaces with filterable boolean
  • Enhances modal UI when deleting an item
3.1.4 2019-09-19
  • Adds support for custom statuses, configurable by post type. To enable statuses for a specific post type, visit the plugin settings: Settings > Nested Pages > Post Types. Toggle the post type. If there are custom statuses available, a field titled "Enable Custom Statuses" will be available to select statuses.
  • Updates edit target for "link" row items to link to edit post screen where applicable.
  • Updates modal UI for adding multiple pages and adding links
3.1.3 2019-08-22
  • Updates nesting interface to use an indented style. To revert to the previous format, visit Settings > Nested Pages and select the checkbox titled "Use the classic (non-indented) hierarchy display."
  • Fixes bug where submenus were being removed after saving a new admin menu customization and reordering the item.
  • Enhances translation capabilities by replacing hardcoded strings with proper I18n functions.
3.1.2 2019-08-01
  • Adds filter to role capabilities (for adding items to customized admin menus with custom capabilities).
3.1.1 2019-07-31
  • Removes ability to hide Settings and Nested Pages menus from administrators within the admin customization interface (removing items hides links to necessary admin sections).
  • Adds ability to reset admin menu settings by clicking a single button
  • Fixes bug in new admin menu feature where submenus added by other plugins were not being displayed if a custom menu was in use.
3.1.0 2019-07-30
  • Adds new feature for customizing the order, visibility, and labels of the admin menu. To view the feature, visit Settings > Nested Pages > Admin Customization > Admin Menu. Important: once custom menus have been configured, new menu items added by other plugins may not appear upon activation. To add these items, revisit the Nested Pages settings and reconfigure the menus with the new items (they will appear at the bottom of the customized menu in the drag and drop interface). While menus may be configured for each user group, the plugin does not set any permissions. While items may be hidden from the menu, they will still be accessible with a direct link if the user has the appropriate permissions.
  • Adds filters for adding basic custom fields to the quick edit interface. Currently supported field types include text, date, and select. See https://gist.github.com/kylephillips/236d0a90aa2ea6fb628c5c1e4010f7be for example usage.
3.0.11 2019-05-15
  • Adds filters for "Sort/Nested View" and "Default" labels.
  • Fixes issue where serialized meta data was not being saved properly during cloning.
3.0.10 2019-04-04
  • Fixes issue with translation file naming that was preventing plugin translations from loading.
  • Adds settings action to reset user preferences (toggled/visible pages). For clearing user meta that may has become unnormalized during site/other plugin updates, resulting in PHP errors in the listing view.
3.0.9 2019-03-26
  • Fixes Javascript bug introduced in v3.0.8 resulting in console error on page edit screen.
3.0.8 2019-03-26
  • Security Fix: Fixes bug where contributors could quick edit posts not authored by themselves.
  • Adds filters for displaying individual row action/links.
  • Fixes bug where submenu was not expanded when editing a single page, and "replace default" is selected.
  • Fixes bug where toggle icon still displays when all child items are in the trash.
  • Adds filters for taxonomies and terms in the listing interface.
  • Fixes bug where setting a link item to hide in nav menu doesn't remove the associated menu item.
3.0.7 2018-12-22
  • Adds support for "Dark Mode" plugin.
3.0.6 2018-07-25
  • Fixes issue introduced in v3.0.3 where some custom post/page dropdown fields were failing to show.
3.0.5 2018-07-06
  • Adds actions for sorting update. Single post: nestedpages_post_order_updated($post_id, $parent, $order). All posts: nestedpages_posts_order_updated($posts, $parent).
  • Adds filter to disable sorting per post: nestedpages_post_sortable($sortable, $post, $post_type).
3.0.4 2018-06-08
  • Fixes bug introduced in v3.0.3 that prevented selection of privacy page.
3.0.3 2018-06-07
  • Fixes PHP error when performing a search with no results.
  • Fixes WordPress core issue where children of a private post become unnested after editing the post.
  • Fixes bug where updated titles on custom links were not synching with the menu.
  • Fixes bug where an extra trailing slash was being added to asset URLs, resulting in style errors.
  • Adds capability conditional for quick edit functionality
  • Adds filter to hide quick edit button (receives post object as parameter)
3.0.2 2018-05-29
  • Fixes issue where post_row_action error was being thrown due to incorrect object type being passed as parameter.
3.0.1 2018-05-28

= 1.3.12 = Resolves issue with custom user roles/permissions and deleting posts. Important patch for sites using custom user roles. Thanks to Yuksel Beyti for finding/patching.

= 1.3.10 = Resolves deprecated function issue with SEO by Yoast update v1.7.3. Critical for sites running both Nested Pages and WordPress SEO by Yoast

= 1.3.8 = Critical bug fix in saving menus. Existing menus outside of the generated menu now unaltered.

= 1.3.4 = Minor bug fixes and expanded menu functionality.

= 1.3.3 = Russian translation added along with minor bug fixes.

= 1.3.2 = Minor bug fixes in menu.

= 1.3.1 = 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.

= 1.3.0 = All post types are now supported. Also includes minor bug fixes and UI improvements.

= 1.2.1 = Bug fix when using custom roles.

= 1.2 = PHP 5.3.2 now required Nested Pages will not install on older versions of PHP. If you are running less than 5.3.2, continue to use Nested Pages version 1.1.9.

= 1.1.9 = Italian translation included along with minor bug fixes.

= 1.1.8 = New Child Pages Interface, various UI enhancements

= 1.1.6 = Minor UI enhancements and bug fixes.

= 1.1.5 = Various bug fixes in the menu system and localization.

= 1.1.4 = Added additional quick edit functionality along with UI enhancements.

= 1.1.3 = Added option to rename the generated nav menu.

= 1.1.2 = Includes fix for pages view that was preventing draft and private pages from being loaded.

= 1.1 = Several new features have been added in version 1.1, including: saved toggle states, additional menu options, trash functionality, ability to add "link" menu items, and more.

2.0.4 2017-11-09
  • Fixes PHP warning if a search is performed with only one result when WP_DEBUG is enabled.
  • Fixes "undefined variable: c" PHP warning on some installs when WP_DEBUG is enabled.
  • Tested for WordPress 4.9 compatibility
2.0.3 2017-10-24
  • Fixes bug where empty trash was not working under custom post types.
  • Fixes issue where sticky status could not be removed from post in quick edit.
  • Adds button to reset all plugin settings to default.
2.0.2 2017-09-20
  • Fixes issue where no posts were displaying in nested view when a taxonomy was assigned to the post with a dash in the taxonomy name.
2.0.1 2017-08-23
  • WPML compatibility added (Limited support, see the "More Information" section for important notes on support).
  • Important upgrade note: Custom links within the Nested Pages interface are disabled if WPML is installed and enabled. This is a potential breaking change, so please remove all custom links before updating. Links may be added back to menus by using the default WordPress Appearance > Menus editor.
  • Sort/Order options on non-page post type listings may now be added/removed. All options are hidden by default. To enable these, visit Settings > Nested Pages > Post Types. Under the desired post type, options may be enabled under the "Sort Options" row.
  • Bug fix where pages hidden from the Nested Pages view where displaying.
  • "Sticky" checkbox added to quick edit form under non-hierarchical post types.
  • Adds query optimizations to the listing view, reducing the overall number of queries made.
1.7.1 2017-05-08
  • Bug fix where saving post type options was enabling all post types
1.7.0 2017-05-07
  • Added option to disable sorting per post type
  • Added option to assign a post type page. Assigning a page to a post type adds "Add New" and "All" links to the page row for the given post type, along with a count of published posts for that type
  • 24 hour time format support added to datepicker time field (follows General Time Format settings)
  • Custom fields generated by the plugin converted to hidden fields, preventing them from displaying in the post custom field meta box
  • Bug fix where selecting "Hide in Nested Pages" was not saving in the quick edit interface
  • rel=page removed from generated nav menu links which was causing errors in W3C validation
  • Bug fix where menu sync was firing in the background when "Disable menu sync completely" option was selected
1.6.8 2017-05-03
  • Bug fix where admin bars were not displaying in Safari until hover
  • Bug fixes in display of post titles with html tags
  • Bug fix where date was not being saved in the quick edit form when the datepicker is not enabled
1.6.7 2017-05-01
  • Multisite superadmins treated as admins (Thanks to Kristoffer Svanmark)
  • Text domain change from v1.6.4 integrated
1.6.6 2017-04-28
  • Important security update: XSS vulnerability fix
1.6.5.2 2016-11-30
  • Temporarily disabling front end redirects.
1.6.5.1 2016-11-17
  • Temporarily rolling back to 1.6.3
1.6.5 2016-11-16
  • PHP fatal error bug fix
1.6.4 2016-11-16
  • Text domain updated to wp-nested-pages in compliance with wordpress.org translation requirments
  • Custom columns are now supported. Visit Settings > Nested Pages > Post Types to enable and order custom columns for each post type. Columns made available through the appropriate WordPress filters are available for selection, along with any taxonomies enabled for the post type.
  • Additional bug fixes in front end redirects that were causing duplicate slugs to be unreliable
1.6.3.2 2016-10-30

= 1.3.12 = Resolves issue with custom user roles/permissions and deleting posts. Important patch for sites using custom user roles. Thanks to Yuksel Beyti for finding/patching.

= 1.3.10 = Resolves deprecated function issue with SEO by Yoast update v1.7.3. Critical for sites running both Nested Pages and WordPress SEO by Yoast

= 1.3.8 = Critical bug fix in saving menus. Existing menus outside of the generated menu now unaltered.

= 1.3.4 = Minor bug fixes and expanded menu functionality.

= 1.3.3 = Russian translation added along with minor bug fixes.

= 1.3.2 = Minor bug fixes in menu.

= 1.3.1 = 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.

= 1.3.0 = All post types are now supported. Also includes minor bug fixes and UI improvements.

= 1.2.1 = Bug fix when using custom roles.

= 1.2 = PHP 5.3.2 now required Nested Pages will not install on older versions of PHP. If you are running less than 5.3.2, continue to use Nested Pages version 1.1.9.

= 1.1.9 = Italian translation included along with minor bug fixes.

= 1.1.8 = New Child Pages Interface, various UI enhancements

= 1.1.6 = Minor UI enhancements and bug fixes.

= 1.1.5 = Various bug fixes in the menu system and localization.

= 1.1.4 = Added additional quick edit functionality along with UI enhancements.

= 1.1.3 = Added option to rename the generated nav menu.

= 1.1.2 = Includes fix for pages view that was preventing draft and private pages from being loaded.

= 1.1 = Several new features have been added in version 1.1, including: saved toggle states, additional menu options, trash functionality, ability to add "link" menu items, and more.

1.6.3.1 2016-10-27

= 1.3.12 = Resolves issue with custom user roles/permissions and deleting posts. Important patch for sites using custom user roles. Thanks to Yuksel Beyti for finding/patching.

= 1.3.10 = Resolves deprecated function issue with SEO by Yoast update v1.7.3. Critical for sites running both Nested Pages and WordPress SEO by Yoast

= 1.3.8 = Critical bug fix in saving menus. Existing menus outside of the generated menu now unaltered.

= 1.3.4 = Minor bug fixes and expanded menu functionality.

= 1.3.3 = Russian translation added along with minor bug fixes.

= 1.3.2 = Minor bug fixes in menu.

= 1.3.1 = 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.

= 1.3.0 = All post types are now supported. Also includes minor bug fixes and UI improvements.

= 1.2.1 = Bug fix when using custom roles.

= 1.2 = PHP 5.3.2 now required Nested Pages will not install on older versions of PHP. If you are running less than 5.3.2, continue to use Nested Pages version 1.1.9.

= 1.1.9 = Italian translation included along with minor bug fixes.

= 1.1.8 = New Child Pages Interface, various UI enhancements

= 1.1.6 = Minor UI enhancements and bug fixes.

= 1.1.5 = Various bug fixes in the menu system and localization.

= 1.1.4 = Added additional quick edit functionality along with UI enhancements.

= 1.1.3 = Added option to rename the generated nav menu.

= 1.1.2 = Includes fix for pages view that was preventing draft and private pages from being loaded.

= 1.1 = Several new features have been added in version 1.1, including: saved toggle states, additional menu options, trash functionality, ability to add "link" menu items, and more.

1.6.3 2016-10-20
  • Temporary removal of front end redirects (resolves issue of duplicate slugs being overriden)
  • Bug fix in fatal error with integration with Editorial Access Manager (Thanks to Marco Chiesi)
1.6.2 2016-10-19
  • Bug fix that was throwing error in the nav menu
1.6.1 2016-10-19
  • Bug fix in nav menu front end that was throwing error on sites with errors enabled.
1.6.0 2016-10-19
  • Redesign of post type settings page, with additional options added.
  • Thumbnail support added to nested/sort view. Visit Settings > Nested Pages > Post Types to enable post thumbnails and set options.
  • Ability to customize quick edit fields for each post type added. Visit Settings > Nested Pages > Post Types to hide specific fields from the quick edit interface for each post type. Please note: specific fields are still hidden depending. on the current user's roles/capabilities.
  • Bulk delete functionality added.
  • When adding multiple pages, the option to set them as hidden in the nav menu is now available.
  • Option added to manually sync the nav menu and page order.
  • Bug fix where Post menu wasn't being replaced if option checked.
  • Modified date set to not update when reordering post order through the nested view.
  • Issue of duplicate posts item in nav menu resolved.
  • Fix for invalid rel attribute in generated nav menus, resulting in W3C validation error.
  • Filters added for title, edit links, and view links in the nested interface.
  • Bug fix where non-hierarchical post types were allowing nesting.
  • Bug fix where page redirect errors were showing while attempting to delete pages with the Page post type disabled. (Thanks to Evan Washkow)
  • Bug fix where non-ascii characters were not displaying correctly in the quick edit slug field.
  • Bug fix where "Add Child" was not available if menu sync was disabled completely.
  • Tab index set when adding a new child or multiple pages. No mouse necessary for adding in bulk.
  • Various UI enhancements.
  • Swedish translation added (Thanks to Marcus Forsberg).
1.5.4 2016-01-04
  • Spanish translation added (Thanks to Ral Martnez)
  • Various bug fixes related to WordPress 4.4 update
  • Duplicate menu items bug fix
1.5.3 2015-09-16
  • Confirmation modal added when deleting a link item.
  • Bug fix where custom nav titles were not being saved.
  • Bug fix where replacing the default menus was breaking custom admin submenu links.
  • Minor interface enhancements.
1.5.2 2015-09-12
  • Fixed bug when upgrading in an install with sync disabled.
1.5.1 2015-09-12
  • Bug fix where hidden nav items in the nested view were deleting nav items from other menus.
  • Updated German Translation (Thanks to Martin Wecke)
1.5.0 2015-08-30
  • Links now include all taxonomies/post types, enabling full control over the primary site menu from the Nested Pages interface. Start adding menu items by selecting "Add Link" from the top, or the link button on a specific row to add a child item.
  • Escape key closing of modal windows added.
  • Category filtering added to pages if categories enabled
1.4.1 2015-08-19
  • Bug fix in quick edit where child pages display parent row data on update.
1.4.0 2015-08-15
  • Clone/Duplicate functionality added - click the "clone" button in a row to clone/duplicate a post or page
  • Bug fix when attempting to trash Advanced Custom Field field groups (Thanks to Ben Plum)
  • Javascript rewritten for more future-friendly updates and feature builds
  • Draft filter added to list
  • Tested and confirmed WordPress 4.3 compatibility
1.3.15 2015-06-05
  • Minor Bug fixes and optimizations
  • Bug fix in expand all button
  • Support added for page that are noindexed in WordPress SEO (Thanks to Joost de Valk)
1.3.14 2015-04-24
  • Minor bug fix modal not appearing when last item in the trash (provided by ClementRoy)
  • Option added to hide the "Sync Menu" checkbox (visit Settings > Nested Pages > General to hide)
  • Updated Danish Translation (Thomas Blomberg)
  • Confirmed compatibility with WordPress v4.2
1.3.13 2015-04-04
  • Bug fix preventing some custom post types from being enabled
  • Bug fix - editors with sort capabilities menu sync enabled
  • WP Engine modal z-index fix
1.3.12 2015-03-12
  • Permissions Bug fix in emptying trash (Thanks to Yuksel Beyti)
1.3.11 2015-03-07
  • Minor UI bug fixes
  • Javascript Modal error bug fix
  • Turkish Translation (Provided by Yuksel Beyti)
  • Updated French Translation (Provided by @Inovagora)
1.3.10 2015-02-18
  • Bug fix - resolves deprecated function issue with SEO by Yoast update v1.7.3. Critical for sites running both Nested Pages and WordPress SEO by Yoast
1.3.9 2015-02-10
  • Bug fix - error when deleting a page from the nested view with menu sync disabled
1.3.8 2015-02-10
  • Bug fix Critical error that was overriding existing menu items outside of the Nested Pages generated menu. Other menus are now unaltered on save.
1.3.7 2015-02-04
  • Bug fix - error when deleting the generated menu
1.3.6 2015-02-01
  • Bug fix error preventing new install resolved
1.3.5 2015-01-31
  • Minor bug fixes
  • Editorial Access Manager Plugin Integration
1.3.4 2015-01-31
  • Minor bug fixes
  • Minor UI enhancements
  • Changes to page and link menu items under appearance > menu now sync the Nested Pages listing when menu sync is enabled (other custom menu item types not yet supported).
  • Option added to disable nesting on hierarchical post types while maintaining sort functionality (ideal for live sites where link structures need to remain intact)
  • Updated Dutch Translation (Provided by Arno Vije)
  • Search capabilities added
  • Hash/Empty URLs no longer appended with http://
1.3.2 2015-01-02
  • Bug fix in menu - pages now nestable under links.
1.3.1 2015-01-01
  • UI enhancements in Quick Edits default date fields replaced with datepicker and formatted time.
1.3.0 2014-12-27
  • All public post types are now supported, both hierarchical and non-hierarchical. To enabled the Nested Pages interface for additional post types, visit Settings > Nested Pages and select the "Post Types" tab. The generated nav menu is tied to the pages type, which is enabled by default.
  • New interface for adding top-level posts/pages in bulk
  • New "Empty Trash" link for quickly emptying trash on enabled post types
  • Dutch translation (Provided by Arno Vije)
1.2.1 2014-12-23
  • Bug fixes when using custom roles (Thanks to Luis Martins for troubleshooting help)
1.2.0 2014-12-21
  • PHP 5.3.2+ is now required to run Nested Pages. Will not run or install on older versions of PHP.
  • Visual nesting indication limit removed
  • Portuguese Translation (Provided by Luis Martins)
  • Various bug fixes
1.1.9 2014-12-17
  • Minor bug fixes in editor capabilities
  • Italian translation (Provided by Francesco Canovi)
1.1.8 2014-12-14
  • New Child Pages Interface - Add child pages more efficiently with the new add child pages dialog. Add a single child page without leaving the Nested Pages view, or add multiple pages with one click. Reorder multiple child pages before saving with the drag and drop interface you're accustomed to.
  • Tested for 4.1 compatibility
  • Page ID indicator added to Quick Edit dialog
  • Taxonomies & other custom menu items now visible in pages admin menu
1.1.7 2014-12-10
  • Danish Translation (Provided by Thomas Blomberg)
  • Finnish Translation (Provided by Roni Laukkarinen)
  • German/Swiss German Translation (Provided by Bartosz Podlewski)
  • Added option to hide default pages
  • Added option to give editors ability to sort pages
  • Query filter added to main page listing
1.1.6 2014-12-03
  • Minor UI Improvements - Current admin page now highlighted
  • Page post type bug - now verfied before plugin activation
  • Multisite bug fixes
  • French Translation (Provided by Nico Mollet)
1.1.5 2014-11-22
  • Menu Sync bug fixes
  • Localization bug fixes
1.1.4 2014-11-16
  • Password/Private functionality added to page quick edit
  • Flat taxonomy support added to page quick edit
  • Quick edit UI enhancements
  • Cross-domain icon font issue addressed
1.1.3 2014-11-11
  • Option to customize the generated nav menu added
1.1.2 2014-11-10
  • Status bug fix in pages view
  • Option to customize the generated nav menu added
1.1.1 2014-11-09

= 1.1 = Several new features have been added in version 1.1, including: saved toggle states, additional menu options, trash functionality, ability to add "link" menu items, and more.

1.1 2014-11-09
  • Expanded/Collapsed states now saved for each user
  • Trash functionality added
  • Trashing pages now redirects to Nested Pages view
  • Trash link added to quickly get to a list of trashed pages
  • New "Add link" functionality creates custom link menu items
  • Additional options added for generated menu items - title attribute, css classes, link target
1.0 2014-11-09
  • Nested Pages

=