Changeset 3390259
- Timestamp:
- 11/05/2025 09:06:03 AM (5 months ago)
- Location:
- wpstream
- Files:
-
- 8 edited
- 1 copied
-
tags/4.8.6 (copied) (copied from wpstream/trunk)
-
tags/4.8.6/includes/class-wpstream-live-api-connection.php (modified) (1 diff)
-
tags/4.8.6/includes/class-wpstream-player.php (modified) (1 diff)
-
tags/4.8.6/readme.txt (modified) (2 diffs)
-
tags/4.8.6/wpstream.php (modified) (2 diffs)
-
trunk/includes/class-wpstream-live-api-connection.php (modified) (1 diff)
-
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.8.6/includes/class-wpstream-live-api-connection.php
r3389966 r3390259 926 926 927 927 public function wpstream_is_streamify_user() { 928 global $wpstream_plugin;929 $pack_details = $wpstream_plugin->main->quota_manager->get_live_quota_data( 'wpstream_is_streamify_user' );930 931 if ( isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 ) {932 return true;933 }934 928 return false; 929 // global $wpstream_plugin; 930 // $pack_details = $wpstream_plugin->main->quota_manager->get_live_quota_data( 'wpstream_is_streamify_user' ); 931 // 932 // if ( isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 ) { 933 // return true; 934 // } 935 // return false; 935 936 } 936 937 -
wpstream/tags/4.8.6/includes/class-wpstream-player.php
r3389966 r3390259 1565 1565 1566 1566 public function wpstream_is_streamify_user() { 1567 $pack_details = $this->main->quota_manager->get_live_quota_data( 'wpstream_is_streamify_user' );1568 1569 if ( isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 ) {1570 return true;1571 }1572 1567 return false; 1568 // $pack_details = $this->main->quota_manager->get_live_quota_data( 'wpstream_is_streamify_user' ); 1569 // 1570 // if ( isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 ) { 1571 // return true; 1572 // } 1573 // return false; 1573 1574 } 1574 1575 } -
wpstream/tags/4.8.6/readme.txt
r3389966 r3390259 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.8. 57 Stable tag: 4.8.6 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.8.6 = 139 * Fix - Basic streaming changes 140 138 141 = 4.8.5 = 139 142 * Enhancement - Better track the quota calls -
wpstream/tags/4.8.6/wpstream.php
r3389966 r3390259 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.8. 56 * Version: 4.8.6 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.8. 5');17 define('WPSTREAM_PLUGIN_VERSION', '4.8.6'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https'); -
wpstream/trunk/includes/class-wpstream-live-api-connection.php
r3389966 r3390259 926 926 927 927 public function wpstream_is_streamify_user() { 928 global $wpstream_plugin;929 $pack_details = $wpstream_plugin->main->quota_manager->get_live_quota_data( 'wpstream_is_streamify_user' );930 931 if ( isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 ) {932 return true;933 }934 928 return false; 929 // global $wpstream_plugin; 930 // $pack_details = $wpstream_plugin->main->quota_manager->get_live_quota_data( 'wpstream_is_streamify_user' ); 931 // 932 // if ( isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 ) { 933 // return true; 934 // } 935 // return false; 935 936 } 936 937 -
wpstream/trunk/includes/class-wpstream-player.php
r3389966 r3390259 1565 1565 1566 1566 public function wpstream_is_streamify_user() { 1567 $pack_details = $this->main->quota_manager->get_live_quota_data( 'wpstream_is_streamify_user' );1568 1569 if ( isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 ) {1570 return true;1571 }1572 1567 return false; 1568 // $pack_details = $this->main->quota_manager->get_live_quota_data( 'wpstream_is_streamify_user' ); 1569 // 1570 // if ( isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 ) { 1571 // return true; 1572 // } 1573 // return false; 1573 1574 } 1574 1575 } -
wpstream/trunk/readme.txt
r3389966 r3390259 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.8. 57 Stable tag: 4.8.6 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.8.6 = 139 * Fix - Basic streaming changes 140 138 141 = 4.8.5 = 139 142 * Enhancement - Better track the quota calls -
wpstream/trunk/wpstream.php
r3389966 r3390259 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.8. 56 * Version: 4.8.6 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.8. 5');17 define('WPSTREAM_PLUGIN_VERSION', '4.8.6'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https');
Note: See TracChangeset
for help on using the changeset viewer.