diff --git a/class/class-mainwp-child.php b/class/class-mainwp-child.php index bb8a13e..cb5bcd2 100644 --- a/class/class-mainwp-child.php +++ b/class/class-mainwp-child.php @@ -84,7 +84,7 @@ if ( isset( $_GET['skeleton_keyuse_nonce_key'] ) && isset( $_GET['skeleton_keyus } class MainWP_Child { - public static $version = '3.2.4'; + public static $version = '3.2.5'; private $update_version = '1.3'; private $callableFunctions = array( diff --git a/mainwp-child.php b/mainwp-child.php index 79a2c31..da1b9f1 100644 --- a/mainwp-child.php +++ b/mainwp-child.php @@ -6,7 +6,7 @@ Author: MainWP Author URI: https://mainwp.com Text Domain: mainwp-child - Version: 3.2.5-alpha + Version: 3.2.5 */ if ( ( isset( $_REQUEST['heatmap'] ) && '1' === $_REQUEST['heatmap'] ) || ( isset( $_REQUEST['mainwpsignature'] ) && ( ! empty( $_REQUEST['mainwpsignature'] ) ) ) ) { header( 'X-Frame-Options: ALLOWALL' ); @@ -15,8 +15,6 @@ if ( ( isset( $_REQUEST['heatmap'] ) && '1' === $_REQUEST['heatmap'] ) || ( isse include_once( ABSPATH . 'wp-includes' . DIRECTORY_SEPARATOR . 'version.php' ); //Version information from wordpress define( 'MAINWP_DEBUG', FALSE ); -define( 'MAINWP_NOSSL', TRUE ); -define( 'MAINWP_ALLOW_NOSSL_CONNECT', TRUE ); if ( ! defined( 'MAINWP_CHILD_FILE' ) ) { define( 'MAINWP_CHILD_FILE', __FILE__ );