MainWP Child - Version 4.0.1

Version Description

  • 9-3-19 =
  • Fixed: an issue with clearing and preloading WP Rocket cache
Download this release

Release Info

Developer mainwp
Plugin Icon 128x128 MainWP Child
Version 4.0.1
Comparing to
See all releases

Code changes from version 4.0 to 4.0.1

class/class-mainwp-child-wp-rocket.php CHANGED
@@ -340,6 +340,9 @@ class MainWP_Child_WP_Rocket {
340
  require_once WP_ROCKET_ADMIN_PATH . 'admin.php';
341
  }
342
 
 
 
 
343
  // Generate a new random key for minify cache file
344
  $options = get_option( WP_ROCKET_SLUG );
345
  $options['minify_css_key'] = create_rocket_uniqid();
340
  require_once WP_ROCKET_ADMIN_PATH . 'admin.php';
341
  }
342
 
343
+ // to fix
344
+ include_once( ABSPATH . '/wp-admin/includes/template.php' );
345
+
346
  // Generate a new random key for minify cache file
347
  $options = get_option( WP_ROCKET_SLUG );
348
  $options['minify_css_key'] = create_rocket_uniqid();
class/class-mainwp-child.php CHANGED
@@ -115,7 +115,7 @@ if ( isset( $_GET['skeleton_keyuse_nonce_key'] ) && isset( $_GET['skeleton_keyus
115
  }
116
 
117
  class MainWP_Child {
118
- public static $version = '4.0';
119
  private $update_version = '1.5';
120
 
121
  private $callableFunctions = array(
115
  }
116
 
117
  class MainWP_Child {
118
+ public static $version = '4.0.1';
119
  private $update_version = '1.5';
120
 
121
  private $callableFunctions = array(
mainwp-child.php CHANGED
@@ -6,7 +6,7 @@
6
  Author: MainWP
7
  Author URI: https://mainwp.com
8
  Text Domain: mainwp-child
9
- Version: 4.0
10
  */
11
  //if ( ( isset( $_REQUEST['heatmap'] ) && '1' === $_REQUEST['heatmap'] ) || ( isset( $_REQUEST['mainwpsignature'] ) && ( ! empty( $_REQUEST['mainwpsignature'] ) ) ) ) {
12
  // header( 'X-Frame-Options: ALLOWALL' );
6
  Author: MainWP
7
  Author URI: https://mainwp.com
8
  Text Domain: mainwp-child
9
+ Version: 4.0.1
10
  */
11
  //if ( ( isset( $_REQUEST['heatmap'] ) && '1' === $_REQUEST['heatmap'] ) || ( isset( $_REQUEST['mainwpsignature'] ) && ( ! empty( $_REQUEST['mainwpsignature'] ) ) ) ) {
12
  // header( 'X-Frame-Options: ALLOWALL' );
readme.txt CHANGED
@@ -7,7 +7,7 @@ Plugin URI: https://mainwp.com
7
  Requires at least: 3.6
8
  Tested up to: 5.2.2
9
  Requires PHP: 5.6
10
- Stable tag: 4.0
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
@@ -71,6 +71,9 @@ To see full documentation and FAQs please visit [MainWP Documentation](https://m
71
 
72
  == Changelog ==
73
 
 
 
 
74
  = 4.0 - 8-28-19 =
75
  * Fixed: various functionality problems
76
  * Added: support for upcoming 3rd party extensions
7
  Requires at least: 3.6
8
  Tested up to: 5.2.2
9
  Requires PHP: 5.6
10
+ Stable tag: 4.0.1
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
71
 
72
  == Changelog ==
73
 
74
+ = 4.0.1 - 9-3-19 =
75
+ * Fixed: an issue with clearing and preloading WP Rocket cache
76
+
77
  = 4.0 - 8-28-19 =
78
  * Fixed: various functionality problems
79
  * Added: support for upcoming 3rd party extensions