Version Description
- 01/12/2013 =
- DropBox no longer limited to 150Mb uploads
- DropBox can upload in chunks and resume uploading chunks
- Improved DropBox help text
Download this release
Release Info
Developer | DavidAnderson |
Plugin | UpdraftPlus WordPress Backup Plugin |
Version | 1.2.20 |
Comparing to | |
See all releases |
Code changes from version 1.2.19 to 1.2.20
- methods/dropbox.php +1 -2
- readme.txt +4 -3
- updraftplus.php +3 -3
methods/dropbox.php
CHANGED
@@ -162,8 +162,7 @@ class UpdraftPlus_BackupModule_dropbox {
|
|
162 |
<tr class="updraftplusmethod dropbox">
|
163 |
<th></th>
|
164 |
<td>
|
165 |
-
<p>Once you have an active DropBox account, <a href="https://www.dropbox.com/developers/apps">get your app key and secret from here</a>. <strong>Set up App Folder access.</
|
166 |
-
<p>Note that UpdraftPlus's DropBox support does not yet support chunked uploading of massive files. This means that UpdraftPlus will need enough resources each time WordPress calls it in order to upload at least one complete file from your backup set. You can help to support chunked uploading <a href="http://david.dw-perspective.org.uk/donate">by making a donation</a>.</p>
|
167 |
</td>
|
168 |
</tr>
|
169 |
|
162 |
<tr class="updraftplusmethod dropbox">
|
163 |
<th></th>
|
164 |
<td>
|
165 |
+
<p>Once you have an active DropBox account, you will need to set up an 'app' - <a href="https://www.dropbox.com/developers/apps">get your app key and secret from here</a>. <strong>Set up App Folder access, and select the "Core API".</strong> (You can give the app whatever name and description you like).</p>
|
|
|
166 |
</td>
|
167 |
</tr>
|
168 |
|
readme.txt
CHANGED
@@ -3,12 +3,12 @@ Contributors: David Anderson
|
|
3 |
Tags: backup, restore, database, cloud, amazon, s3, Amazon S3, DropBox, DropBox backup, google drive, google, gdrive, ftp, cloud, updraft, back up
|
4 |
Requires at least: 3.2
|
5 |
Tested up to: 3.5
|
6 |
-
Stable tag: 1.2.
|
7 |
Donate link: http://david.dw-perspective.org.uk/donate
|
8 |
License: GPLv3 or later
|
9 |
|
10 |
== Upgrade Notice ==
|
11 |
-
DropBox can now support larger, resumable uploads
|
12 |
|
13 |
== Description ==
|
14 |
|
@@ -112,9 +112,10 @@ Thanks for asking - yes, I have. Check out my profile page - http://profiles.wor
|
|
112 |
|
113 |
== Changelog ==
|
114 |
|
115 |
-
= 1.2.
|
116 |
* DropBox no longer limited to 150Mb uploads
|
117 |
* DropBox can upload in chunks and resume uploading chunks
|
|
|
118 |
|
119 |
= 1.2.18 - 01/11/2013 =
|
120 |
* Revert DropBox to CURL-only - was not working properly with WordPress's built-in methods
|
3 |
Tags: backup, restore, database, cloud, amazon, s3, Amazon S3, DropBox, DropBox backup, google drive, google, gdrive, ftp, cloud, updraft, back up
|
4 |
Requires at least: 3.2
|
5 |
Tested up to: 3.5
|
6 |
+
Stable tag: 1.2.20
|
7 |
Donate link: http://david.dw-perspective.org.uk/donate
|
8 |
License: GPLv3 or later
|
9 |
|
10 |
== Upgrade Notice ==
|
11 |
+
DropBox can now support larger, resumable uploads. Also improved DropBox help text.
|
12 |
|
13 |
== Description ==
|
14 |
|
112 |
|
113 |
== Changelog ==
|
114 |
|
115 |
+
= 1.2.20 - 01/12/2013 =
|
116 |
* DropBox no longer limited to 150Mb uploads
|
117 |
* DropBox can upload in chunks and resume uploading chunks
|
118 |
+
* Improved DropBox help text
|
119 |
|
120 |
= 1.2.18 - 01/11/2013 =
|
121 |
* Revert DropBox to CURL-only - was not working properly with WordPress's built-in methods
|
updraftplus.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: UpdraftPlus - Backup/Restore
|
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/updraftplus
|
5 |
Description: Backup and restore: All your content and your DB can be automatically backed up to Amazon S3, DropBox, Google Drive, FTP, or emailed, on separate schedules.
|
6 |
Author: David Anderson.
|
7 |
-
Version: 1.2.
|
8 |
Donate link: http://david.dw-perspective.org.uk/donate
|
9 |
License: GPLv3 or later
|
10 |
Author URI: http://wordshell.net
|
@@ -12,7 +12,7 @@ Author URI: http://wordshell.net
|
|
12 |
|
13 |
/*
|
14 |
TODO
|
15 |
-
//Add Box.Net and Microsoft Skydrive support??
|
16 |
//improve error reporting / pretty up return messages in admin area. One thing: have a "backup is now finished" flag. Otherwise with the resuming things get ambiguous/confusing. See http://wordpress.org/support/topic/backup-status - user was not aware that backup completely failed. Maybe a "backup status" field for each nonce that gets updated? (Even via AJAX?)
|
17 |
//?? On 'backup now', open up a Lightbox, count down 5 seconds, then start examining the log file (if it can be found)
|
18 |
//Should make clear in dashboard what is a non-fatal error (i.e. can be retried) - leads to unnecessary bug reports
|
@@ -59,7 +59,7 @@ define('UPDRAFT_DEFAULT_OTHERS_EXCLUDE','upgrade,cache,updraft,index.php');
|
|
59 |
|
60 |
class UpdraftPlus {
|
61 |
|
62 |
-
var $version = '1.2.
|
63 |
|
64 |
// Choices will be shown in the admin menu in the order used here
|
65 |
var $backup_methods = array (
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/updraftplus
|
5 |
Description: Backup and restore: All your content and your DB can be automatically backed up to Amazon S3, DropBox, Google Drive, FTP, or emailed, on separate schedules.
|
6 |
Author: David Anderson.
|
7 |
+
Version: 1.2.20
|
8 |
Donate link: http://david.dw-perspective.org.uk/donate
|
9 |
License: GPLv3 or later
|
10 |
Author URI: http://wordshell.net
|
12 |
|
13 |
/*
|
14 |
TODO
|
15 |
+
//Add Box.Net, SugarSync and Microsoft Skydrive support??
|
16 |
//improve error reporting / pretty up return messages in admin area. One thing: have a "backup is now finished" flag. Otherwise with the resuming things get ambiguous/confusing. See http://wordpress.org/support/topic/backup-status - user was not aware that backup completely failed. Maybe a "backup status" field for each nonce that gets updated? (Even via AJAX?)
|
17 |
//?? On 'backup now', open up a Lightbox, count down 5 seconds, then start examining the log file (if it can be found)
|
18 |
//Should make clear in dashboard what is a non-fatal error (i.e. can be retried) - leads to unnecessary bug reports
|
59 |
|
60 |
class UpdraftPlus {
|
61 |
|
62 |
+
var $version = '1.2.20';
|
63 |
|
64 |
// Choices will be shown in the admin menu in the order used here
|
65 |
var $backup_methods = array (
|