From 1dd83ac2ac3e2f116b5e62e888e474819d3cc495 Mon Sep 17 00:00:00 2001 From: Philip John Date: Tue, 1 May 2018 10:00:30 +0100 Subject: [PATCH] Release 1.8.1 Update version numbers and changelog for v1.8.1 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- liveblog.php | 4 ++-- readme.txt | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4404d10..a675fdcab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.8.1 + +* Fix bug with changing contributors +* Fix multiple PHP Coding Standards issues + +props [paulschreiber](https://github.com/paulschreiber) + ## 1.8 * New: Allow multiple authors for each Liveblog entry diff --git a/README.md b/README.md index 52f1df277..b4e67bf4e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * Tags: liveblog * Requires at least: 4.4 * Tested up to: 4.9.5 -* Stable tag: 1.8.0 +* Stable tag: 1.8.1 * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/liveblog.php b/liveblog.php index 4a761f3d2..e35aca979 100644 --- a/liveblog.php +++ b/liveblog.php @@ -4,7 +4,7 @@ * Plugin Name: Liveblog * Plugin URI: http://wordpress.org/extend/plugins/liveblog/ * Description: Blogging: at the speed of live. - * Version: 1.8.0 + * Version: 1.8.1 * Author: WordPress.com VIP, Big Bite Creative and contributors * Author URI: https://github.com/Automattic/liveblog/graphs/contributors * Text Domain: liveblog @@ -26,7 +26,7 @@ final class WPCOM_Liveblog { /** Constants *************************************************************/ - const VERSION = '1.8.0'; + const VERSION = '1.8.1'; const REWRITES_VERSION = 1; const MIN_WP_VERSION = '4.4'; const MIN_WP_REST_API_VERSION = '4.4'; diff --git a/readme.txt b/readme.txt index 728e42d05..5c89319aa 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: automattic, nbachiyski, batmoo, johnjamesjacoby Tags: liveblog Requires at least: 4.4 Tested up to: 4.9.5 -Stable tag: 1.8.0 +Stable tag: 1.8.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html