Version 8.6.0 of the Advanced Sidebar Menu plugin is now available and ready for general use. This version focused on bridging the gap between excluded pages and the categories widget.
Excluded Pages
The excluded pages feature is supported by all public hierarchal post types. When editing a supported post type, you’ll see a meta box which looks similar to this:
For a long time the “Exclude this page from Advanced Sidebar Menus” checkbox worked great for Pages and Navigation widgets.
Due to the flexibility of post types and taxonomies, there are cases where categories, or custom taxonomies will support a hierarchal post type. Going forward, any post of any type with the “Exclude this page from Advanced Sidebar Menus” will also exclude the post from displaying in the Categories widget.
Miscellaneous
- Introduced
advanced-sidebar-menu/debug/print-instance
filter. - Improved FAQ information.
- Removed dangling reference to old built-in styles from FAQ.
- Improved PHPDocs for
Title
class. - Added excluded pages to debug information.
- Fixed CSS classes for
current_page_parent
andcurrent_page_ancestor
. - Removed dangling
ADVANCED_SIDEBAR_MENU_PRO_OPTIONS_DIR
constant.