From 19fe5a1d94a27e78fef2da37d2ac66c8b74e4e10 Mon Sep 17 00:00:00 2001 From: mAAdhaTTah Date: Sun, 8 Nov 2015 20:56:59 -0500 Subject: [PATCH] Bump version number --- CHANGELOG.md | 3 ++- README.md | 2 +- wp-github-sync.php | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 327156a..f30e61b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This change log follows the [Keep a Changelog standards]. Versions follows [Semantic Versioning]. -### [Unreleased] ### +### [1.4.0] ### * Major rewrite of the plugin internals. * *Massively* improved internal architecture. @@ -74,6 +74,7 @@ This change log follows the [Keep a Changelog standards]. Versions follows [Sema [Keep a Changelog standards]: http://keepachangelog.com/ [Semantic Versioning]: http://semver.org/ [Unreleased]: https://github.com/benbalter/wordpress-github-sync + [1.4.0]: https://github.com/benbalter/wordpress-github-sync/releases/tag/1.4.0 [1.3.4]: https://github.com/benbalter/wordpress-github-sync/releases/tag/1.3.4 [1.3.3]: https://github.com/benbalter/wordpress-github-sync/releases/tag/1.3.3 [1.3.2]: https://github.com/benbalter/wordpress-github-sync/releases/tag/1.3.2 diff --git a/README.md b/README.md index a23d4a8..61cc2e2 100644 --- a/README.md +++ b/README.md @@ -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.3.4 +**Stable tag:** 1.4.0 **License:** GPLv2 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html diff --git a/wp-github-sync.php b/wp-github-sync.php index 294fee3..418448e 100644 --- a/wp-github-sync.php +++ b/wp-github-sync.php @@ -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.3.4 + * Version: 1.4.0 * Author: James DiGioia, Ben Balter * Author URI: http://jamesdigioia.com * License: GPLv2 @@ -54,7 +54,7 @@ class WordPress_GitHub_Sync { * Current version * @var string */ - public static $version = '1.3.4'; + public static $version = '1.4.0'; /** * Controller object