Plugin Directory

Changeset 3404022


Ignore:
Timestamp:
11/27/2025 11:45:58 AM (4 months ago)
Author:
wpstream
Message:

Update to version 4.9.3 from GitHub

Location:
wpstream
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpstream/tags/4.9.3/includes/class-wpstream-player.php

    r3402264 r3404022  
    479479                $player_logo_horizontal_position = 'logo-' . explode( '-', $player_logo_position )[1];
    480480            }
    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>';
    487485                if ($video_trailer){
    488486                    print '<div class="wpstream_theme_trailer_wrapper">';
  • wpstream/tags/4.9.3/public/js/wpstream-player.js

    r3402264 r3404022  
    14751475
    14761476function removeSpinner( place ) {
     1477    return; //disabled for now
    14771478    const spinnerId = 'wpstream-pre-load-spinner';
    14781479    const spinner = document.getElementById(spinnerId);
  • wpstream/tags/4.9.3/readme.txt

    r3402264 r3404022  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.9.2
     7Stable tag: 4.9.3
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    136136== Changelog ==
    137137
     138= 4.9.3 =
     139* Fix - Video not showing correctly when Hello WpStream theme is active
     140
    138141= 4.9.2 =
    139142* Enhancement - Add loading spinner to the video player when loading
  • wpstream/tags/4.9.3/wpstream.php

    r3402264 r3404022  
    44 * Plugin URI:        http://wpstream.net
    55 * 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.2
     6 * Version:           4.9.3
    77 * Author:            wpstream
    88 * Author URI:        http://wpstream.net
     
    1515    die;
    1616}
    17 define('WPSTREAM_PLUGIN_VERSION', '4.9.2');
     17define('WPSTREAM_PLUGIN_VERSION', '4.9.3');
    1818define('WPSTREAM_CLUBLINK', 'wpstream.net');
    1919define('WPSTREAM_CLUBLINKSSL', 'https');
  • wpstream/trunk/includes/class-wpstream-player.php

    r3402264 r3404022  
    479479                $player_logo_horizontal_position = 'logo-' . explode( '-', $player_logo_position )[1];
    480480            }
    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>';
    487485                if ($video_trailer){
    488486                    print '<div class="wpstream_theme_trailer_wrapper">';
  • wpstream/trunk/public/js/wpstream-player.js

    r3402264 r3404022  
    14751475
    14761476function removeSpinner( place ) {
     1477    return; //disabled for now
    14771478    const spinnerId = 'wpstream-pre-load-spinner';
    14781479    const spinner = document.getElementById(spinnerId);
  • wpstream/trunk/readme.txt

    r3402264 r3404022  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.9.2
     7Stable tag: 4.9.3
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    136136== Changelog ==
    137137
     138= 4.9.3 =
     139* Fix - Video not showing correctly when Hello WpStream theme is active
     140
    138141= 4.9.2 =
    139142* Enhancement - Add loading spinner to the video player when loading
  • wpstream/trunk/wpstream.php

    r3402264 r3404022  
    44 * Plugin URI:        http://wpstream.net
    55 * 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.2
     6 * Version:           4.9.3
    77 * Author:            wpstream
    88 * Author URI:        http://wpstream.net
     
    1515    die;
    1616}
    17 define('WPSTREAM_PLUGIN_VERSION', '4.9.2');
     17define('WPSTREAM_PLUGIN_VERSION', '4.9.3');
    1818define('WPSTREAM_CLUBLINK', 'wpstream.net');
    1919define('WPSTREAM_CLUBLINKSSL', 'https');
Note: See TracChangeset for help on using the changeset viewer.