Skip to content

Commit bb8541b

Browse files
committed
Update DPlayer to release 1.1.3
Signed-off-by: 0xBBC <0xbbc@0xbbc.com>
1 parent 19d01df commit bb8541b

File tree

6 files changed

+16
-15
lines changed

6 files changed

+16
-15
lines changed

dist/dplayer.zip

4.16 KB
Binary file not shown.

dplayer.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Plugin Name: DPlayer for WordPress
44
* Description: Wow, such a lovely HTML5 danmaku video player comes to WordPress
5-
* Version: 1.1.4
5+
* Version: 1.1.5
66
* Author: 0xBBC
77
* Author URI: https://blog.0xbbc.com/
88
* License: GPLv3
@@ -153,12 +153,12 @@ public static function dplayer_settings_link( $links, $file ) {
153153
public static function add_script() {
154154
if (!self::$add_script) {
155155
if ( get_option( 'kblog_enable_flv' ) ) {
156-
wp_enqueue_script( '0-dplayer-flv', plugins_url('js/plugin/flv.min.js', __FILE__), false, '1.1.2', false );
156+
wp_enqueue_script( '0-dplayer-flv', plugins_url('js/plugin/flv.min.js', __FILE__), false, '1.1.3', false );
157157
}
158158
if ( get_option( 'kblog_enable_hls' ) ) {
159-
wp_enqueue_script( '0-dplayer-hls', plugins_url('js/plugin/hls.min.js', __FILE__), false, '1.1.2', false );
159+
wp_enqueue_script( '0-dplayer-hls', plugins_url('js/plugin/hls.min.js', __FILE__), false, '1.1.3', false );
160160
}
161-
wp_enqueue_script( 'dplayer', plugins_url('js/DPlayer.min.js', __FILE__), false, '1.1.2', false );
161+
wp_enqueue_script( 'dplayer', plugins_url('js/DPlayer.min.js', __FILE__), false, '1.1.3', false );
162162
wp_enqueue_script( 'init-dplayer', plugins_url('js/init-dplayer.js', __FILE__), false, '1.0.0', false );
163163
self::$add_script = true;
164164
}

js/DPlayer.min.js

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/DPlayer.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/plugin/flv.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: 0xbbc
33
Tags: video, player, shortcode
44
Requires at least: 3.0.1
5-
Tested up to: 4.6.1
6-
Stable tag: 1.1.4
5+
Tested up to: 4.7.3
6+
Stable tag: 1.1.5
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -39,6 +39,9 @@ Parameter 'danmu', should DPlayer load danmaku. Default false and it's optional.
3939

4040
== Changelog ==
4141

42+
= 1.1.5 =
43+
Update DPlayer to release 1.1.3. Please visit https://github.com/DIYgod/DPlayer/releases for details.
44+
4245
= 1.1.4 =
4346
* Extended support for bilibili param, now you can use either
4447
- bilibili='23333'

0 commit comments

Comments
 (0)