Skip to content

Commit

Permalink
Update srs-player version to v1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Mar 18, 2024
1 parent ce2b921 commit 7b65d7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion srs-player/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: video, media, woocommerce, ecommerce, e-commerce, audio, live streaming, v
Requires at least: 5.3
Tested up to: 6.5
Requires PHP: 7.2
Stable tag: 1.0.17
Stable tag: 1.0.18
License: MIT
License URI: https://spdx.org/licenses/MIT.html
Author: Winlin Yang
Expand Down Expand Up @@ -101,6 +101,9 @@ Yes, but please use default Video player of BlockEditor directly.

== Changelog ==

= 1.0.18 =
* 2024-03-18: Update tested up to WP 6.5

= 1.0.17 =
* 2023-07-23: Support HEVC over enhanced RTMP or FLV (#5)

Expand Down
4 changes: 2 additions & 2 deletions srs-player/srs-player.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.17
* Version: 1.0.18
* Author: Winlin Yang
* Author URI: https://github.com/ossrs/WordPress-Plugin-SrsPlayer
* License: MIT
Expand All @@ -20,7 +20,7 @@
exit();
}

define( 'SRS_PLAYER_VERSION', '1.0.17' );
define( 'SRS_PLAYER_VERSION', '1.0.18' );

function activate_srs_player() {
require_once plugin_dir_path(__FILE__) . 'includes/class-srs-player-activator.php';
Expand Down

0 comments on commit 7b65d7d

Please sign in to comment.