Plugin Directory

Changeset 3283730


Ignore:
Timestamp:
04/29/2025 04:23:30 AM (10 months ago)
Author:
wpstream
Message:

Update to version 4.6.7.1 from GitHub

Location:
wpstream
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpstream/tags/4.6.7.1/integrations/hello-wpstream/theme-import.php

    r3254529 r3283730  
    5555                    'import_notice'               =>  esc_html__( 'Clear theme cache after demo import is complete!', 'hello-wpstream' ),
    5656                    '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                )
    5867        );
    5968
  • wpstream/tags/4.6.7.1/readme.txt

    r3283102 r3283730  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.6.7
     7Stable tag: 4.6.7.1
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    138138== Changelog ==
    139139
     140= 4.6.7.1 =
     141* Enhancement - Added new demo option
     142
    140143= 4.6.7 =
    141144* Feature - Max viewers
  • wpstream/tags/4.6.7.1/wpstream.php

    r3283102 r3283730  
    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.6.7
     6 * Version:           4.6.7.1
    77 * Author:            wpstream
    88 * Author URI:        http://wpstream.net
     
    1515    die;
    1616}
    17 define('WPSTREAM_PLUGIN_VERSION', '4.6.7');
     17define('WPSTREAM_PLUGIN_VERSION', '4.6.7.1');
    1818define('WPSTREAM_CLUBLINK', 'wpstream.net');
    1919define('WPSTREAM_CLUBLINKSSL', 'https');
  • wpstream/trunk/integrations/hello-wpstream/theme-import.php

    r3254529 r3283730  
    5555                    'import_notice'               =>  esc_html__( 'Clear theme cache after demo import is complete!', 'hello-wpstream' ),
    5656                    '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                )
    5867        );
    5968
  • wpstream/trunk/readme.txt

    r3283102 r3283730  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.6.7
     7Stable tag: 4.6.7.1
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    138138== Changelog ==
    139139
     140= 4.6.7.1 =
     141* Enhancement - Added new demo option
     142
    140143= 4.6.7 =
    141144* Feature - Max viewers
  • wpstream/trunk/wpstream.php

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