Version Description
= 3.0.3 = Please check changelog!
Download this release
Release Info
Developer | watchful |
Plugin | XCloner – Backup and Restore |
Version | 4.2.7 |
Comparing to | |
See all releases |
Code changes from version 4.2.6 to 4.2.7
- README.txt +5 -1
- vendor/watchfulli/xcloner-core/src/Xcloner_Scheduler.php +1 -1
- xcloner.php +1 -1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.xcloner.com
|
|
4 |
Tags: backup, database backup, cloud backup, WordPress backup, WordPress migration
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.4
|
7 |
-
Stable tag: 4.2.
|
8 |
|
9 |
XCloner is a backup plugin that allows you to safely back up and restore your WordPress sites. You can send site backups to SFTP, Dropbox, Amazon, Google Drive, Backblaze and other locations.
|
10 |
|
@@ -115,6 +115,10 @@ Of course, schedules can be adjusted accordingly to how often you update your si
|
|
115 |
|
116 |
== Changelog ==
|
117 |
|
|
|
|
|
|
|
|
|
118 |
* 4.2.6 *
|
119 |
|
120 |
* google drive support fix
|
4 |
Tags: backup, database backup, cloud backup, WordPress backup, WordPress migration
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.4
|
7 |
+
Stable tag: 4.2.7
|
8 |
|
9 |
XCloner is a backup plugin that allows you to safely back up and restore your WordPress sites. You can send site backups to SFTP, Dropbox, Amazon, Google Drive, Backblaze and other locations.
|
10 |
|
115 |
|
116 |
== Changelog ==
|
117 |
|
118 |
+
* 4.2.7 *
|
119 |
+
|
120 |
+
* scheduler fix call init
|
121 |
+
|
122 |
* 4.2.6 *
|
123 |
|
124 |
* google drive support fix
|
vendor/watchfulli/xcloner-core/src/Xcloner_Scheduler.php
CHANGED
@@ -262,7 +262,7 @@ class Xcloner_Scheduler
|
|
262 |
$start_time = time();
|
263 |
|
264 |
if (!$xcloner) {
|
265 |
-
$xcloner = new XCloner();
|
266 |
$xcloner->init();
|
267 |
}
|
268 |
$this->set_xcloner_container($xcloner);
|
262 |
$start_time = time();
|
263 |
|
264 |
if (!$xcloner) {
|
265 |
+
$xcloner = new \XCloner();
|
266 |
$xcloner->init();
|
267 |
}
|
268 |
$this->set_xcloner_container($xcloner);
|
xcloner.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Plugin Name: XCloner - Site Backup and Restore
|
16 |
* Plugin URI: https://xcloner.com/
|
17 |
* Description: XCloner is a tool that will help you manage your website backups, generate/restore/move so your website will be always secured! With XCloner you will be able to clone your site to any other location with just a few clicks, as well as transfer the backup archives to remote FTP, SFTP, DropBox, Amazon S3, Google Drive, WebDAV, Backblaze, Azure accounts.
|
18 |
-
* Version: 4.2.
|
19 |
* Author: watchful
|
20 |
* Author URI: https://watchful.net/
|
21 |
* License: GPL-2.0+
|
15 |
* Plugin Name: XCloner - Site Backup and Restore
|
16 |
* Plugin URI: https://xcloner.com/
|
17 |
* Description: XCloner is a tool that will help you manage your website backups, generate/restore/move so your website will be always secured! With XCloner you will be able to clone your site to any other location with just a few clicks, as well as transfer the backup archives to remote FTP, SFTP, DropBox, Amazon S3, Google Drive, WebDAV, Backblaze, Azure accounts.
|
18 |
+
* Version: 4.2.7
|
19 |
* Author: watchful
|
20 |
* Author URI: https://watchful.net/
|
21 |
* License: GPL-2.0+
|