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 Apr 30, 2017
2 parents 0330c35 + 135af79 commit df4aa22
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 23 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.11.0
future-release=0.12.0
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [0.12.0](https://github.com/TypistTech/wp-better-settings/tree/0.12.0) (2017-04-30)
[Full Changelog](https://github.com/TypistTech/wp-better-settings/compare/0.11.0...0.12.0)

**Closed issues:**

- OptionStore type cast methods [\#94](https://github.com/TypistTech/wp-better-settings/issues/94)
- Add field facroties [\#93](https://github.com/TypistTech/wp-better-settings/issues/93)

**Merged pull requests:**

- Minor fixes [\#98](https://github.com/TypistTech/wp-better-settings/pull/98) ([TangRufus](https://github.com/TangRufus))
- Add field facroties [\#97](https://github.com/TypistTech/wp-better-settings/pull/97) ([TangRufus](https://github.com/TangRufus))
- Add OptionStore type cast methods [\#96](https://github.com/TypistTech/wp-better-settings/pull/96) ([TangRufus](https://github.com/TangRufus))

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

Expand All @@ -9,6 +23,7 @@

**Merged pull requests:**

- Version bump 0.11.0 [\#92](https://github.com/TypistTech/wp-better-settings/pull/92) ([TangRufus](https://github.com/TangRufus))
- 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)
Expand Down
2 changes: 1 addition & 1 deletion codeception.dist.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ modules:
WPWebDriver:
url: 'http://wp.dev:8080'
port: 4444
window_size: '1024x768'
window_size: 1024x768
adminUsername: 'admin'
adminPassword: 'password'
adminPath: /wp-admin
Expand Down
42 changes: 21 additions & 21 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df4aa22

Please sign in to comment.