Changeset 1531408
- Timestamp:
- 11/10/2016 06:06:06 AM (9 years ago)
- Location:
- dplayer-for-wp
- Files:
-
- 2 edited
- 7 copied
-
tags/1.1.3 (copied) (copied from dplayer-for-wp/trunk)
-
tags/1.1.3/dplayer-admin.php (copied) (copied from dplayer-for-wp/trunk/dplayer-admin.php)
-
tags/1.1.3/dplayer.php (copied) (copied from dplayer-for-wp/trunk/dplayer.php) (3 diffs)
-
tags/1.1.3/js/DPlayer.min.js (copied) (copied from dplayer-for-wp/trunk/js/DPlayer.min.js)
-
tags/1.1.3/js/DPlayer.min.js.map (copied) (copied from dplayer-for-wp/trunk/js/DPlayer.min.js.map)
-
tags/1.1.3/js/plugin (copied) (copied from dplayer-for-wp/trunk/js/plugin)
-
tags/1.1.3/readme.txt (copied) (copied from dplayer-for-wp/trunk/readme.txt) (2 diffs)
-
trunk/dplayer.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dplayer-for-wp/tags/1.1.3/dplayer.php
r1530082 r1531408 3 3 * Plugin Name: DPlayer for WordPress 4 4 * Description: Wow, such a lovely HTML5 danmaku video player comes to WordPress 5 * Version: 1.1. 25 * Version: 1.1.3 6 6 * Author: 0xBBC 7 7 * Author URI: https://blog.0xbbc.com/ … … 77 77 if ($atts['hotkey']) $data['hotkey'] = ($atts['hotkey'] == 'true') ? true : false; 78 78 if ($atts['preload']) $data['preload'] = (in_array($atts['preload'], array('auto', 'metadata', 'none')) == true) ? $atts['preload'] : 'metadata'; 79 if ($atts['bilibili']) $data['addition'] = array(get_option( 'kblog_danmaku_url', '' ).'bilibili?aid='.$atts['bilibili']);79 80 80 81 81 $playerCode = '<div id="player'.$id.'" class="dplayer">'; … … 88 88 'api' => get_option( 'kblog_danmaku_url', '' ), 89 89 ); 90 if ($atts['bilibili']) $danmaku['addition'] = array(get_option( 'kblog_danmaku_url', '' ).'bilibili?aid='.$atts['bilibili']); 90 91 $data['danmaku'] = ($atts['danmu'] != 'false') ? $danmaku : null; 91 92 -
dplayer-for-wp/tags/1.1.3/readme.txt
r1530082 r1531408 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.6.1 6 Stable tag: 1.1. 26 Stable tag: 1.1.3 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 39 39 40 40 == Changelog == 41 42 = 1.1.3 = 43 * Fixed bilibili danmaku support 41 44 42 45 = 1.1.2 = -
dplayer-for-wp/trunk/dplayer.php
r1530082 r1531408 3 3 * Plugin Name: DPlayer for WordPress 4 4 * Description: Wow, such a lovely HTML5 danmaku video player comes to WordPress 5 * Version: 1.1. 25 * Version: 1.1.3 6 6 * Author: 0xBBC 7 7 * Author URI: https://blog.0xbbc.com/ … … 77 77 if ($atts['hotkey']) $data['hotkey'] = ($atts['hotkey'] == 'true') ? true : false; 78 78 if ($atts['preload']) $data['preload'] = (in_array($atts['preload'], array('auto', 'metadata', 'none')) == true) ? $atts['preload'] : 'metadata'; 79 if ($atts['bilibili']) $data['addition'] = array(get_option( 'kblog_danmaku_url', '' ).'bilibili?aid='.$atts['bilibili']);79 80 80 81 81 $playerCode = '<div id="player'.$id.'" class="dplayer">'; … … 88 88 'api' => get_option( 'kblog_danmaku_url', '' ), 89 89 ); 90 if ($atts['bilibili']) $danmaku['addition'] = array(get_option( 'kblog_danmaku_url', '' ).'bilibili?aid='.$atts['bilibili']); 90 91 $data['danmaku'] = ($atts['danmu'] != 'false') ? $danmaku : null; 91 92 -
dplayer-for-wp/trunk/readme.txt
r1530082 r1531408 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.6.1 6 Stable tag: 1.1. 26 Stable tag: 1.1.3 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 39 39 40 40 == Changelog == 41 42 = 1.1.3 = 43 * Fixed bilibili danmaku support 41 44 42 45 = 1.1.2 =
Note: See TracChangeset
for help on using the changeset viewer.