Skip to content

Releases: kylephillips/wp-nested-pages

v3.1.0

30 Jul 15:12
Compare
Choose a tag to compare
  • 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 Gist for example usage.

v3.0.11

15 May 20:30
Compare
Choose a tag to compare
  • Adds filters for "Sort/Nested View" and "Default" labels.
  • Fixes issue where serialized meta data was not being saved properly during cloning.

v3.0.10

04 Apr 17:32
Compare
Choose a tag to compare
  • 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.

v3.0.9

26 Mar 19:36
Compare
Choose a tag to compare
  • Fixes Javascript bug introduced in v3.0.8 resulting in console error on page edit screen.

v3.0.8

26 Mar 17:16
Compare
Choose a tag to compare
  • 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.

v3.0.7

22 Dec 17:58
Compare
Choose a tag to compare
  • Adds support for "Dark Mode" plugin.
  • Tested in WordPress v5

v3.0.5

06 Jul 18:41
Compare
Choose a tag to compare
  • 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).

v3.0.4

08 Jun 13:06
Compare
Choose a tag to compare
  • Fixes bug introduced in v3.0.3 that prevented selection of privacy page.

v3.0.3

07 Jun 19:31
Compare
Choose a tag to compare
  • 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)

v3.0.2

29 May 17:36
Compare
Choose a tag to compare
  • Fixes issue where post_row_action error was being thrown due to incorrect object type being passed as parameter.