Skip to content

Commit 8627793

Browse files
committed
Bump version number and update CHANGELOG
1 parent fce0472 commit 8627793

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
### [1.6.1] ###
6+
7+
* Fixed bug where post_meta with the same name as built-in meta keys were getting overwritten
8+
59
### [1.6.0] ###
610

711
* New filters:
@@ -111,6 +115,7 @@ This change log follows the [Keep a Changelog standards]. Versions follows [Sema
111115
[#121]: https://github.com/mAAdhaTTah/wordpress-github-sync/issues/121
112116
[#127]: https://github.com/mAAdhaTTah/wordpress-github-sync/issues/127
113117
[Unreleased]: https://github.com/mAAdhaTTah/wordpress-github-sync
118+
[1.6.1]: https://github.com/mAAdhaTTah/wordpress-github-sync/releases/tag/1.6.1
114119
[1.6.0]: https://github.com/mAAdhaTTah/wordpress-github-sync/releases/tag/1.6.0
115120
[1.5.1]: https://github.com/mAAdhaTTah/wordpress-github-sync/releases/tag/1.5.1
116121
[1.5.0]: https://github.com/mAAdhaTTah/wordpress-github-sync/releases/tag/1.5.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** github, git, version control, content, collaboration, publishing
44
**Requires at least:** 3.9
55
**Tested up to:** 4.3.1
6-
**Stable tag:** 1.6.0
6+
**Stable tag:** 1.6.1
77
**License:** GPLv2
88
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
99

wp-github-sync.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WordPress GitHub Sync
44
* Plugin URI: https://github.com/mAAdhaTTah/wordpress-github-sync
55
* Description: A WordPress plugin to sync content with a GitHub repository (or Jekyll site).
6-
* Version: 1.6.0
6+
* Version: 1.6.1
77
* Author: James DiGioia, Ben Balter
88
* Author URI: http://jamesdigioia.com
99
* License: GPLv2
@@ -54,7 +54,7 @@ class WordPress_GitHub_Sync {
5454
* Current version
5555
* @var string
5656
*/
57-
public static $version = '1.6.0';
57+
public static $version = '1.6.1';
5858

5959
/**
6060
* Controller object

0 commit comments

Comments
 (0)