Skip to content

Commit

Permalink
1.9.5: Update the changelog and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Jan 23, 2019
1 parent 6d5ba54 commit 3b93050
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions liveblog.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3b93050

Please sign in to comment.