Plugin Directory

Changeset 2012299


Ignore:
Timestamp:
01/14/2019 08:33:24 PM (7 years ago)
Author:
playerjs
Message:

Fixed bugs

Location:
playerjs/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • playerjs/trunk/playerjs.php

    r1989322 r2012299  
    44 * Plugin URI:        https://playerjs.com/docs/q=wordpress
    55 * Description:       Embed your created player in PlayerJS Builder and play HTML5 Video, Audio, HLS, DASH, YouTube, Vimeo
    6  * Version:           2.3
     6 * Version:           2.4
    77 * Author:            Playerjs.com
    88 * Author URI:        https://playerjs.com
     
    2929        class PLAYERJS_HTML5 {
    3030
    31             var $plugin_version = '2.1';
     31            var $plugin_version = '2.4';
    3232
    3333            function __construct() {
     
    135135        // width
    136136
    137         $width = playerjs_com_get_option('width',0);
     137        $width = playerjs_com_get_option('width',0,'');
    138138
    139139        isset($atts['width'])?$width = $atts['width']:'';
  • playerjs/trunk/readme.txt

    r1989322 r2012299  
    9494= 2.3 =
    9595* Minor changes for WP 5
     96
     97= 2.4 =
     98* Fixed bugs
Note: See TracChangeset for help on using the changeset viewer.