Skip to content

Commit a039afa

Browse files
committed
Release v1.9.3
1 parent b2d70c9 commit a039afa

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

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

3+
## 1.9.3
4+
5+
* Improve caching by setting a short TTL on future timestamps (#542)
6+
37
## 1.9.2
48

59
* Fix for overzealous API requests in author list (#417)

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.1
9+
* Stable tag: 1.9.3
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.2
7+
* Version: 1.9.3
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.2';
29+
const VERSION = '1.9.3';
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.2",
4+
"version": "1.9.3",
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.2
7+
Stable tag: 1.9.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)