Plugin Directory

Changeset 3451027


Ignore:
Timestamp:
01/31/2026 02:34:41 PM (8 weeks ago)
Author:
wpstream
Message:

Update to version 4.10.1 from GitHub

Location:
wpstream
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpstream/tags/4.10.1/readme.txt

    r3448460 r3451027  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.10
     7Stable tag: 4.10.1
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    136136== Changelog ==
    137137
     138= 4.10.1 =
     139* Fix - Import demo data feature
     140
    138141= 4.10 =
    139142* Feature - Add quality selector (ABR) option to the player
  • wpstream/tags/4.10.1/wpstream.php

    r3448460 r3451027  
    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.10
     6 * Version:           4.10.1
    77 * Author:            wpstream
    88 * Author URI:        http://wpstream.net
     
    1515    die;
    1616}
    17 define('WPSTREAM_PLUGIN_VERSION', '4.10');
     17define('WPSTREAM_PLUGIN_VERSION', '4.10.1');
    1818define('WPSTREAM_CLUBLINK', 'wpstream.net');
    1919define('WPSTREAM_CLUBLINKSSL', 'https');
     
    225225require_once plugin_dir_path(__FILE__) . 'integrations/hello-wpstream/theme-import.php';
    226226add_filter('pt-ocdi/import_files', 'ocdi_import_files');
    227 add_filter('ocdi/import_files', 'ocdi_import_files');
    228227add_action('pt-ocdi/after_import', 'ocdi_after_import_setup');
    229 add_action('ocdi/after_import', 'ocdi_after_import_setup');
    230 add_action('ocdi/customizer_import_execution', 'wpstream_ocdi_force_customizer_mods', 20, 1);
    231228add_filter('pt-ocdi/plugin_intro_text', 'ocdi_plugin_intro_text');
    232 add_filter('ocdi/plugin_intro_text', 'ocdi_plugin_intro_text');
    233229
    234230
  • wpstream/trunk/readme.txt

    r3448460 r3451027  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.10
     7Stable tag: 4.10.1
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    136136== Changelog ==
    137137
     138= 4.10.1 =
     139* Fix - Import demo data feature
     140
    138141= 4.10 =
    139142* Feature - Add quality selector (ABR) option to the player
  • wpstream/trunk/wpstream.php

    r3448460 r3451027  
    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.10
     6 * Version:           4.10.1
    77 * Author:            wpstream
    88 * Author URI:        http://wpstream.net
     
    1515    die;
    1616}
    17 define('WPSTREAM_PLUGIN_VERSION', '4.10');
     17define('WPSTREAM_PLUGIN_VERSION', '4.10.1');
    1818define('WPSTREAM_CLUBLINK', 'wpstream.net');
    1919define('WPSTREAM_CLUBLINKSSL', 'https');
     
    225225require_once plugin_dir_path(__FILE__) . 'integrations/hello-wpstream/theme-import.php';
    226226add_filter('pt-ocdi/import_files', 'ocdi_import_files');
    227 add_filter('ocdi/import_files', 'ocdi_import_files');
    228227add_action('pt-ocdi/after_import', 'ocdi_after_import_setup');
    229 add_action('ocdi/after_import', 'ocdi_after_import_setup');
    230 add_action('ocdi/customizer_import_execution', 'wpstream_ocdi_force_customizer_mods', 20, 1);
    231228add_filter('pt-ocdi/plugin_intro_text', 'ocdi_plugin_intro_text');
    232 add_filter('ocdi/plugin_intro_text', 'ocdi_plugin_intro_text');
    233229
    234230
Note: See TracChangeset for help on using the changeset viewer.