Skip to content

Commit a413a0a

Browse files
committed
Update srs-player version to v1.0.16
1 parent c7f0728 commit a413a0a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

srs-player/readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: video, media, woocommerce, ecommerce, e-commerce, audio, live streaming, v
44
Requires at least: 5.3
55
Tested up to: 6.2
66
Requires PHP: 7.2
7-
Stable tag: 1.0.15
7+
Stable tag: 1.0.16
88
License: MIT
99
License URI: https://spdx.org/licenses/MIT.html
1010
Author: Winlin Yang
@@ -101,6 +101,9 @@ Yes, but please use default Video player of BlockEditor directly.
101101

102102
== Changelog ==
103103

104+
= 1.0.16 =
105+
* 2023-05-01: Test with new WordPress 6.2
106+
104107
= 1.0.15 =
105108
* 2023-02-25: Replace flv.js with mpegts.js to play HEVC over HTTP-FLV (#1)
106109

srs-player/srs-player.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin Name: SRS Player
99
* Plugin URI: https://github.com/ossrs/WordPress-Plugin-SrsPlayer
1010
* Description: SRS Player is a video streaming player, supports HLS/HTTP-FLV/WebRTC etc.
11-
* Version: 1.0.15
11+
* Version: 1.0.16
1212
* Author: Winlin Yang
1313
* Author URI: https://github.com/ossrs/WordPress-Plugin-SrsPlayer
1414
* License: MIT
@@ -20,7 +20,7 @@
2020
exit();
2121
}
2222

23-
define( 'SRS_PLAYER_VERSION', '1.0.15' );
23+
define( 'SRS_PLAYER_VERSION', '1.0.16' );
2424

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

0 commit comments

Comments
 (0)