Plugin Directory

Changeset 2304452


Ignore:
Timestamp:
05/13/2020 08:15:33 PM (6 years ago)
Author:
team-ok
Message:

Fixed a bug that stopped hd and 4k labels from showing up.

Location:
switch-video-quality
Files:
3 edited
9 copied

Legend:

Unmodified
Added
Removed
  • switch-video-quality/tags/1.5.5/js/mep-feature-sourcechooser-mejs-v4.js

    r2302206 r2304452  
    4646                }
    4747            });
    48             $(media).on('loadedmetadata', function(){
     48            $(t.node).on('loadedmetadata', function(){
    4949                var currentQuality = this.videoHeight;
    5050                var buttonClass = 'mejs-button mejs-sourcechooser-button';
  • switch-video-quality/tags/1.5.5/readme.txt

    r2302206 r2304452  
    55Requires at least: 3.6
    66Tested up to: 5.4.1
    7 Stable tag: 1.5.4
     7Stable tag: 1.5.5
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    193193= 1.5.4 =
    194194* Fixed JavaScript errors in Safari that caused SVQ to stop working.
     195= 1.5.5 =
     196* Fixed a bug that stopped hd and 4k labels from showing up.
  • switch-video-quality/tags/1.5.5/switch_video_quality.php

    r2302206 r2304452  
    33Plugin Name: Switch Video Quality
    44Description: Switch Video Quality adds quality switch functionality to the wordpress video player to let you choose between different resolutions of a (self-hosted) html5-compatible video.
    5 Version: 1.5.4
     5Version: 1.5.5
    66Author: Timo Klemm (team-ok)
    77Text Domain: switch-video-quality
     
    2626}
    2727//Switch Video Quality Version Number
    28 define( 'SVQ_VERSION', '1.5.4' );
     28define( 'SVQ_VERSION', '1.5.5' );
    2929
    3030add_action( 'load-post.php', 'switch_video_quality_settings' );
  • switch-video-quality/trunk/js/mep-feature-sourcechooser-mejs-v4.js

    r2302206 r2304452  
    4646                }
    4747            });
    48             $(media).on('loadedmetadata', function(){
     48            $(t.node).on('loadedmetadata', function(){
    4949                var currentQuality = this.videoHeight;
    5050                var buttonClass = 'mejs-button mejs-sourcechooser-button';
  • switch-video-quality/trunk/readme.txt

    r2302206 r2304452  
    55Requires at least: 3.6
    66Tested up to: 5.4.1
    7 Stable tag: 1.5.4
     7Stable tag: 1.5.5
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    193193= 1.5.4 =
    194194* Fixed JavaScript errors in Safari that caused SVQ to stop working.
     195= 1.5.5 =
     196* Fixed a bug that stopped hd and 4k labels from showing up.
  • switch-video-quality/trunk/switch_video_quality.php

    r2302206 r2304452  
    33Plugin Name: Switch Video Quality
    44Description: Switch Video Quality adds quality switch functionality to the wordpress video player to let you choose between different resolutions of a (self-hosted) html5-compatible video.
    5 Version: 1.5.4
     5Version: 1.5.5
    66Author: Timo Klemm (team-ok)
    77Text Domain: switch-video-quality
     
    2626}
    2727//Switch Video Quality Version Number
    28 define( 'SVQ_VERSION', '1.5.4' );
     28define( 'SVQ_VERSION', '1.5.5' );
    2929
    3030add_action( 'load-post.php', 'switch_video_quality_settings' );
Note: See TracChangeset for help on using the changeset viewer.