Changeset 2012299
- Timestamp:
- 01/14/2019 08:33:24 PM (7 years ago)
- Location:
- playerjs/trunk
- Files:
-
- 2 edited
-
playerjs.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
playerjs/trunk/playerjs.php
r1989322 r2012299 4 4 * Plugin URI: https://playerjs.com/docs/q=wordpress 5 5 * Description: Embed your created player in PlayerJS Builder and play HTML5 Video, Audio, HLS, DASH, YouTube, Vimeo 6 * Version: 2. 36 * Version: 2.4 7 7 * Author: Playerjs.com 8 8 * Author URI: https://playerjs.com … … 29 29 class PLAYERJS_HTML5 { 30 30 31 var $plugin_version = '2. 1';31 var $plugin_version = '2.4'; 32 32 33 33 function __construct() { … … 135 135 // width 136 136 137 $width = playerjs_com_get_option('width',0 );137 $width = playerjs_com_get_option('width',0,''); 138 138 139 139 isset($atts['width'])?$width = $atts['width']:''; -
playerjs/trunk/readme.txt
r1989322 r2012299 94 94 = 2.3 = 95 95 * Minor changes for WP 5 96 97 = 2.4 = 98 * Fixed bugs
Note: See TracChangeset
for help on using the changeset viewer.