Plugin Directory

Changeset 3337309


Ignore:
Timestamp:
07/31/2025 01:31:42 PM (8 months ago)
Author:
wpstream
Message:

Update to version 4.6.7.8 from GitHub

Location:
wpstream
Files:
6 edited
1 copied

Legend:

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

    r3337183 r3337309  
    407407                || !isset($event_settings['view_count'])
    408408            );
    409             $pack_details           =    $this->main->wpstream_live_connection->wpstream_request_pack_data_per_user();
    410             if( isset($pack_details['available_data_mb'])){
    411                 if ($pack_details['available_data_mb'] <= 0){
    412                     $show_viewer_count = false;
    413                 }
    414             }
    415409
    416410            echo '<div id="wpestream_live_counting" class="wpestream_live_counting" data-showviewercount="' . ($show_viewer_count ? '1' : '0') . '"></div>';
  • wpstream/tags/4.6.7.8/readme.txt

    r3337183 r3337309  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.6.7.7
     7Stable tag: 4.6.7.8
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    138138== Changelog ==
    139139
     140= 4.6.7.8 =
     141* Improvement - Decrease number of remote requests
     142
    140143= 4.6.7.7 =
    141144* Fix - Fatal error due to loading wrong PHP file
  • wpstream/tags/4.6.7.8/wpstream.php

    r3337183 r3337309  
    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.6.7.7
     6 * Version:           4.6.7.8
    77 * Author:            wpstream
    88 * Author URI:        http://wpstream.net
     
    1515    die;
    1616}
    17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7.7');
     17define('WPSTREAM_PLUGIN_VERSION', '4.6.7.8');
    1818define('WPSTREAM_CLUBLINK', 'wpstream.net');
    1919define('WPSTREAM_CLUBLINKSSL', 'https');
  • wpstream/trunk/includes/class-wpstream-player.php

    r3337183 r3337309  
    407407                || !isset($event_settings['view_count'])
    408408            );
    409             $pack_details           =    $this->main->wpstream_live_connection->wpstream_request_pack_data_per_user();
    410             if( isset($pack_details['available_data_mb'])){
    411                 if ($pack_details['available_data_mb'] <= 0){
    412                     $show_viewer_count = false;
    413                 }
    414             }
    415409
    416410            echo '<div id="wpestream_live_counting" class="wpestream_live_counting" data-showviewercount="' . ($show_viewer_count ? '1' : '0') . '"></div>';
  • wpstream/trunk/readme.txt

    r3337183 r3337309  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.6.7.7
     7Stable tag: 4.6.7.8
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    138138== Changelog ==
    139139
     140= 4.6.7.8 =
     141* Improvement - Decrease number of remote requests
     142
    140143= 4.6.7.7 =
    141144* Fix - Fatal error due to loading wrong PHP file
  • wpstream/trunk/wpstream.php

    r3337183 r3337309  
    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.6.7.7
     6 * Version:           4.6.7.8
    77 * Author:            wpstream
    88 * Author URI:        http://wpstream.net
     
    1515    die;
    1616}
    17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7.7');
     17define('WPSTREAM_PLUGIN_VERSION', '4.6.7.8');
    1818define('WPSTREAM_CLUBLINK', 'wpstream.net');
    1919define('WPSTREAM_CLUBLINKSSL', 'https');
Note: See TracChangeset for help on using the changeset viewer.