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 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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 ' ;
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Tags: liveblog
44Requires at least: 4.4
55Requires PHP: 5.6
66Tested up to: 4.9.8
7- Stable tag: 1.9.2
7+ Stable tag: 1.9.3
88License: GPLv2 or later
99License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
You can’t perform that action at this time.
0 commit comments