From 31a9c6101a7e6af5db0b3572a966d95549e3f50a Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 11 May 2022 11:54:05 +0800 Subject: [PATCH] Update srs-player version to v1.0.9 --- srs-player/readme.txt | 5 ++++- srs-player/srs-player.php | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/srs-player/readme.txt b/srs-player/readme.txt index dddd56d..5dcbe52 100644 --- a/srs-player/readme.txt +++ b/srs-player/readme.txt @@ -4,7 +4,7 @@ Tags: video, media, woocommerce, ecommerce, e-commerce, audio, live streaming, v Requires at least: 5.3 Tested up to: 5.9 Requires PHP: 7.2 -Stable tag: 1.0.8 +Stable tag: 1.0.9 License: MIT License URI: https://spdx.org/licenses/MIT.html Author: Winlin Yang @@ -85,6 +85,9 @@ Yes, but please use default Video player of BlockEditor directly. 2. The SRS Player Demo in a post. == Changelog == + += 1.0.9 = +* 2022-05-11: Refine the plugin usage. * 2022-05-10: Refine the plugin description. = 1.0.8 = diff --git a/srs-player/srs-player.php b/srs-player/srs-player.php index 6349e85..58eccfa 100644 --- a/srs-player/srs-player.php +++ b/srs-player/srs-player.php @@ -8,7 +8,7 @@ * Plugin Name: SRS Player * Plugin URI: https://github.com/ossrs/WordPress-Plugin-SrsPlayer * Description: SRS Player is a video streaming player, supports HLS/HTTP-FLV/WebRTC etc. - * Version: 1.0.8 + * Version: 1.0.9 * Author: Winlin Yang * Author URI: https://github.com/ossrs/WordPress-Plugin-SrsPlayer * License: MIT @@ -20,7 +20,7 @@ exit(); } -define( 'SRS_PLAYER_VERSION', '1.0.8' ); +define( 'SRS_PLAYER_VERSION', '1.0.9' ); function activate_srs_player() { require_once plugin_dir_path(__FILE__) . 'includes/class-srs-player-activator.php';