Releases: kylephillips/wp-nested-pages
Releases · kylephillips/wp-nested-pages
v3.2.8
v3.2.7
- 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
- Fixes issue where bulk edit disappears when no user roles have been selected
v3.2.5
- 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
- Security update
v3.2.3
- 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
- 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
- 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
- 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
- Fixes deprecation notice from new Yoast release