Changeset 3337183
- Timestamp:
- 07/31/2025 10:28:16 AM (7 months ago)
- Location:
- wpstream
- Files:
-
- 6 edited
- 1 copied
-
tags/4.6.7.7 (copied) (copied from wpstream/trunk)
-
tags/4.6.7.7/includes/class-wpstream-player.php (modified) (1 diff)
-
tags/4.6.7.7/readme.txt (modified) (2 diffs)
-
tags/4.6.7.7/wpstream.php (modified) (3 diffs)
-
trunk/includes/class-wpstream-player.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpstream.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpstream/tags/4.6.7.7/includes/class-wpstream-player.php
r3335660 r3337183 1567 1567 1568 1568 public function wpstream_is_streamify_user() { 1569 $pack_details = $this->wpstream_get_cached_pack_data();1570 1571 if ( isset( $pack_details['total_data'] ) && $pack_details['total_data'] === 500 &&1572 isset( $pack_details['total_storage_mb'] ) && $pack_details['total_storage_mb'] === 100 &&1573 isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 01574 ) {1575 return false;1576 }1577 1569 return false; 1570 // $pack_details = $this->wpstream_get_cached_pack_data(); 1571 // 1572 // if ( isset( $pack_details['total_data'] ) && $pack_details['total_data'] === 500 && 1573 // isset( $pack_details['total_storage_mb'] ) && $pack_details['total_storage_mb'] === 100 && 1574 // isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 1575 // ) { 1576 // return true; 1577 // } 1578 // return false; 1578 1579 } 1579 1580 } -
wpstream/tags/4.6.7.7/readme.txt
r3335660 r3337183 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.6.7. 67 Stable tag: 4.6.7.7 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.7 = 141 * Fix - Fatal error due to loading wrong PHP file 142 140 143 = 4.6.7.6 = 141 144 * Enhancement - Moved functionality from the Hello WpStream theme to the plugin -
wpstream/tags/4.6.7.7/wpstream.php
r3335660 r3337183 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. 66 * Version: 4.6.7.7 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7. 6');17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7.7'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https'); … … 95 95 '/framework/woocommerce-functions.php', 96 96 '/framework/ajax-upload.php', 97 '/framework/class-tgm-plugin-activation.php',98 97 '/framework/email-functions.php', 99 98 '/framework/widgets/class-wpstream-widget-manager.php', -
wpstream/trunk/includes/class-wpstream-player.php
r3335660 r3337183 1567 1567 1568 1568 public function wpstream_is_streamify_user() { 1569 $pack_details = $this->wpstream_get_cached_pack_data();1570 1571 if ( isset( $pack_details['total_data'] ) && $pack_details['total_data'] === 500 &&1572 isset( $pack_details['total_storage_mb'] ) && $pack_details['total_storage_mb'] === 100 &&1573 isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 01574 ) {1575 return false;1576 }1577 1569 return false; 1570 // $pack_details = $this->wpstream_get_cached_pack_data(); 1571 // 1572 // if ( isset( $pack_details['total_data'] ) && $pack_details['total_data'] === 500 && 1573 // isset( $pack_details['total_storage_mb'] ) && $pack_details['total_storage_mb'] === 100 && 1574 // isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 1575 // ) { 1576 // return true; 1577 // } 1578 // return false; 1578 1579 } 1579 1580 } -
wpstream/trunk/readme.txt
r3335660 r3337183 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.6.7. 67 Stable tag: 4.6.7.7 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.7 = 141 * Fix - Fatal error due to loading wrong PHP file 142 140 143 = 4.6.7.6 = 141 144 * Enhancement - Moved functionality from the Hello WpStream theme to the plugin -
wpstream/trunk/wpstream.php
r3335660 r3337183 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. 66 * Version: 4.6.7.7 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7. 6');17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7.7'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https'); … … 95 95 '/framework/woocommerce-functions.php', 96 96 '/framework/ajax-upload.php', 97 '/framework/class-tgm-plugin-activation.php',98 97 '/framework/email-functions.php', 99 98 '/framework/widgets/class-wpstream-widget-manager.php',
Note: See TracChangeset
for help on using the changeset viewer.