Changeset 3451027
- Timestamp:
- 01/31/2026 02:34:41 PM (8 weeks ago)
- Location:
- wpstream
- Files:
-
- 4 edited
- 1 copied
-
tags/4.10.1 (copied) (copied from wpstream/trunk)
-
tags/4.10.1/readme.txt (modified) (2 diffs)
-
tags/4.10.1/wpstream.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpstream.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpstream/tags/4.10.1/readme.txt
r3448460 r3451027 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.10 7 Stable tag: 4.10.1 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.10.1 = 139 * Fix - Import demo data feature 140 138 141 = 4.10 = 139 142 * Feature - Add quality selector (ABR) option to the player -
wpstream/tags/4.10.1/wpstream.php
r3448460 r3451027 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.10 6 * Version: 4.10.1 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.10 ');17 define('WPSTREAM_PLUGIN_VERSION', '4.10.1'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https'); … … 225 225 require_once plugin_dir_path(__FILE__) . 'integrations/hello-wpstream/theme-import.php'; 226 226 add_filter('pt-ocdi/import_files', 'ocdi_import_files'); 227 add_filter('ocdi/import_files', 'ocdi_import_files');228 227 add_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);231 228 add_filter('pt-ocdi/plugin_intro_text', 'ocdi_plugin_intro_text'); 232 add_filter('ocdi/plugin_intro_text', 'ocdi_plugin_intro_text');233 229 234 230 -
wpstream/trunk/readme.txt
r3448460 r3451027 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.10 7 Stable tag: 4.10.1 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.10.1 = 139 * Fix - Import demo data feature 140 138 141 = 4.10 = 139 142 * Feature - Add quality selector (ABR) option to the player -
wpstream/trunk/wpstream.php
r3448460 r3451027 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.10 6 * Version: 4.10.1 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.10 ');17 define('WPSTREAM_PLUGIN_VERSION', '4.10.1'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https'); … … 225 225 require_once plugin_dir_path(__FILE__) . 'integrations/hello-wpstream/theme-import.php'; 226 226 add_filter('pt-ocdi/import_files', 'ocdi_import_files'); 227 add_filter('ocdi/import_files', 'ocdi_import_files');228 227 add_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);231 228 add_filter('pt-ocdi/plugin_intro_text', 'ocdi_plugin_intro_text'); 232 add_filter('ocdi/plugin_intro_text', 'ocdi_plugin_intro_text');233 229 234 230
Note: See TracChangeset
for help on using the changeset viewer.