PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 4.4.10
WpStream – Live Streaming, Video on Demand, Pay Per View v4.4.10
4.14.1 4.14.0 4.13.2 4.13.1 4.13 4.12.5 4.12.4 4.12.3 4.12.2 4.12.1 4.12 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5 4.5.1 4.5.11 4.5.11.1 4.5.11.2 4.5.11.4 4.5.11.5 4.5.11.6 All 181 releases
← All changes | wpstream.php +4 -15 4.54.4.10 View file →
@@ -2,9 +2,9 @@
2 2 /**
3 3 * Plugin Name: WpStream - Live Streaming, Video on Demand, Pay Per View
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.5
6 + * Version: 4.4.10
7 7 * Author: wpstream
8 8 * Author URI: http://wpstream.net
9 9 * Text Domain: wpstream
10 10 * Domain Path: /languages
@@ -13,9 +13,9 @@
13 13 // If this file is called directly, abort.
14 14 if ( ! defined( 'WPINC' ) ) {
15 15 die;
16 16 }
17 -define('WPSTREAM_PLUGIN_VERSION', '4.4.20.12');
17 +define('WPSTREAM_PLUGIN_VERSION', '4.4.10');
18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net');
19 19 define('WPSTREAM_CLUBLINKSSL', 'https');
20 20 define('WPSTREAM_PLUGIN_URL', plugins_url() );
21 21 define('WPSTREAM_PLUGIN_DIR_URL', plugin_dir_url(__FILE__) );
@@ -54,11 +54,10 @@
54 54 */
55 55 require plugin_dir_path( __FILE__ ) . 'includes/class-wpstream.php';
56 56 require plugin_dir_path( __FILE__ ) . 'wpstream-elementor.php';
57 57
58 +
58 59
59 -require plugin_dir_path( __FILE__ ) . 'integrations/integrations.php';
60 -
61 60 /**
62 61 * Begins execution of the plugin.
63 62 *
64 63 * Since everything within the plugin is registered via hooks,
@@ -119,19 +118,10 @@
119 118
120 119
121 120 }
122 121
123 -
124 122 /*
125 123 *
126 -* Check integrations
127 -*
128 -*/
129 -add_action( 'plugins_loaded', 'wpstream_check_integrations' );
130 -
131 -
132 -/*
133 -*
134 124 * Redirect on plugin activation
135 125 *
136 126 */
137 127
@@ -139,6 +129,5 @@
139 129 if( $plugin == plugin_basename( __FILE__ ) ) {
140 130 exit( wp_redirect( admin_url( 'admin.php?page=wpstream_onboard' ) ) );
141 131 }
142 132 }
143 -add_action( 'activated_plugin', 'wpstream_activation_redirect' );
144 -
133 +add_action( 'activated_plugin', 'wpstream_activation_redirect' );