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 23, 2017
2 parents 4544570 + 4faaefb commit bdbe65b
Show file tree
Hide file tree
Showing 6 changed files with 18 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.4.0
future-release=0.5.0
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# Change Log

## [0.5.0](https://github.com/TypistTech/wp-better-settings/tree/0.5.0) (2017-02-23)
[Full Changelog](https://github.com/TypistTech/wp-better-settings/compare/0.4.0...0.5.0)

**Merged pull requests:**

- Move field sanitize\_callback trigger to Setting\_Config [\#36](https://github.com/TypistTech/wp-better-settings/pull/36) ([TangRufus](https://github.com/TangRufus))
- Rename check\_\* -\> validate\_\* [\#35](https://github.com/TypistTech/wp-better-settings/pull/35) ([TangRufus](https://github.com/TangRufus))
- Refactor with open-closed principle [\#34](https://github.com/TypistTech/wp-better-settings/pull/34) ([TangRufus](https://github.com/TangRufus))
- Refactor Sanitizer [\#33](https://github.com/TypistTech/wp-better-settings/pull/33) ([TangRufus](https://github.com/TangRufus))
- Change class names as per WordPress coding standard naming conventions [\#32](https://github.com/TypistTech/wp-better-settings/pull/32) ([TangRufus](https://github.com/TangRufus))
- Rename: OptionsStore -\> Option\_Helper [\#31](https://github.com/TypistTech/wp-better-settings/pull/31) ([TangRufus](https://github.com/TangRufus))

## [0.4.0](https://github.com/TypistTech/wp-better-settings/tree/0.4.0) (2017-02-21)
[Full Changelog](https://github.com/TypistTech/wp-better-settings/compare/0.3.1...0.4.0)

**Merged pull requests:**

- Version bump 0.4.0 [\#30](https://github.com/TypistTech/wp-better-settings/pull/30) ([TangRufus](https://github.com/TangRufus))
- Add checkbox field partial [\#29](https://github.com/TypistTech/wp-better-settings/pull/29) ([TangRufus](https://github.com/TangRufus))
- Optimize input field [\#28](https://github.com/TypistTech/wp-better-settings/pull/28) ([TangRufus](https://github.com/TangRufus))
- Add textarea field partial [\#27](https://github.com/TypistTech/wp-better-settings/pull/27) ([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.4.0",
"version": "0.5.0",
"keywords": [
"wordpress",
"wp",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

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.4.0",
"version": "0.5.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 @@ -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.4.0
* Version: 0.5.0
* Author: Tang Rufus
* Author URI: https://www.typist.tech/
* Text Domain: wp-better-settings
Expand Down

0 comments on commit bdbe65b

Please sign in to comment.