From 3b93050002a5b7bf7f94f0d8ad97993dc5192489 Mon Sep 17 00:00:00 2001 From: Rebecca Hum Date: Wed, 23 Jan 2019 09:25:04 -0700 Subject: [PATCH] 1.9.5: Update the changelog and version numbers --- CHANGELOG.md | 5 +++++ README.md | 2 +- liveblog.php | 4 ++-- package.json | 2 +- readme.txt | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcc5a76e..515887f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.9.5 + +* Fix PHP 7.3 continue switch warning (#617) +* Remove unused get_fields_for_render() (#597) + ## 1.9.4 * Send the correct data to get_liveblog_metadata() (#558) diff --git a/README.md b/README.md index e8d52d0ef..635204473 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ * Requires at least: 4.4 * Requires PHP: 5.6 * Tested up to: 4.9.8 -* Stable tag: 1.9.4 +* Stable tag: 1.9.5 * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/liveblog.php b/liveblog.php index 61b39099b..da37a6072 100644 --- a/liveblog.php +++ b/liveblog.php @@ -4,7 +4,7 @@ * Plugin Name: Liveblog * Plugin URI: http://wordpress.org/extend/plugins/liveblog/ * Description: Empowers website owners to provide rich and engaging live event coverage to a large, distributed audience. - * Version: 1.9.4 + * Version: 1.9.5 * 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.9.4'; + const VERSION = '1.9.5'; const REWRITES_VERSION = 1; const MIN_WP_VERSION = '4.4'; const MIN_WP_REST_API_VERSION = '4.4'; diff --git a/package.json b/package.json index 945164ce1..956bd2577 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "liveblog", "description": "Liveblogging done right. Using WordPress", - "version": "1.9.4", + "version": "1.9.5", "author": "Automattic", "private": true, "devDependencies": { diff --git a/readme.txt b/readme.txt index 6c3887767..3e4e0eb50 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: liveblog Requires at least: 4.4 Requires PHP: 5.6 Tested up to: 4.9.8 -Stable tag: 1.9.4 +Stable tag: 1.9.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html