XCloner – Backup and Restore - Version 4.2.2

Version Description

= 3.0.3 = Please check changelog!

Download this release

Release Info

Developer watchful
Plugin Icon 128x128 XCloner – Backup and Restore
Version 4.2.2
Comparing to
See all releases

Code changes from version 4.2.1 to 4.2.2

README.txt CHANGED
@@ -120,6 +120,7 @@ Of course, schedules can be adjusted accordingly to how often you update your si
120
 
121
  ** Implemented enhancements: **
122
  * Rename `Scheduled Backups` menu to `Schedules & Profiles`
 
123
  ** Fixed bugs: **
124
  * Fixed `redeclare deactivate\_plugin` bug in CLI
125
 
120
 
121
  ** Implemented enhancements: **
122
  * Rename `Scheduled Backups` menu to `Schedules & Profiles`
123
+ * PHP 7.x minimum support activation
124
  ** Fixed bugs: **
125
  * Fixed `redeclare deactivate\_plugin` bug in CLI
126
 
includes/class-xcloner-activator.php CHANGED
@@ -49,7 +49,7 @@ class Xcloner_Activator
49
  * Minimum required PHP version to run this plugin.
50
  * @var string
51
  */
52
- const xcloner_minimum_version = '5.6.0';
53
 
54
  /**
55
  * Triggered when XCloner is activated.
49
  * Minimum required PHP version to run this plugin.
50
  * @var string
51
  */
52
+ const xcloner_minimum_version = '7.0.0';
53
 
54
  /**
55
  * Triggered when XCloner is activated.