Skip to content

Commit

Permalink
v1.9-RC2 - update plugin version in appropriate places
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjohn committed Sep 16, 2018
1 parent 44911f2 commit 1ea9675
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,13 +456,13 @@ You can also add photos from the internet by pasting in the direct URL to the im
![add photos](http://vip.files.wordpress.com/2013/01/drag.png)

#### Embedding Media
To embed the media, simply paste the URL while viewing the media into the posting box on its own line. More details can be found about each media type in the links below:
To embed the media, simply paste the URL while viewing the media into the posting box on its own line. More details can be found about each media type in the links below:
* [Tweets](http://en.support.wordpress.com/twitter/twitter-embeds/)
* [YouTube videos](http://en.support.wordpress.com/videos/youtube)
* [Vimeo videos](http://en.support.wordpress.com/videos/vimeo/)
* [Instagram photos](http://en.support.wordpress.com/images/instagram/)
* [Hulu clips](http://en.support.wordpress.com/videos/hulu/)
* [Spotify songs](http://en.support.wordpress.com/audio/spotify/)
* [Spotify songs](http://en.support.wordpress.com/audio/spotify/)

![Screen shot for media embeds](http://vip.files.wordpress.com/2013/01/screen-shot-2013-01-18-at-12-32-59-pm.png)

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.8.2
* Version: 1.9-RC2
* Author: WordPress.com VIP, Big Bite Creative and contributors
* Author URI: https://github.com/Automattic/liveblog/graphs/contributors
* Text Domain: liveblog
Expand All @@ -26,7 +26,7 @@
final class WPCOM_Liveblog {

/** Constants *************************************************************/
const VERSION = '1.8.2';
const VERSION = '1.9';
const REWRITES_VERSION = 1;
const MIN_WP_VERSION = '4.4';
const MIN_WP_REST_API_VERSION = '4.4';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "liveblog",
"description": "Liveblogging done right. Using WordPress",
"version": "1.8.2",
"version": "1.9-rc2",
"author": "Automattic",
"private": true,
"devDependencies": {
Expand Down

0 comments on commit 1ea9675

Please sign in to comment.