MainWP Child - Version 4.0.6.1

Version Description

  • 1-20-20 =
  • Updated: MainWP_Child_WPvivid_BackupRestore class
Download this release

Release Info

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

Code changes from version 4.0.6 to 4.0.6.1

class/class-mainwp-child-wpvivid-backuprestore.php CHANGED
@@ -46,6 +46,7 @@ class MainWP_Child_WPvivid_BackupRestore
46
  $information['syncWPvividSettingData']=$data['setting'];
47
  $information['syncWPvividRemoteData']=$data['remote'];
48
  $information['syncWPvividScheduleData']=$data['schedule'];
 
49
  }
50
 
51
  } catch(Exception $e) {
46
  $information['syncWPvividSettingData']=$data['setting'];
47
  $information['syncWPvividRemoteData']=$data['remote'];
48
  $information['syncWPvividScheduleData']=$data['schedule'];
49
+ $information['syncWPvividSetting'] = $data;
50
  }
51
 
52
  } catch(Exception $e) {
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.6';
119
  private $update_version = '1.5';
120
 
121
  private $callableFunctions = array(
115
  }
116
 
117
  class MainWP_Child {
118
+ public static $version = '4.0.6.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.6
10
  */
11
  include_once( ABSPATH . 'wp-includes' . DIRECTORY_SEPARATOR . 'version.php' ); //Version information from wordpress
12
 
6
  Author: MainWP
7
  Author URI: https://mainwp.com
8
  Text Domain: mainwp-child
9
+ Version: 4.0.6.1
10
  */
11
  include_once( ABSPATH . 'wp-includes' . DIRECTORY_SEPARATOR . 'version.php' ); //Version information from wordpress
12
 
readme.txt CHANGED
@@ -7,7 +7,7 @@ Plugin URI: https://mainwp.com
7
  Requires at least: 3.6
8
  Tested up to: 5.3.2
9
  Requires PHP: 5.6
10
- Stable tag: 4.0.6
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.6 - 1-17-20 =
75
  * Fixed: encoding problem in error messages
76
  * Added: site ID parameter in the sync request
7
  Requires at least: 3.6
8
  Tested up to: 5.3.2
9
  Requires PHP: 5.6
10
+ Stable tag: 4.0.6.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.6.1 - 1-20-20 =
75
+ * Updated: MainWP_Child_WPvivid_BackupRestore class
76
+
77
  = 4.0.6 - 1-17-20 =
78
  * Fixed: encoding problem in error messages
79
  * Added: site ID parameter in the sync request