Skip to content

Commit d5de889

Browse files
committed
1.9.4: Update the changelog and version numbers
1 parent 4cc0ec6 commit d5de889

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.9.4
4+
5+
* Send the correct data to get_liveblog_metadata() (#558)
6+
* Render AMP css safe without using esc_html to pass AMP validation (#586)
7+
* Don't run WPCOM_Liveblog_AMP::setup() on non-live posts. (#593)
8+
39
## 1.9.3
410

511
* Improve caching by setting a short TTL on future timestamps (#542)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Requires at least: 4.4
77
* Requires PHP: 5.6
88
* Tested up to: 4.9.8
9-
* Stable tag: 1.9.3
9+
* Stable tag: 1.9.4
1010
* License: GPLv2 or later
1111
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

liveblog.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Liveblog
55
* Plugin URI: http://wordpress.org/extend/plugins/liveblog/
66
* Description: Empowers website owners to provide rich and engaging live event coverage to a large, distributed audience.
7-
* Version: 1.9.3
7+
* Version: 1.9.4
88
* Author: WordPress.com VIP, Big Bite Creative and contributors
99
* Author URI: https://github.com/Automattic/liveblog/graphs/contributors
1010
* Text Domain: liveblog
@@ -26,7 +26,7 @@
2626
final class WPCOM_Liveblog {
2727

2828
/** Constants *************************************************************/
29-
const VERSION = '1.9.3';
29+
const VERSION = '1.9.4';
3030
const REWRITES_VERSION = 1;
3131
const MIN_WP_VERSION = '4.4';
3232
const MIN_WP_REST_API_VERSION = '4.4';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "liveblog",
33
"description": "Liveblogging done right. Using WordPress",
4-
"version": "1.9.3",
4+
"version": "1.9.4",
55
"author": "Automattic",
66
"private": true,
77
"devDependencies": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: liveblog
44
Requires at least: 4.4
55
Requires PHP: 5.6
66
Tested up to: 4.9.8
7-
Stable tag: 1.9.3
7+
Stable tag: 1.9.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)