File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.9.3
4
+
5
+ * Improve caching by setting a short TTL on future timestamps (#542 )
6
+
3
7
## 1.9.2
4
8
5
9
* Fix for overzealous API requests in author list (#417 )
Original file line number Diff line number Diff line change 6
6
* Requires at least: 4.4
7
7
* Requires PHP: 5.6
8
8
* Tested up to: 4.9.8
9
- * Stable tag: 1.9.1
9
+ * Stable tag: 1.9.3
10
10
* License: GPLv2 or later
11
11
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
12
Original file line number Diff line number Diff line change 4
4
* Plugin Name: Liveblog
5
5
* Plugin URI: http://wordpress.org/extend/plugins/liveblog/
6
6
* 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
8
8
* Author: WordPress.com VIP, Big Bite Creative and contributors
9
9
* Author URI: https://github.com/Automattic/liveblog/graphs/contributors
10
10
* Text Domain: liveblog
26
26
final class WPCOM_Liveblog {
27
27
28
28
/** Constants *************************************************************/
29
- const VERSION = '1.9.2 ' ;
29
+ const VERSION = '1.9.3 ' ;
30
30
const REWRITES_VERSION = 1 ;
31
31
const MIN_WP_VERSION = '4.4 ' ;
32
32
const MIN_WP_REST_API_VERSION = '4.4 ' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " liveblog" ,
3
3
"description" : " Liveblogging done right. Using WordPress" ,
4
- "version" : " 1.9.2 " ,
4
+ "version" : " 1.9.3 " ,
5
5
"author" : " Automattic" ,
6
6
"private" : true ,
7
7
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Tags: liveblog
4
4
Requires at least: 4.4
5
5
Requires PHP: 5.6
6
6
Tested up to: 4.9.8
7
- Stable tag: 1.9.2
7
+ Stable tag: 1.9.3
8
8
License: GPLv2 or later
9
9
License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
10
You can’t perform that action at this time.
0 commit comments