Skip to content

Commit

Permalink
Release v1.8: Version/tested bump and changelog
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
philipjohn committed Apr 22, 2018
1 parent f96f99e commit 0e7e4c6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.8

* New: Allow multiple authors for each Liveblog entry
* New: Entries no longer have to have an author
* New: Share entries with entry-specific permalinks
* New: Media library integration in the entry editor
* New: Edit entry HTML within the editor
* Fixed: Bug with some installs using the correct REST API base URL
* Fixed: Various coding standards issues

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)

## 1.7.1

* Fix bug with REST endpoints in Multisite (props justnorris)
Expand Down
4 changes: 2 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: 4.4
* Tested up to: 4.9.1
* Stable tag: 1.7.1
* Tested up to: 4.9.5
* Stable tag: 1.8.0
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

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.7.1
* Version: 1.8.0
* 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.7.1';
const version = '1.8.0';
const rewrites_version = 1;
const min_wp_version = '4.4';
const min_wp_rest_api_version = '4.4';
Expand Down
4 changes: 2 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: 4.4
Tested up to: 4.9.1
Stable tag: 1.7.1
Tested up to: 4.9.5
Stable tag: 1.8.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 0e7e4c6

Please sign in to comment.