File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
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.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
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.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
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 ' ;
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.3 " ,
4+ "version" : " 1.9.4 " ,
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.3
7+ Stable tag: 1.9.4
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