Skip to content

Commit 0e7e4c6

Browse files
committed
Release v1.8: Version/tested bump and changelog
Final steps for the 1.8 release: bumping the version numbers, upping the tested tag to reflect our testing and adding the changelog along with props for all contributors.
1 parent f96f99e commit 0e7e4c6

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.8
4+
5+
* New: Allow multiple authors for each Liveblog entry
6+
* New: Entries no longer have to have an author
7+
* New: Share entries with entry-specific permalinks
8+
* New: Media library integration in the entry editor
9+
* New: Edit entry HTML within the editor
10+
* Fixed: Bug with some installs using the correct REST API base URL
11+
* Fixed: Various coding standards issues
12+
13+
props [jasonagnew](https://github.com/), [liam-defty](https://github.com/liam-defty), [paulschreiber](https://github.com/paulschreiber), [philipjohn](https://github.com/philipjohn), [sboisvert](https://github.com/sboisvert)
14+
315
## 1.7.1
416

517
* Fix bug with REST endpoints in Multisite (props justnorris)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* 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)
55
* Tags: liveblog
66
* Requires at least: 4.4
7-
* Tested up to: 4.9.1
8-
* Stable tag: 1.7.1
7+
* Tested up to: 4.9.5
8+
* Stable tag: 1.8.0
99
* License: GPLv2 or later
1010
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

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.7.1
7+
* Version: 1.8.0
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.7.1';
29+
const version = '1.8.0';
3030
const rewrites_version = 1;
3131
const min_wp_version = '4.4';
3232
const min_wp_rest_api_version = '4.4';

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: automattic, nbachiyski, batmoo, johnjamesjacoby
33
Tags: liveblog
44
Requires at least: 4.4
5-
Tested up to: 4.9.1
6-
Stable tag: 1.7.1
5+
Tested up to: 4.9.5
6+
Stable tag: 1.8.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

0 commit comments

Comments
 (0)