diff --git a/.github_changelog_generator b/.github_changelog_generator index c6da8f5..e5c4492 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=0.2.0 +future-release=0.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 465d8c6..ede0ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [0.3.0](https://github.com/TypistTech/wp-better-settings/tree/0.3.0) (2017-02-20) +[Full Changelog](https://github.com/TypistTech/wp-better-settings/compare/0.2.0...0.3.0) + +**Merged pull requests:** + +- Add tabbed option page partial [\#23](https://github.com/TypistTech/wp-better-settings/pull/23) ([TangRufus](https://github.com/TangRufus)) +- Display description paragraph along with input field if applicable [\#22](https://github.com/TypistTech/wp-better-settings/pull/22) ([TangRufus](https://github.com/TangRufus)) +- Add return doc tag to ViewInterface::echo\_kses [\#21](https://github.com/TypistTech/wp-better-settings/pull/21) ([TangRufus](https://github.com/TangRufus)) +- FieldConfig: Default sanitize\_text\_field as sanitize\_callback [\#20](https://github.com/TypistTech/wp-better-settings/pull/20) ([TangRufus](https://github.com/TangRufus)) +- Extract input field partial and add disabled attribute [\#19](https://github.com/TypistTech/wp-better-settings/pull/19) ([TangRufus](https://github.com/TangRufus)) +- Update file doc comment copyright [\#18](https://github.com/TypistTech/wp-better-settings/pull/18) ([TangRufus](https://github.com/TangRufus)) +- Minor grunt and travis config [\#16](https://github.com/TypistTech/wp-better-settings/pull/16) ([TangRufus](https://github.com/TangRufus)) + ## [0.2.0](https://github.com/TypistTech/wp-better-settings/tree/0.2.0) (2017-02-19) [Full Changelog](https://github.com/TypistTech/wp-better-settings/compare/0.1.1...0.2.0) diff --git a/composer.json b/composer.json index b46f909..a974e41 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "typisttech/wp-better-settings", "description": "A simplified OOP implementation of the WP Settings API", - "version": "0.2.0", + "version": "0.3.0", "keywords": [ "wordpress", "wp", diff --git a/composer.lock b/composer.lock index 2d46840..7768acc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "ef889f49d9a2cce0437f9a804536e0dc", + "content-hash": "5e43edda2fcfaf875287f1b6b3d44d9e", "packages": [], "packages-dev": [ { diff --git a/package.json b/package.json index 248f160..acc1ae8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-better-settings", - "version": "0.2.0", + "version": "0.3.0", "description": "A simplified OOP implementation of the WP Settings API", "keywords": [ "wordpress", diff --git a/wp-better-settings.php b/wp-better-settings.php index 2355cfd..6f38c5f 100644 --- a/wp-better-settings.php +++ b/wp-better-settings.php @@ -13,7 +13,7 @@ * Plugin Name: WP Better Settings * Plugin URI: https://github.com/TypistTech/wp-better-settings * Description: Example Plugin for WP Better Settings - * Version: 0.2.0 + * Version: 0.3.0 * Author: Tang Rufus * Author URI: https://www.typist.tech/ * Text Domain: wp-better-settings