diff --git a/README.md b/README.md index 814cfc0..3f25e96 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/readme.txt b/readme.txt index b568a29..81507f5 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 diff --git a/wp-youtube-live.php b/wp-youtube-live.php index f17999d..e3d3c35 100644 --- a/wp-youtube-live.php +++ b/wp-youtube-live.php @@ -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/ */ @@ -12,7 +12,7 @@ exit; } -define( 'WP_YOUTUBE_LIVE_VERSION', '1.8.8' ); +define( 'WP_YOUTUBE_LIVE_VERSION', '1.9.0' ); /** * Include admin.