Changeset 3283730
- Timestamp:
- 04/29/2025 04:23:30 AM (10 months ago)
- Location:
- wpstream
- Files:
-
- 6 edited
- 1 copied
-
tags/4.6.7.1 (copied) (copied from wpstream/trunk)
-
tags/4.6.7.1/integrations/hello-wpstream/theme-import.php (modified) (1 diff)
-
tags/4.6.7.1/readme.txt (modified) (2 diffs)
-
tags/4.6.7.1/wpstream.php (modified) (2 diffs)
-
trunk/integrations/hello-wpstream/theme-import.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpstream.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpstream/tags/4.6.7.1/integrations/hello-wpstream/theme-import.php
r3254529 r3283730 55 55 'import_notice' => esc_html__( 'Clear theme cache after demo import is complete!', 'hello-wpstream' ), 56 56 'preview_url' => 'https://liveshopping.wpstream.net/', 57 ) 57 ), 58 'believe-demo' => array( 59 'import_file_name' => 'Believe Demo', 60 'import_file_url' => 'https://wpstream.net/downloads/demos/believe/believe-demo.xml', 61 'import_widget_file_url' => 'https://wpstream.net/downloads/demos/believe/widgets.wie', 62 'import_customizer_file_url' => 'https://wpstream.net/downloads/demos/believe/customizer.dat', 63 'import_preview_image_url' => 'https://wpstream.net/downloads/demos/believe/preview.png' , 64 'import_notice' => esc_html__( 'Clear theme cache after demo import is complete!', 'hello-wpstream' ), 65 'preview_url' => 'https://believe.wpstream.net/', 66 ) 58 67 ); 59 68 -
wpstream/tags/4.6.7.1/readme.txt
r3283102 r3283730 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.6.7 7 Stable tag: 4.6.7.1 8 8 License: GPL 9 9 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 138 138 == Changelog == 139 139 140 = 4.6.7.1 = 141 * Enhancement - Added new demo option 142 140 143 = 4.6.7 = 141 144 * Feature - Max viewers -
wpstream/tags/4.6.7.1/wpstream.php
r3283102 r3283730 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.6.7 6 * Version: 4.6.7.1 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7 ');17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7.1'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https'); -
wpstream/trunk/integrations/hello-wpstream/theme-import.php
r3254529 r3283730 55 55 'import_notice' => esc_html__( 'Clear theme cache after demo import is complete!', 'hello-wpstream' ), 56 56 'preview_url' => 'https://liveshopping.wpstream.net/', 57 ) 57 ), 58 'believe-demo' => array( 59 'import_file_name' => 'Believe Demo', 60 'import_file_url' => 'https://wpstream.net/downloads/demos/believe/believe-demo.xml', 61 'import_widget_file_url' => 'https://wpstream.net/downloads/demos/believe/widgets.wie', 62 'import_customizer_file_url' => 'https://wpstream.net/downloads/demos/believe/customizer.dat', 63 'import_preview_image_url' => 'https://wpstream.net/downloads/demos/believe/preview.png' , 64 'import_notice' => esc_html__( 'Clear theme cache after demo import is complete!', 'hello-wpstream' ), 65 'preview_url' => 'https://believe.wpstream.net/', 66 ) 58 67 ); 59 68 -
wpstream/trunk/readme.txt
r3283102 r3283730 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.6.7 7 Stable tag: 4.6.7.1 8 8 License: GPL 9 9 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 138 138 == Changelog == 139 139 140 = 4.6.7.1 = 141 * Enhancement - Added new demo option 142 140 143 = 4.6.7 = 141 144 * Feature - Max viewers -
wpstream/trunk/wpstream.php
r3283102 r3283730 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.6.7 6 * Version: 4.6.7.1 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7 ');17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7.1'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https');
Note: See TracChangeset
for help on using the changeset viewer.