Plugin Directory

Changeset 3389966


Ignore:
Timestamp:
11/04/2025 08:51:50 PM (5 months ago)
Author:
wpstream
Message:

Update to version 4.8.5 from GitHub

Location:
wpstream
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpstream/tags/4.8.5/includes/class-wpstream-ajax.php

    r3388690 r3389966  
    912912        }
    913913
    914         $quota_data = $this->main->quota_manager->get_live_quota_data();
     914        $quota_data = $this->main->quota_manager->get_live_quota_data( 'wpstream_get_live_quota_data' );
    915915
    916916        if ( $quota_data ) {
  • wpstream/tags/4.8.5/includes/class-wpstream-live-api-connection.php

    r3388690 r3389966  
    927927    public function wpstream_is_streamify_user() {
    928928        global $wpstream_plugin;
    929         $pack_details = $wpstream_plugin->main->quota_manager->get_live_quota_data();
     929        $pack_details = $wpstream_plugin->main->quota_manager->get_live_quota_data( 'wpstream_is_streamify_user' );
    930930
    931931        if ( isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 ) {
  • wpstream/tags/4.8.5/includes/class-wpstream-player.php

    r3388690 r3389966  
    857857
    858858
    859             $pack = $this->main->quota_manager->get_live_quota_data();
     859            $pack = $this->main->quota_manager->get_live_quota_data( 'wpstream_video_on_demand_player' );
    860860
    861861
     
    15651565
    15661566    public function wpstream_is_streamify_user() {
    1567         $pack_details = $this->main->quota_manager->get_live_quota_data();
     1567        $pack_details = $this->main->quota_manager->get_live_quota_data( 'wpstream_is_streamify_user' );
    15681568
    15691569        if ( isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 ) {
  • wpstream/tags/4.8.5/readme.txt

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

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

    r3388690 r3389966  
    912912        }
    913913
    914         $quota_data = $this->main->quota_manager->get_live_quota_data();
     914        $quota_data = $this->main->quota_manager->get_live_quota_data( 'wpstream_get_live_quota_data' );
    915915
    916916        if ( $quota_data ) {
  • wpstream/trunk/includes/class-wpstream-live-api-connection.php

    r3388690 r3389966  
    927927    public function wpstream_is_streamify_user() {
    928928        global $wpstream_plugin;
    929         $pack_details = $wpstream_plugin->main->quota_manager->get_live_quota_data();
     929        $pack_details = $wpstream_plugin->main->quota_manager->get_live_quota_data( 'wpstream_is_streamify_user' );
    930930
    931931        if ( isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 ) {
  • wpstream/trunk/includes/class-wpstream-player.php

    r3388690 r3389966  
    857857
    858858
    859             $pack = $this->main->quota_manager->get_live_quota_data();
     859            $pack = $this->main->quota_manager->get_live_quota_data( 'wpstream_video_on_demand_player' );
    860860
    861861
     
    15651565
    15661566    public function wpstream_is_streamify_user() {
    1567         $pack_details = $this->main->quota_manager->get_live_quota_data();
     1567        $pack_details = $this->main->quota_manager->get_live_quota_data( 'wpstream_is_streamify_user' );
    15681568
    15691569        if ( isset( $pack_details['available_data'] ) && $pack_details['available_data'] <= 0 ) {
  • wpstream/trunk/readme.txt

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

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