Plugin Directory

Changeset 3337183


Ignore:
Timestamp:
07/31/2025 10:28:16 AM (7 months ago)
Author:
wpstream
Message:

Update to version 4.6.7.7 from GitHub

Location:
wpstream
Files:
6 edited
1 copied

Legend:

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

    r3335660 r3337183  
    15671567
    15681568    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'] <= 0
    1574         ) {
    1575             return false;
    1576         }
    15771569        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;
    15781579    }
    15791580}
  • wpstream/tags/4.6.7.7/readme.txt

    r3335660 r3337183  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.6.7.6
     7Stable tag: 4.6.7.7
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    138138== Changelog ==
    139139
     140= 4.6.7.7 =
     141* Fix - Fatal error due to loading wrong PHP file
     142
    140143= 4.6.7.6 =
    141144* Enhancement - Moved functionality from the Hello WpStream theme to the plugin
  • wpstream/tags/4.6.7.7/wpstream.php

    r3335660 r3337183  
    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.6
     6 * Version:           4.6.7.7
    77 * Author:            wpstream
    88 * Author URI:        http://wpstream.net
     
    1515    die;
    1616}
    17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7.6');
     17define('WPSTREAM_PLUGIN_VERSION', '4.6.7.7');
    1818define('WPSTREAM_CLUBLINK', 'wpstream.net');
    1919define('WPSTREAM_CLUBLINKSSL', 'https');
     
    9595        '/framework/woocommerce-functions.php',
    9696        '/framework/ajax-upload.php',
    97         '/framework/class-tgm-plugin-activation.php',
    9897        '/framework/email-functions.php',
    9998        '/framework/widgets/class-wpstream-widget-manager.php',
  • wpstream/trunk/includes/class-wpstream-player.php

    r3335660 r3337183  
    15671567
    15681568    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'] <= 0
    1574         ) {
    1575             return false;
    1576         }
    15771569        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;
    15781579    }
    15791580}
  • wpstream/trunk/readme.txt

    r3335660 r3337183  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.6.7.6
     7Stable tag: 4.6.7.7
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    138138== Changelog ==
    139139
     140= 4.6.7.7 =
     141* Fix - Fatal error due to loading wrong PHP file
     142
    140143= 4.6.7.6 =
    141144* Enhancement - Moved functionality from the Hello WpStream theme to the plugin
  • wpstream/trunk/wpstream.php

    r3335660 r3337183  
    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.6
     6 * Version:           4.6.7.7
    77 * Author:            wpstream
    88 * Author URI:        http://wpstream.net
     
    1515    die;
    1616}
    17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7.6');
     17define('WPSTREAM_PLUGIN_VERSION', '4.6.7.7');
    1818define('WPSTREAM_CLUBLINK', 'wpstream.net');
    1919define('WPSTREAM_CLUBLINKSSL', 'https');
     
    9595        '/framework/woocommerce-functions.php',
    9696        '/framework/ajax-upload.php',
    97         '/framework/class-tgm-plugin-activation.php',
    9897        '/framework/email-functions.php',
    9998        '/framework/widgets/class-wpstream-widget-manager.php',
Note: See TracChangeset for help on using the changeset viewer.