Changeset 2304452
- Timestamp:
- 05/13/2020 08:15:33 PM (6 years ago)
- Location:
- switch-video-quality
- Files:
-
- 3 edited
- 9 copied
-
tags/1.5.5 (copied) (copied from switch-video-quality/trunk)
-
tags/1.5.5/css/svq-mejs-v4.css (copied) (copied from switch-video-quality/trunk/css/svq-mejs-v4.css)
-
tags/1.5.5/js/mep-feature-sourcechooser-mejs-v4.js (copied) (copied from switch-video-quality/trunk/js/mep-feature-sourcechooser-mejs-v4.js) (1 diff)
-
tags/1.5.5/js/mep-feature-svq_embed.js (copied) (copied from switch-video-quality/trunk/js/mep-feature-svq_embed.js)
-
tags/1.5.5/js/mep-feature-svq_infooverlay.js (copied) (copied from switch-video-quality/trunk/js/mep-feature-svq_infooverlay.js)
-
tags/1.5.5/js/mep-feature-svq_playlist.js (copied) (copied from switch-video-quality/trunk/js/mep-feature-svq_playlist.js)
-
tags/1.5.5/js/svq_admin.js (copied) (copied from switch-video-quality/trunk/js/svq_admin.js)
-
tags/1.5.5/readme.txt (copied) (copied from switch-video-quality/trunk/readme.txt) (2 diffs)
-
tags/1.5.5/switch_video_quality.php (copied) (copied from switch-video-quality/trunk/switch_video_quality.php) (2 diffs)
-
trunk/js/mep-feature-sourcechooser-mejs-v4.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/switch_video_quality.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
switch-video-quality/tags/1.5.5/js/mep-feature-sourcechooser-mejs-v4.js
r2302206 r2304452 46 46 } 47 47 }); 48 $( media).on('loadedmetadata', function(){48 $(t.node).on('loadedmetadata', function(){ 49 49 var currentQuality = this.videoHeight; 50 50 var buttonClass = 'mejs-button mejs-sourcechooser-button'; -
switch-video-quality/tags/1.5.5/readme.txt
r2302206 r2304452 5 5 Requires at least: 3.6 6 6 Tested up to: 5.4.1 7 Stable tag: 1.5. 47 Stable tag: 1.5.5 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 193 193 = 1.5.4 = 194 194 * 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 3 3 Plugin Name: Switch Video Quality 4 4 Description: 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. 45 Version: 1.5.5 6 6 Author: Timo Klemm (team-ok) 7 7 Text Domain: switch-video-quality … … 26 26 } 27 27 //Switch Video Quality Version Number 28 define( 'SVQ_VERSION', '1.5. 4' );28 define( 'SVQ_VERSION', '1.5.5' ); 29 29 30 30 add_action( 'load-post.php', 'switch_video_quality_settings' ); -
switch-video-quality/trunk/js/mep-feature-sourcechooser-mejs-v4.js
r2302206 r2304452 46 46 } 47 47 }); 48 $( media).on('loadedmetadata', function(){48 $(t.node).on('loadedmetadata', function(){ 49 49 var currentQuality = this.videoHeight; 50 50 var buttonClass = 'mejs-button mejs-sourcechooser-button'; -
switch-video-quality/trunk/readme.txt
r2302206 r2304452 5 5 Requires at least: 3.6 6 6 Tested up to: 5.4.1 7 Stable tag: 1.5. 47 Stable tag: 1.5.5 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 193 193 = 1.5.4 = 194 194 * 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 3 3 Plugin Name: Switch Video Quality 4 4 Description: 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. 45 Version: 1.5.5 6 6 Author: Timo Klemm (team-ok) 7 7 Text Domain: switch-video-quality … … 26 26 } 27 27 //Switch Video Quality Version Number 28 define( 'SVQ_VERSION', '1.5. 4' );28 define( 'SVQ_VERSION', '1.5.5' ); 29 29 30 30 add_action( 'load-post.php', 'switch_video_quality_settings' );
Note: See TracChangeset
for help on using the changeset viewer.