Skip to content

Commit

Permalink
release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macbookandrew committed Oct 18, 2023
1 parent ac75ec0 commit 6e9f458
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# WP YouTube Live #
**Contributors:** [macbookandrew](https://profiles.wordpress.org/macbookandrew)
**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.8
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
**Contributors:** [macbookandrew](https://profiles.wordpress.org/macbookandrew)
**Donate link:** https://cash.me/$AndrewRMinionDesign
**Tags:** youtube, live, video, embed
**Requires at least:** 3.6
**Tested up to:** 6.3.2
**Stable tag:** 1.9.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Displays the current YouTube live video from a specified channel.

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

## Changelog ##

### 1.9.0 ###
- Add YouTube Terms of Service and Google Privacy Policy

### 1.8.8 ###
- Prevent undefined index error

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: macbookandrew
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.8
Tested up to: 6.3.2
Stable tag: 1.9.0
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.9.0 =
- Add YouTube Terms of Service and Google Privacy Policy

= 1.8.8 =
- Prevent undefined index error

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.8
* Version: 1.9.0
* Author: Andrew Minion
* Author URI: https://andrewrminion.com/
*/
Expand All @@ -12,7 +12,7 @@
exit;
}

define( 'WP_YOUTUBE_LIVE_VERSION', '1.8.8' );
define( 'WP_YOUTUBE_LIVE_VERSION', '1.9.0' );

/**
* Include admin.
Expand Down

0 comments on commit 6e9f458

Please sign in to comment.