Changeset 2417917
- Timestamp:
- 11/13/2020 12:44:21 PM (5 years ago)
- Location:
- switch-video-quality
- Files:
-
- 2 edited
- 9 copied
-
tags/1.5.7 (copied) (copied from switch-video-quality/trunk)
-
tags/1.5.7/css/svq-mejs-v4.css (copied) (copied from switch-video-quality/trunk/css/svq-mejs-v4.css)
-
tags/1.5.7/js/mep-feature-sourcechooser-mejs-v4.js (copied) (copied from switch-video-quality/trunk/js/mep-feature-sourcechooser-mejs-v4.js)
-
tags/1.5.7/js/mep-feature-svq_embed.js (copied) (copied from switch-video-quality/trunk/js/mep-feature-svq_embed.js)
-
tags/1.5.7/js/mep-feature-svq_infooverlay.js (copied) (copied from switch-video-quality/trunk/js/mep-feature-svq_infooverlay.js)
-
tags/1.5.7/js/mep-feature-svq_playlist.js (copied) (copied from switch-video-quality/trunk/js/mep-feature-svq_playlist.js)
-
tags/1.5.7/js/svq_admin.js (copied) (copied from switch-video-quality/trunk/js/svq_admin.js)
-
tags/1.5.7/readme.txt (copied) (copied from switch-video-quality/trunk/readme.txt) (2 diffs)
-
tags/1.5.7/switch_video_quality.php (copied) (copied from switch-video-quality/trunk/switch_video_quality.php) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/switch_video_quality.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
switch-video-quality/tags/1.5.7/readme.txt
r2400839 r2417917 4 4 Tags: change, choose, select, quality, resolution, self-hosted, video, stream, player, wordpress, media, library, playlist, responsive, embed, iframe, bitrate, HD, 4K, html5, mediaelement, mejs, svq 5 5 Requires at least: 3.6 6 Tested up to: 5.5. 17 Stable tag: 1.5. 66 Tested up to: 5.5.3 7 Stable tag: 1.5.7 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 197 197 = 1.5.6 = 198 198 * Added the "muted" shortcode attribute. May be set to "true" or "yes" or anything truthy (not an empty string) to load the player initially muted. 199 = 1.5.7 = 200 * Restored time indicators (current time and duration) -
switch-video-quality/tags/1.5.7/switch_video_quality.php
r2400839 r2417917 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. 65 Version: 1.5.7 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. 5' );28 define( 'SVQ_VERSION', '1.5.7' ); 29 29 30 30 add_action( 'load-post.php', 'switch_video_quality_settings' ); … … 589 589 'classPrefix' => 'mejs-', 590 590 'stretching' => 'responsive', 591 'features' => array('playpause', 'progress','volume', 'fullscreen', 'sourcechooser', 'svqinfooverlay', 'svqplaylist', 'svqembed', 'tracks')591 'features' => array('playpause', 'current', 'progress', 'duration', 'volume', 'fullscreen', 'sourcechooser', 'svqinfooverlay', 'svqplaylist', 'svqembed', 'tracks') 592 592 ) 593 593 ); -
switch-video-quality/trunk/readme.txt
r2400839 r2417917 4 4 Tags: change, choose, select, quality, resolution, self-hosted, video, stream, player, wordpress, media, library, playlist, responsive, embed, iframe, bitrate, HD, 4K, html5, mediaelement, mejs, svq 5 5 Requires at least: 3.6 6 Tested up to: 5.5. 17 Stable tag: 1.5. 66 Tested up to: 5.5.3 7 Stable tag: 1.5.7 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 197 197 = 1.5.6 = 198 198 * Added the "muted" shortcode attribute. May be set to "true" or "yes" or anything truthy (not an empty string) to load the player initially muted. 199 = 1.5.7 = 200 * Restored time indicators (current time and duration) -
switch-video-quality/trunk/switch_video_quality.php
r2400839 r2417917 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. 65 Version: 1.5.7 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. 5' );28 define( 'SVQ_VERSION', '1.5.7' ); 29 29 30 30 add_action( 'load-post.php', 'switch_video_quality_settings' ); … … 589 589 'classPrefix' => 'mejs-', 590 590 'stretching' => 'responsive', 591 'features' => array('playpause', 'progress','volume', 'fullscreen', 'sourcechooser', 'svqinfooverlay', 'svqplaylist', 'svqembed', 'tracks')591 'features' => array('playpause', 'current', 'progress', 'duration', 'volume', 'fullscreen', 'sourcechooser', 'svqinfooverlay', 'svqplaylist', 'svqembed', 'tracks') 592 592 ) 593 593 );
Note: See TracChangeset
for help on using the changeset viewer.