Skip to content

Commit

Permalink
Release 1.6: Readme and other changes to mark release of v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjohn committed Sep 26, 2017
1 parent 68afc7d commit fdc9d97
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 6 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Contributors: [automattic](http://profiles.wordpress.org/automattic), [nbachiyski](http://profiles.wordpress.org/nbachiyski), [batmoo](http://profiles.wordpress.org/batmoo), [johnjamesjacoby](http://profiles.wordpress.org/johnjamesjacoby), [philipjohn](http://profiles.wordpress.org/philipjohn)
* Tags: liveblog
* Requires at least: 3.5
* Tested up to: 4.4
* Stable tag: 1.5
* Tested up to: 4.8.2
* Stable tag: 1.6
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -439,6 +439,21 @@ If for some reason the plugin is not able to use WebSockets to refresh the list

## Changelog

### 1.6

* REST API support
* Performance improvements to lazy loading
* Auto-archiving of Liveblogs
* Removed copied core functions
* Improved test coverage
* Bugfix for edited comments appearing on archived Liveblogs
* Bugfix for multiple edits issue
* Bugfix for deleted key events appearing after edits
* Bugfix for shortcodes within key events
* Bugfix to allow editing entries more than once

Thanks to Mo Jangda, Jason Agnew, Max Katz, Olly Warren, Rebecca Hum, Travis W

### 1.5

* New "Key Events" feature
Expand Down
4 changes: 2 additions & 2 deletions liveblog.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Liveblog
* Plugin URI: http://wordpress.org/extend/plugins/liveblog/
* Description: Blogging: at the speed of live.
* Version: 1.5.2
* Version: 1.6
* Author: WordPress.com VIP, Automattic
* Author URI: http://vip.wordpress.com/
* Text Domain: liveblog
Expand All @@ -26,7 +26,7 @@
final class WPCOM_Liveblog {

/** Constants *************************************************************/
const version = '1.5.2';
const version = '1.6';
const rewrites_version = 1;
const min_wp_version = '3.5';
const min_wp_rest_api_version = '4.4';
Expand Down
21 changes: 19 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: automattic, nbachiyski, batmoo, johnjamesjacoby
Tags: liveblog
Requires at least: 3.5
Tested up to: 4.8
Stable tag: 1.5.2
Tested up to: 4.8.2
Stable tag: 1.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.6 =

* REST API support
* Performance improvements to lazy loading
* Auto-archiving of Liveblogs
* Removed copied core functions
* Improved test coverage
* Bugfix for edited comments appearing on archived Liveblogs
* Bugfix for multiple edits issue
* Bugfix for deleted key events appearing after edits
* Bugfix for shortcodes within key events
* Bugfix to allow editing entries more than once

props batmoo jagnew maxk42 ollywarren1 rebasaurus travisw

Special thanks to Big Bite Creative for making this release happen!

= 1.5.1 =

* Fix for duplicate entries with lazyloading (props potatomaster)
Expand Down

0 comments on commit fdc9d97

Please sign in to comment.