Skip to content

Releases: kylephillips/wp-nested-pages

v3.2.7

04 Jan 18:30
Compare
Choose a tag to compare
  • Fixes issue with cache and page ordering (Thanks to Felipe Lavín Z.)
  • Security fix in admin customization that allowed possible vulnerability from users with administration-level access with unfiltered_html capabilities.

v3.2.6

03 Nov 20:47
Compare
Choose a tag to compare
  • Fixes issue where bulk edit disappears when no user roles have been selected

v3.2.5

23 Oct 17:58
Compare
Choose a tag to compare
  • Adds ability to hide bulk edit functionality on a user-role basis. Thanks to Robert Ehrenleitner from PLUS.
  • Adds ability to include basic custom fields in bulk edit through the use of a new filter: nestedpages_bulkedit_custom_fields
  • Various bugs fixed
  • PHP 8.2 compatibility
  • WordPress 6.4 compatibility

v3.2.4

30 May 15:05
Compare
Choose a tag to compare
  • Security update

v3.2.3

08 Nov 21:05
Compare
Choose a tag to compare
  • 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.

v3.2.2

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

v3.2.1

04 Oct 15:05
Compare
Choose a tag to compare
  • 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.

v3.2.0

19 Aug 19:44
Compare
Choose a tag to compare
  • 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

v3.1.22

09 Aug 17:40
Compare
Choose a tag to compare
  • Fixes deprecation notice from new Yoast release

v3.1.21

27 May 20:34
Compare
Choose a tag to compare
  • Fixes issue where Nested Pages menu persists in some instances when "Disable menu completely" is checked/enabled.
  • Tested with WordPress V6
  • Security Updates