Fix version number

This commit is contained in:
ruben- 2016-08-18 20:44:34 +02:00
parent ff02a4651f
commit 600069e51d
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ if ( isset( $_GET['skeleton_keyuse_nonce_key'] ) && isset( $_GET['skeleton_keyus
}
class MainWP_Child {
public static $version = '3.1.6';
public static $version = '3.1.7';
private $update_version = '1.3';
private $callableFunctions = array(

View file

@ -6,7 +6,7 @@
Author: MainWP
Author URI: http://mainwp.com
Text Domain: mainwp-child
Version: 3.1.6
Version: 3.1.7
*/
if ( ( isset( $_REQUEST['heatmap'] ) && '1' === $_REQUEST['heatmap'] ) || ( isset( $_REQUEST['mainwpsignature'] ) && ( ! empty( $_REQUEST['mainwpsignature'] ) ) ) ) {
header( 'X-Frame-Options: ALLOWALL' );