diff --git a/.github_changelog_generator b/.github_changelog_generator index fee29d2..6c9ce68 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=0.7.1 +future-release=0.8.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5bce7..677ad2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,22 @@ # Change Log +## [0.8.0](https://github.com/TypistTech/wp-better-settings/tree/0.8.0) (2017-03-05) +[Full Changelog](https://github.com/TypistTech/wp-better-settings/compare/0.7.1...0.8.0) + +**Merged pull requests:** + +- Add page hooks and minor fixes [\#56](https://github.com/TypistTech/wp-better-settings/pull/56) ([TangRufus](https://github.com/TangRufus)) +- Default page config view to tabbed page [\#55](https://github.com/TypistTech/wp-better-settings/pull/55) ([TangRufus](https://github.com/TangRufus)) +- Namespace: Remove WPBS and \*.phtml --\> \*.php; Underscore test file names [\#54](https://github.com/TypistTech/wp-better-settings/pull/54) ([TangRufus](https://github.com/TangRufus)) +- Add SticklerCI config [\#53](https://github.com/TypistTech/wp-better-settings/pull/53) ([TangRufus](https://github.com/TangRufus)) +- Optimize scripts for VVV and phpstorm [\#51](https://github.com/TypistTech/wp-better-settings/pull/51) ([TangRufus](https://github.com/TangRufus)) + ## [0.7.1](https://github.com/TypistTech/wp-better-settings/tree/0.7.1) (2017-02-28) [Full Changelog](https://github.com/TypistTech/wp-better-settings/compare/0.7.0...0.7.1) **Merged pull requests:** +- Version bump 0.7.1 [\#50](https://github.com/TypistTech/wp-better-settings/pull/50) ([TangRufus](https://github.com/TangRufus)) - gitarrributes: White list export files [\#49](https://github.com/TypistTech/wp-better-settings/pull/49) ([TangRufus](https://github.com/TangRufus)) - Use composer scripts [\#48](https://github.com/TypistTech/wp-better-settings/pull/48) ([TangRufus](https://github.com/TangRufus)) - gitattributes export ignore .codecov.yml [\#47](https://github.com/TypistTech/wp-better-settings/pull/47) ([TangRufus](https://github.com/TangRufus)) diff --git a/composer.json b/composer.json index 6a1576c..fcc638b 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.7.1", + "version": "0.8.0", "keywords": [ "wordpress", "wp", diff --git a/package.json b/package.json index dafd842..2227dab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-better-settings", - "version": "0.7.1", + "version": "0.8.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 4c99e9a..421779b 100644 --- a/wp-better-settings.php +++ b/wp-better-settings.php @@ -16,7 +16,7 @@ * Plugin Name: WP Better Settings * Plugin URI: https://github.com/TypistTech/wp-better-settings * Description: Example Plugin for WP Better Settings - * Version: 0.7.1 + * Version: 0.8.0 * Author: Tang Rufus * Author URI: https://www.typist.tech/ * Text Domain: wp-better-settings