2.1
- Ability to specify the widget title (still defaults to top level page name)
- New filter for widget title,
simple_section_nav_title, for greater developer control over title
- Various minor optimizations for performance, widget option sanitizing, best coding practices
2.0.2
- Applies
simple_section_page_list filter to child page list before output
- Adds "current_page_parent" class to linked heading, if applicable
- Improved logic around page ancestors in the excluded list
- Fixes rare error involving post ancestor setup
- Many general improvement and optimizations to codebase
2.0.1
- Ability to customize "before_title" and "after_title" when calling via template function
2.0
Version 2.0 represents a fundamental change to the plug-in's architecture. Developers calling the widget by a function in the template (not using the widget) will be required to update the template, unless using the default settings. The function now has 1 parameter: arguments for the output of the widget, as detailed under installation instructions. New features include multiwidget support, better performance, and independent configuration for each instance.
1.3.1
- Fixes and optimizes output on posts page, posts, and archives
1.3
- Ability to set page sort order (still defaults to menu order)
- Applies current_page_item and current_page_ancestor classes to optional heading link
- Easy access to settings panel from plug-ins page
- WordPress 2.8 compatibility check
1.2
- DEFINITIVE FIX FOR PAGE FLATTENING / FLAT HIERARCHY / NO DEPTH ISSUES
- Performance improvements
1.1.2
- Fixed occassional flattening or wrong order of hierarchical pages
1.1
- Added ability to link heading, which also wraps it in a unique id
- Improved excluded pages handling
- Ability to exclude entire sections from using the widget
Future features
- Lists private pages if user has permission to see them
- Ability to set a maximum page depth for display in widget