Plugin Directory

Changeset 3390259


Ignore:
Timestamp:
11/05/2025 09:06:03 AM (5 months ago)
Author:
wpstream
Message:

Update to version 4.8.6 from GitHub

Location:
wpstream
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpstream/tags/4.8.6/includes/class-wpstream-live-api-connection.php

    r3389966 r3390259  
    926926
    927927    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         }
    934928        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;
    935936    }
    936937
  • wpstream/tags/4.8.6/includes/class-wpstream-player.php

    r3389966 r3390259  
    15651565
    15661566    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         }
    15721567        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;
    15731574    }
    15741575}
  • wpstream/tags/4.8.6/readme.txt

    r3389966 r3390259  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.8.5
     7Stable tag: 4.8.6
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    136136== Changelog ==
    137137
     138= 4.8.6 =
     139* Fix - Basic streaming changes
     140
    138141= 4.8.5 =
    139142* Enhancement - Better track the quota calls
  • wpstream/tags/4.8.6/wpstream.php

    r3389966 r3390259  
    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.8.5
     6 * Version:           4.8.6
    77 * Author:            wpstream
    88 * Author URI:        http://wpstream.net
     
    1515    die;
    1616}
    17 define('WPSTREAM_PLUGIN_VERSION', '4.8.5');
     17define('WPSTREAM_PLUGIN_VERSION', '4.8.6');
    1818define('WPSTREAM_CLUBLINK', 'wpstream.net');
    1919define('WPSTREAM_CLUBLINKSSL', 'https');
  • wpstream/trunk/includes/class-wpstream-live-api-connection.php

    r3389966 r3390259  
    926926
    927927    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         }
    934928        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;
    935936    }
    936937
  • wpstream/trunk/includes/class-wpstream-player.php

    r3389966 r3390259  
    15651565
    15661566    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         }
    15721567        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;
    15731574    }
    15741575}
  • wpstream/trunk/readme.txt

    r3389966 r3390259  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.8.5
     7Stable tag: 4.8.6
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    136136== Changelog ==
    137137
     138= 4.8.6 =
     139* Fix - Basic streaming changes
     140
    138141= 4.8.5 =
    139142* Enhancement - Better track the quota calls
  • wpstream/trunk/wpstream.php

    r3389966 r3390259  
    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.8.5
     6 * Version:           4.8.6
    77 * Author:            wpstream
    88 * Author URI:        http://wpstream.net
     
    1515    die;
    1616}
    17 define('WPSTREAM_PLUGIN_VERSION', '4.8.5');
     17define('WPSTREAM_PLUGIN_VERSION', '4.8.6');
    1818define('WPSTREAM_CLUBLINK', 'wpstream.net');
    1919define('WPSTREAM_CLUBLINKSSL', 'https');
Note: See TracChangeset for help on using the changeset viewer.