diff --git a/srs-player/readme.txt b/srs-player/readme.txt index 3cc2f50..fbbb464 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.12 +Stable tag: 1.0.13 License: MIT License URI: https://spdx.org/licenses/MIT.html Author: Winlin Yang @@ -97,6 +97,9 @@ Yes, but please use default Video player of BlockEditor directly. == Changelog == += 1.0.13 = +* 2022-06-08: Use class to set the width. + = 1.0.12 = * 2022-05-11: Refine plugin description. * 2022-05-11: Refine the plugin shortcode. diff --git a/srs-player/srs-player.php b/srs-player/srs-player.php index 4d7f9a0..9281a29 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.12 + * Version: 1.0.13 * 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.12' ); +define( 'SRS_PLAYER_VERSION', '1.0.13' ); function activate_srs_player() { require_once plugin_dir_path(__FILE__) . 'includes/class-srs-player-activator.php';