## Subpages Extended Changelog

All changes to [Subpages Extended Widget](https://wpassist.me/projects/wordpress/subpages-extended/) can be found on this page.

### 1.6.6
* fix for sort option

### 1.6.5
* fix for wp_dropdown_pages filter
* fix for sort_column error
* update plugin documentation links

### 1.6.4
* Fix options page bug for WPA Share plugin.

### 1.6.3
* Updates for options page.
* Updated tested-up-to tag.
* Improved security for direct php calls.

### 1.6.2
* Fixed options page capability. Now users with activate_plugins capability can update options.

### 1.6
* Fixed create_function error
* Updated options page styling
* Improved auto-insert performance

### 1.5.3
* Update link styles, open help links on new tab
* Remove deprecated screen_icon function call
* Update version and tested up to version tags

### 1.5

* Fixed walker class errors.
* Fixed widget help links.
* Updated readme & documentation links.

### 1.4
* Updated plugin support links.
* Removed unused tweetable script and css.

### 1.3.6
* Fixed: "\_get_post_ancestors is deprecated" error. Thanks to Troy Templeman.

### 1.3.5
* Tested up to WP 4.0

### 1.3.4
* Added: Rel option for shortcode & widget.
* Removed: Use menu labels options from widget & shortcode. Plugin uses menu label if it exists.

### 1.3.3
* Fixed: Subpages widget is not visible on home page if a certain page is selected.

### 1.3.2
* 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.

### 1.3.1
* Fixed `\n\t` output on empty pages with no children.
* Added some styling.

### 1.3
* 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.

### 1.2.1
* Fixed top pages show all pages when `*Parent of current page*` selected in the widget. Thanks to Wouter Bruijning for pointing out this error.

### 1.2
* 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.

### 1.1
* 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".

### 1.0.2
* Added option for automatically displaying subpages on empty pages.

### 1.0.1
* Fixed version.

### 1.0
* First release.
