Changeset 3416056
- Timestamp:
- 12/10/2025 07:22:56 AM (4 months ago)
- Location:
- wpstream
- Files:
-
- 6 edited
- 1 copied
-
tags/4.9.7 (copied) (copied from wpstream/trunk)
-
tags/4.9.7/includes/class-wpstream-live-api-connection.php (modified) (1 diff)
-
tags/4.9.7/readme.txt (modified) (2 diffs)
-
tags/4.9.7/wpstream.php (modified) (2 diffs)
-
trunk/includes/class-wpstream-live-api-connection.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpstream.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpstream/tags/4.9.7/includes/class-wpstream-live-api-connection.php
r3415067 r3416056 1054 1054 public function wpstream_get_token(){ 1055 1055 $token = get_transient('wpstream_token_api'); 1056 if ( false === $token || $token ==='') {1056 if ( false === $token || $token === '' || $token=== NULL ) { 1057 1057 $token = $this->wpstream_club_get_token(); 1058 1058 if ($token !== false){ -
wpstream/tags/4.9.7/readme.txt
r3415067 r3416056 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.9. 67 Stable tag: 4.9.7 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.9.7 = 139 * Fix - Login during Quick Start onboarding 140 138 141 = 4.9.6 = 139 142 * Fix - Show paid channels/VODs on the My Account dashboard -
wpstream/tags/4.9.7/wpstream.php
r3415067 r3416056 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.9. 66 * Version: 4.9.7 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.9. 6');17 define('WPSTREAM_PLUGIN_VERSION', '4.9.7'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https'); -
wpstream/trunk/includes/class-wpstream-live-api-connection.php
r3415067 r3416056 1054 1054 public function wpstream_get_token(){ 1055 1055 $token = get_transient('wpstream_token_api'); 1056 if ( false === $token || $token ==='') {1056 if ( false === $token || $token === '' || $token=== NULL ) { 1057 1057 $token = $this->wpstream_club_get_token(); 1058 1058 if ($token !== false){ -
wpstream/trunk/readme.txt
r3415067 r3416056 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.9. 67 Stable tag: 4.9.7 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.9.7 = 139 * Fix - Login during Quick Start onboarding 140 138 141 = 4.9.6 = 139 142 * Fix - Show paid channels/VODs on the My Account dashboard -
wpstream/trunk/wpstream.php
r3415067 r3416056 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.9. 66 * Version: 4.9.7 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.9. 6');17 define('WPSTREAM_PLUGIN_VERSION', '4.9.7'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https');
Note: See TracChangeset
for help on using the changeset viewer.