Skip to content

Commit

Permalink
release 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
macbookandrew committed Feb 25, 2023
1 parent 2f7f531 commit 52b7b3b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Tags:** youtube, live, video, embed
**Requires at least:** 3.6
**Tested up to:** 5.9.3
**Stable tag:** 1.8.6
**Stable tag:** 1.8.7
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -180,6 +180,9 @@ Because this plugin helps you use the YouTube service, you should refer to these

## Changelog ##

### 1.8.7 ###
- Fix deployment

### 1.8.6 ###
- Fix undefined index error when no upcoming videos are available

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://cash.me/$AndrewRMinionDesign
Tags: youtube, live, video, embed
Requires at least: 3.6
Tested up to: 5.9.3
Stable tag: 1.8.6
Stable tag: 1.8.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -178,6 +178,9 @@ Because this plugin helps you use the YouTube service, you should refer to these

== Changelog ==

= 1.8.7 =
- Fix deployment

= 1.8.6 =
- Fix undefined index error when no upcoming videos are available

Expand Down
4 changes: 2 additions & 2 deletions wp-youtube-live.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: YouTube Live
* Plugin URI: https://github.com/macbookandrew/wp-youtube-live
* Description: Displays the current YouTube live video from a specified channel
* Version: 1.8.6
* Version: 1.8.7
* Author: Andrew Minion
* Author URI: https://andrewrminion.com/
*/
Expand All @@ -12,7 +12,7 @@
exit;
}

define( 'WP_YOUTUBE_LIVE_VERSION', '1.8.6' );
define( 'WP_YOUTUBE_LIVE_VERSION', '1.8.7' );

/**
* Include admin.
Expand Down

0 comments on commit 52b7b3b

Please sign in to comment.