Skip to content

Commit 7b65d7d

Browse files
committed
Update srs-player version to v1.0.18
1 parent ce2b921 commit 7b65d7d

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.5
66
Requires PHP: 7.2
7-
Stable tag: 1.0.17
7+
Stable tag: 1.0.18
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.18 =
105+
* 2024-03-18: Update tested up to WP 6.5
106+
104107
= 1.0.17 =
105108
* 2023-07-23: Support HEVC over enhanced RTMP or FLV (#5)
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.17
11+
* Version: 1.0.18
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.17' );
23+
define( 'SRS_PLAYER_VERSION', '1.0.18' );
2424

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

0 commit comments

Comments
 (0)