Changeset 3337309
- Timestamp:
- 07/31/2025 01:31:42 PM (8 months ago)
- Location:
- wpstream
- Files:
-
- 6 edited
- 1 copied
-
tags/4.6.7.8 (copied) (copied from wpstream/trunk)
-
tags/4.6.7.8/includes/class-wpstream-player.php (modified) (1 diff)
-
tags/4.6.7.8/readme.txt (modified) (2 diffs)
-
tags/4.6.7.8/wpstream.php (modified) (2 diffs)
-
trunk/includes/class-wpstream-player.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpstream.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpstream/tags/4.6.7.8/includes/class-wpstream-player.php
r3337183 r3337309 407 407 || !isset($event_settings['view_count']) 408 408 ); 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 }415 409 416 410 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 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.6.7. 77 Stable tag: 4.6.7.8 8 8 License: GPL 9 9 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 138 138 == Changelog == 139 139 140 = 4.6.7.8 = 141 * Improvement - Decrease number of remote requests 142 140 143 = 4.6.7.7 = 141 144 * Fix - Fatal error due to loading wrong PHP file -
wpstream/tags/4.6.7.8/wpstream.php
r3337183 r3337309 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.6.7. 76 * Version: 4.6.7.8 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7. 7');17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7.8'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https'); -
wpstream/trunk/includes/class-wpstream-player.php
r3337183 r3337309 407 407 || !isset($event_settings['view_count']) 408 408 ); 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 }415 409 416 410 echo '<div id="wpestream_live_counting" class="wpestream_live_counting" data-showviewercount="' . ($show_viewer_count ? '1' : '0') . '"></div>'; -
wpstream/trunk/readme.txt
r3337183 r3337309 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.6.7. 77 Stable tag: 4.6.7.8 8 8 License: GPL 9 9 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 138 138 == Changelog == 139 139 140 = 4.6.7.8 = 141 * Improvement - Decrease number of remote requests 142 140 143 = 4.6.7.7 = 141 144 * Fix - Fatal error due to loading wrong PHP file -
wpstream/trunk/wpstream.php
r3337183 r3337309 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.6.7. 76 * Version: 4.6.7.8 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7. 7');17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7.8'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https');
Note: See TracChangeset
for help on using the changeset viewer.