Changeset 3404022
- Timestamp:
- 11/27/2025 11:45:58 AM (4 months ago)
- Location:
- wpstream
- Files:
-
- 8 edited
- 1 copied
-
tags/4.9.3 (copied) (copied from wpstream/trunk)
-
tags/4.9.3/includes/class-wpstream-player.php (modified) (1 diff)
-
tags/4.9.3/public/js/wpstream-player.js (modified) (1 diff)
-
tags/4.9.3/readme.txt (modified) (2 diffs)
-
tags/4.9.3/wpstream.php (modified) (2 diffs)
-
trunk/includes/class-wpstream-player.php (modified) (1 diff)
-
trunk/public/js/wpstream-player.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpstream.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpstream/tags/4.9.3/includes/class-wpstream-player.php
r3402264 r3404022 479 479 $player_logo_horizontal_position = 'logo-' . explode( '-', $player_logo_position )[1]; 480 480 } 481 echo' 482 <div class="wpstream-video-container"> 483 <div id="wpstream-pre-load-spinner" class="wpstream-pre-load-spinner"></div> 484 <video id="wpstream-video'.$now.'" '.$poster_data.' class="video-js vjs-default-skin vjs-fluid vjs-wpstream ' . esc_attr($has_trailer_class) . ' ' . $player_theme . ' ' . $player_logo_position_class . ' ' . $player_logo_horizontal_position . '" playsinline="true" '.$is_muted_str." ".$autoplay_str.'> 485 </video> 486 </div>'; 481 echo' 482 <video id="wpstream-video'.$now.'" '.$poster_data.' class="video-js vjs-default-skin vjs-fluid vjs-wpstream ' . esc_attr($has_trailer_class) . ' ' . $player_theme . ' ' . $player_logo_position_class . ' ' . $player_logo_horizontal_position . '" playsinline="true" '.$is_muted_str." ".$autoplay_str.'> 483 484 </video>'; 487 485 if ($video_trailer){ 488 486 print '<div class="wpstream_theme_trailer_wrapper">'; -
wpstream/tags/4.9.3/public/js/wpstream-player.js
r3402264 r3404022 1475 1475 1476 1476 function removeSpinner( place ) { 1477 return; //disabled for now 1477 1478 const spinnerId = 'wpstream-pre-load-spinner'; 1478 1479 const spinner = document.getElementById(spinnerId); -
wpstream/tags/4.9.3/readme.txt
r3402264 r3404022 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.9. 27 Stable tag: 4.9.3 8 8 License: GPL 9 9 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 136 136 == Changelog == 137 137 138 = 4.9.3 = 139 * Fix - Video not showing correctly when Hello WpStream theme is active 140 138 141 = 4.9.2 = 139 142 * Enhancement - Add loading spinner to the video player when loading -
wpstream/tags/4.9.3/wpstream.php
r3402264 r3404022 4 4 * Plugin URI: http://wpstream.net 5 5 * Description: WpStream is a platform that allows you to live stream, create Video-on-Demand, and offer Pay-Per-View videos. We provide an affordable and user-friendly way for businesses, non-profits, and public institutions to broadcast their content and monetize their work. 6 * Version: 4.9. 26 * Version: 4.9.3 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.9. 2');17 define('WPSTREAM_PLUGIN_VERSION', '4.9.3'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https'); -
wpstream/trunk/includes/class-wpstream-player.php
r3402264 r3404022 479 479 $player_logo_horizontal_position = 'logo-' . explode( '-', $player_logo_position )[1]; 480 480 } 481 echo' 482 <div class="wpstream-video-container"> 483 <div id="wpstream-pre-load-spinner" class="wpstream-pre-load-spinner"></div> 484 <video id="wpstream-video'.$now.'" '.$poster_data.' class="video-js vjs-default-skin vjs-fluid vjs-wpstream ' . esc_attr($has_trailer_class) . ' ' . $player_theme . ' ' . $player_logo_position_class . ' ' . $player_logo_horizontal_position . '" playsinline="true" '.$is_muted_str." ".$autoplay_str.'> 485 </video> 486 </div>'; 481 echo' 482 <video id="wpstream-video'.$now.'" '.$poster_data.' class="video-js vjs-default-skin vjs-fluid vjs-wpstream ' . esc_attr($has_trailer_class) . ' ' . $player_theme . ' ' . $player_logo_position_class . ' ' . $player_logo_horizontal_position . '" playsinline="true" '.$is_muted_str." ".$autoplay_str.'> 483 484 </video>'; 487 485 if ($video_trailer){ 488 486 print '<div class="wpstream_theme_trailer_wrapper">'; -
wpstream/trunk/public/js/wpstream-player.js
r3402264 r3404022 1475 1475 1476 1476 function removeSpinner( place ) { 1477 return; //disabled for now 1477 1478 const spinnerId = 'wpstream-pre-load-spinner'; 1478 1479 const spinner = document.getElementById(spinnerId); -
wpstream/trunk/readme.txt
r3402264 r3404022 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.9. 27 Stable tag: 4.9.3 8 8 License: GPL 9 9 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 136 136 == Changelog == 137 137 138 = 4.9.3 = 139 * Fix - Video not showing correctly when Hello WpStream theme is active 140 138 141 = 4.9.2 = 139 142 * Enhancement - Add loading spinner to the video player when loading -
wpstream/trunk/wpstream.php
r3402264 r3404022 4 4 * Plugin URI: http://wpstream.net 5 5 * Description: WpStream is a platform that allows you to live stream, create Video-on-Demand, and offer Pay-Per-View videos. We provide an affordable and user-friendly way for businesses, non-profits, and public institutions to broadcast their content and monetize their work. 6 * Version: 4.9. 26 * Version: 4.9.3 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.9. 2');17 define('WPSTREAM_PLUGIN_VERSION', '4.9.3'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https');
Note: See TracChangeset
for help on using the changeset viewer.