Skip to content

Commit 0280dda

Browse files
authored
Merge pull request #319 from Automattic/automattic/v1.6.1
Bump to v1.6.1
2 parents e45f5af + 2912f78 commit 0280dda

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Tags: liveblog
66
* Requires at least: 3.5
77
* Tested up to: 4.8.2
8-
* Stable tag: 1.6
8+
* Stable tag: 1.6.1
99
* License: GPLv2 or later
1010
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -439,6 +439,12 @@ If for some reason the plugin is not able to use WebSockets to refresh the list
439439

440440
## Changelog
441441

442+
### 1.6.1
443+
444+
* Remove support for Flash + Silverlight which are no longer supported in WP 4.9, see https://core.trac.wordpress.org/ticket/41755#no0
445+
* Bugfix for WPCOM: Don't force an AJAX URL if we're using the REST API.
446+
* Bugfix WPCOM: Retain SA access for A12s
447+
442448
### 1.6
443449

444450
* REST API support

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: Blogging: at the speed of live.
7-
* Version: 1.6
7+
* Version: 1.6.1
88
* Author: WordPress.com VIP, Automattic
99
* Author URI: http://vip.wordpress.com/
1010
* Text Domain: liveblog
@@ -26,7 +26,7 @@
2626
final class WPCOM_Liveblog {
2727

2828
/** Constants *************************************************************/
29-
const version = '1.6';
29+
const version = '1.6.1';
3030
const rewrites_version = 1;
3131
const min_wp_version = '3.5';
3232
const min_wp_rest_api_version = '4.4';

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: automattic, nbachiyski, batmoo, johnjamesjacoby
33
Tags: liveblog
44
Requires at least: 3.5
55
Tested up to: 4.8.2
6-
Stable tag: 1.6
6+
Stable tag: 1.6.1
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -47,6 +47,13 @@ If you'd like to check out the code and contribute, [join us on github](https://
4747

4848
== Changelog ==
4949

50+
51+
= 1.6.1 =
52+
53+
* Remove support for Flash + Silverlight which are no longer supported in WP 4.9, see https://core.trac.wordpress.org/ticket/41755#no0
54+
* Bugfix for WPCOM: Don't force an AJAX URL if we're using the REST API.
55+
* Bugfix WPCOM: Retain SA access for A12s
56+
5057
= 1.6 =
5158

5259
* REST API support

0 commit comments

Comments
 (0)