Version Description
- Google Drive authorization fix
Download this release
Release Info
Developer | watchful |
Plugin | XCloner – Backup and Restore |
Version | 4.2.12 |
Comparing to | |
See all releases |
Code changes from version 4.2.11 to 4.2.12
- README.txt +4 -1
- admin/partials/xcloner_remote_storage_page.php +1 -2
- xcloner.php +1 -1
README.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: backup, database backup, cloud backup, WordPress backup, WordPress migrati
|
|
5 |
Requires at least: 3.0.1
|
6 |
Requires PHP: 7.1
|
7 |
Tested up to: 5.4
|
8 |
-
Stable tag: 4.2.
|
9 |
|
10 |
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.
|
11 |
|
@@ -116,6 +116,9 @@ Of course, schedules can be adjusted accordingly to how often you update your si
|
|
116 |
|
117 |
== Changelog ==
|
118 |
|
|
|
|
|
|
|
119 |
= 4.2.11 =
|
120 |
|
121 |
* OneDrive file upload size limit fix
|
5 |
Requires at least: 3.0.1
|
6 |
Requires PHP: 7.1
|
7 |
Tested up to: 5.4
|
8 |
+
Stable tag: 4.2.12
|
9 |
|
10 |
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.
|
11 |
|
116 |
|
117 |
== Changelog ==
|
118 |
|
119 |
+
= 4.2.12 =
|
120 |
+
* Google Drive authorization fix
|
121 |
+
|
122 |
= 4.2.11 =
|
123 |
|
124 |
* OneDrive file upload size limit fix
|
admin/partials/xcloner_remote_storage_page.php
CHANGED
@@ -690,8 +690,7 @@ $common_cleanup_html = ob_get_contents();
|
|
690 |
jQuery('.onedrive-action').click()"
|
691 |
href="#"
|
692 |
target_href="https://login.microsoftonline.com/common/oauth2/v2.0/authorize?scope=offline_access files.readwrite.all files.read files.read.all files.readwrite&response_type=code&redirect_uri=<?=get_admin_url('')?>"><?php echo sprintf(__('Authorize OneDrive', 'xcloner-backup-and-restore')) ?></a>
|
693 |
-
|
694 |
-
placeholder="<?php echo __("Paste Authorization Code Here", "xcloner-backup-and-restore") ?>">
|
695 |
</div>
|
696 |
</div>
|
697 |
|
690 |
jQuery('.onedrive-action').click()"
|
691 |
href="#"
|
692 |
target_href="https://login.microsoftonline.com/common/oauth2/v2.0/authorize?scope=offline_access files.readwrite.all files.read files.read.all files.readwrite&response_type=code&redirect_uri=<?=get_admin_url('')?>"><?php echo sprintf(__('Authorize OneDrive', 'xcloner-backup-and-restore')) ?></a>
|
693 |
+
|
|
|
694 |
</div>
|
695 |
</div>
|
696 |
|
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.12
|
19 |
* Author: watchful
|
20 |
* Author URI: https://watchful.net/
|
21 |
* License: GPL-2.0+
|