diff --git a/.github_changelog_generator b/.github_changelog_generator index b5db4d1..db9926e 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=0.10.0 +future-release=0.11.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a362f..bf31f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [0.11.0](https://github.com/TypistTech/wp-better-settings/tree/0.11.0) (2017-04-18) +[Full Changelog](https://github.com/TypistTech/wp-better-settings/compare/0.10.0...0.11.0) + +**Closed issues:** + +- Extract decorators for views [\#90](https://github.com/TypistTech/wp-better-settings/issues/90) + +**Merged pull requests:** + +- Extract decorators; Add after\_settings\_sections hook; Re-organize files [\#91](https://github.com/TypistTech/wp-better-settings/pull/91) ([TangRufus](https://github.com/TangRufus)) + ## [0.10.0](https://github.com/TypistTech/wp-better-settings/tree/0.10.0) (2017-04-17) [Full Changelog](https://github.com/TypistTech/wp-better-settings/compare/0.9.1...0.10.0) @@ -13,6 +24,7 @@ **Merged pull requests:** +- Version bump 0.10.0 [\#89](https://github.com/TypistTech/wp-better-settings/pull/89) ([TangRufus](https://github.com/TangRufus)) - Ditch ArrayObject [\#88](https://github.com/TypistTech/wp-better-settings/pull/88) ([TangRufus](https://github.com/TangRufus)) - Refactor test [\#85](https://github.com/TypistTech/wp-better-settings/pull/85) ([TangRufus](https://github.com/TangRufus)) - Ditch ArrayObject: MenuPageConfig [\#83](https://github.com/TypistTech/wp-better-settings/pull/83) ([TangRufus](https://github.com/TangRufus)) diff --git a/wp-better-settings.php b/wp-better-settings.php index d49ae87..e493051 100644 --- a/wp-better-settings.php +++ b/wp-better-settings.php @@ -18,7 +18,7 @@ * Plugin Name: WP Better Settings * Plugin URI: https://github.com/TypistTech/wp-better-settings * Description: Example Plugin for WP Better Settings - * Version: 0.10.0 + * Version: 0.11.0 * Author: Tang Rufus * Author URI: https://www.typist.tech/ * Text Domain: wp-better-settings