Skip to content

Commit

Permalink
Bump version number and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mAAdhaTTah committed Jan 30, 2016
1 parent fce0472 commit 8627793
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This change log follows the [Keep a Changelog standards]. Versions follows [Semantic Versioning].

### [1.6.1] ###

* Fixed bug where post_meta with the same name as built-in meta keys were getting overwritten

### [1.6.0] ###

* New filters:
Expand Down Expand Up @@ -111,6 +115,7 @@ This change log follows the [Keep a Changelog standards]. Versions follows [Sema
[#121]: https://github.com/mAAdhaTTah/wordpress-github-sync/issues/121
[#127]: https://github.com/mAAdhaTTah/wordpress-github-sync/issues/127
[Unreleased]: https://github.com/mAAdhaTTah/wordpress-github-sync
[1.6.1]: https://github.com/mAAdhaTTah/wordpress-github-sync/releases/tag/1.6.1
[1.6.0]: https://github.com/mAAdhaTTah/wordpress-github-sync/releases/tag/1.6.0
[1.5.1]: https://github.com/mAAdhaTTah/wordpress-github-sync/releases/tag/1.5.1
[1.5.0]: https://github.com/mAAdhaTTah/wordpress-github-sync/releases/tag/1.5.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** github, git, version control, content, collaboration, publishing
**Requires at least:** 3.9
**Tested up to:** 4.3.1
**Stable tag:** 1.6.0
**Stable tag:** 1.6.1
**License:** GPLv2
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions wp-github-sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WordPress GitHub Sync
* Plugin URI: https://github.com/mAAdhaTTah/wordpress-github-sync
* Description: A WordPress plugin to sync content with a GitHub repository (or Jekyll site).
* Version: 1.6.0
* Version: 1.6.1
* Author: James DiGioia, Ben Balter
* Author URI: http://jamesdigioia.com
* License: GPLv2
Expand Down Expand Up @@ -54,7 +54,7 @@ class WordPress_GitHub_Sync {
* Current version
* @var string
*/
public static $version = '1.6.0';
public static $version = '1.6.1';

/**
* Controller object
Expand Down

0 comments on commit 8627793

Please sign in to comment.