All changes to Subpages Extended Widget can be found on this page.
- fix for sort option
- fix for wp_dropdown_pages filter
- fix for sort_column error
- update plugin documentation links
- Fix options page bug for WPA Share plugin.
- Updates for options page.
- Updated tested-up-to tag.
- Improved security for direct php calls.
- Fixed options page capability. Now users with activate_plugins capability can update options.
- Fixed create_function error
- Updated options page styling
- Improved auto-insert performance
- Update link styles, open help links on new tab
- Remove deprecated screen_icon function call
- Update version and tested up to version tags
- Fixed walker class errors.
- Fixed widget help links.
- Updated readme & documentation links.
- Updated plugin support links.
- Removed unused tweetable script and css.
- Fixed: "_get_post_ancestors is deprecated" error. Thanks to Troy Templeman.
- Tested up to WP 4.0
- Added: Rel option for shortcode & widget.
- Removed: Use menu labels options from widget & shortcode. Plugin uses menu label if it exists.
- Fixed: Subpages widget is not visible on home page if a certain page is selected.
- Minor fix. Removed walker option from shortcode attributes. It was giving errors since one can't supply object in a shortcode. Use use_menu_labels option to switch current walker.
- Fixed
\n\t
output on empty pages with no children. - Added some styling.
- Added use link on title option.
- Added
*Full Branch*
option to Parent which allows listing subpages until topmost page. - Added
Use Menu Labels
option and added Menu Label meta box to allow using shorter menu labels for pages that have a long name. This box is seen on right side on the edit page screen.
- Fixed top pages show all pages when
*Parent of current page*
selected in the widget. Thanks to Wouter Bruijning for pointing out this error.
- Added sort options to the widget (Great thanks to Arkantos for the idea.)
- Added all wp_list_pages options to the shortcode. Now shortcode is more powerful than before.
- Be sure to check metinsaylan.com for great demo and examples.
- Added option to use Current page's title as widget title. (Great thanks to Thoschi for the idea.)
- Added shortcode option title="current" to display current page's title.
- Added pages dropdown selector to the widget for ease of use.
- Added shortcode option for childof="parent".
- Added option for automatically displaying subpages on empty pages.
- Fixed version.
- First release.