Skip to content

Commit

Permalink
Merge branch 'version-bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Mar 5, 2017
2 parents 3d9cde5 + 04def49 commit b21fadb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
unreleased=true
future-release=0.7.1
future-release=0.8.0
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion wp-better-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b21fadb

Please sign in to comment.