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 Feb 28, 2017
2 parents f0bce1f + 812dcf4 commit b8430c2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 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.0
future-release=0.7.1
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Change Log

## [0.7.0](https://github.com/TypistTech/wp-better-settings/tree/0.7.0) (2017-02-27)
## [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:**

- 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))

## [0.7.0](https://github.com/TypistTech/wp-better-settings/tree/0.7.0) (2017-02-26)
[Full Changelog](https://github.com/TypistTech/wp-better-settings/compare/0.6.0...0.7.0)

**Merged pull requests:**

- Version bump 0.7.0 [\#46](https://github.com/TypistTech/wp-better-settings/pull/46) ([TangRufus](https://github.com/TangRufus))
- Rename: Option\_Helper -\> Option\_Store [\#45](https://github.com/TypistTech/wp-better-settings/pull/45) ([TangRufus](https://github.com/TangRufus))
- Ignore all demo code, build scripts, test and documentation with "export-ignore" [\#44](https://github.com/TypistTech/wp-better-settings/pull/44) ([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.0",
"version": "0.7.1",
"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.0",
"version": "0.7.1",
"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 @@ -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.7.0
* Version: 0.7.1
* Author: Tang Rufus
* Author URI: https://www.typist.tech/
* Text Domain: wp-better-settings
Expand Down

0 comments on commit b8430c2

Please sign in to comment.