UpdraftPlus WordPress Backup Plugin - Version 1.0.3

Version Description

Chunked, resumable uploading with Amazon S3 and Google Drive - much bigger blogs can now be backed up

Download this release

Release Info

Developer DavidAnderson
Plugin Icon 128x128 UpdraftPlus WordPress Backup Plugin
Version 1.0.3
Comparing to
See all releases

Code changes from version 0.9.22 to 1.0.3

Files changed (2) hide show
  1. readme.txt +5 -4
  2. updraftplus.php +2 -2
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: David Anderson
3
  Tags: backup, restore, database, cloud, amazon, s3, Amazon S3, google drive, google, gdrive, ftp, cloud, updraft, back up
4
  Requires at least: 3.2
5
  Tested up to: 3.5
6
- Stable tag: 0.9.10
7
  Donate link: http://david.dw-perspective.org.uk/donate
8
  License: GPLv3 or later
9
 
@@ -12,7 +12,7 @@ Chunked, resumable uploading with Amazon S3 and Google Drive - much bigger blogs
12
 
13
  == Description ==
14
 
15
- UpdraftPlus simplifies backups (and restoration). Backup into the cloud (S3, Google Drive, FTP, and email) and restore with a single click. Backups of files and database can have separate schedules.
16
 
17
  == Installation ==
18
 
@@ -72,9 +72,10 @@ No, there's no warranty or guarantee, etc. It's completely up to you to verify t
72
 
73
  == Changelog ==
74
 
75
- = 0.9.22 - 12/07/2012 =
76
- * Implemented resumption of uploading on Google Drive - much bigger sites can now be backed up
77
  * Fixed bug whereby setting for deleting local backups was lost
 
78
 
79
  = 0.9.20 - 12/06/2012 =
80
  * Updated to latest S3.php library with chunked uploading patch
3
  Tags: backup, restore, database, cloud, amazon, s3, Amazon S3, 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.0.3
7
  Donate link: http://david.dw-perspective.org.uk/donate
8
  License: GPLv3 or later
9
 
12
 
13
  == Description ==
14
 
15
+ UpdraftPlus simplifies backups (and restoration). Backup into the cloud (Amazon S3, Google Drive, FTP, and email) and restore with a single click. Backups of files and database can have separate schedules.
16
 
17
  == Installation ==
18
 
72
 
73
  == Changelog ==
74
 
75
+ = 1.0.32 - 12/10/2012 =
76
+ * Implemented resumption/chunked uploading on Google Drive - much bigger sites can now be backed up
77
  * Fixed bug whereby setting for deleting local backups was lost
78
+ * Now marked as 1.0, since we are feature-complete with targeted features for this release
79
 
80
  = 0.9.20 - 12/06/2012 =
81
  * Updated to latest S3.php library with chunked uploading patch
updraftplus.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: UpdraftPlus - Backup/Restore
4
  Plugin URI: http://wordpress.org/extend/plugins/updraftplus
5
  Description: Uploads, themes, plugins, and your DB can be automatically backed up to Amazon S3, Google Drive, FTP, or emailed, on separate schedules.
6
  Author: David Anderson.
7
- Version: 0.9.22
8
  Donate link: http://david.dw-perspective.org.uk/donate
9
  License: GPLv3 or later
10
  Author URI: http://wordshell.net
@@ -61,7 +61,7 @@ define('UPDRAFT_DEFAULT_OTHERS_EXCLUDE','upgrade,cache,updraft,index.php');
61
 
62
  class UpdraftPlus {
63
 
64
- var $version = '0.9.22';
65
 
66
  var $dbhandle;
67
  var $errors = array();
4
  Plugin URI: http://wordpress.org/extend/plugins/updraftplus
5
  Description: Uploads, themes, plugins, and your DB can be automatically backed up to Amazon S3, Google Drive, FTP, or emailed, on separate schedules.
6
  Author: David Anderson.
7
+ Version: 1.0.3
8
  Donate link: http://david.dw-perspective.org.uk/donate
9
  License: GPLv3 or later
10
  Author URI: http://wordshell.net
61
 
62
  class UpdraftPlus {
63
 
64
+ var $version = '1.0.3';
65
 
66
  var $dbhandle;
67
  var $errors = array();