UpdraftPlus WordPress Backup Plugin - Version 1.9.41

Version Description

  • 2014-12-05 =
  • Restore functionality for Premium users on older WP versions (3.1 - 3.5)
Download this release

Release Info

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

Code changes from version 1.9.40 to 1.9.41

Files changed (3) hide show
  1. backup.php +3 -3
  2. readme.txt +4 -1
  3. updraftplus.php +1 -1
backup.php CHANGED
@@ -943,8 +943,8 @@ class UpdraftPlus_Backup {
943
  $updraftplus->log("Creation of backups of directories: beginning");
944
  }
945
  $updraftplus->jobdata_set('jobstatus', 'filescreating');
946
- $backup_array = $this->backup_dirs($bfiles_status);
947
- $updraftplus->jobdata_set('backup_files_array', $backup_array);
948
  $updraftplus->jobdata_set('backup_files', 'finished');
949
  $updraftplus->jobdata_set('jobstatus', 'filescreated');
950
  } else {
@@ -977,7 +977,7 @@ class UpdraftPlus_Backup {
977
  }
978
  }
979
  */
980
- return $backup_array;
981
  }
982
 
983
  /* This function is resumable, using the following method:
943
  $updraftplus->log("Creation of backups of directories: beginning");
944
  }
945
  $updraftplus->jobdata_set('jobstatus', 'filescreating');
946
+ $this->backup_files_array = $this->backup_dirs($bfiles_status);
947
+ $updraftplus->jobdata_set('backup_files_array', $this->backup_files_array);
948
  $updraftplus->jobdata_set('backup_files', 'finished');
949
  $updraftplus->jobdata_set('jobstatus', 'filescreated');
950
  } else {
977
  }
978
  }
979
  */
980
+ return $this->backup_files_array;
981
  }
982
 
983
  /* This function is resumable, using the following method:
readme.txt CHANGED
@@ -147,6 +147,9 @@ Thanks for asking - yes, I have. Check out my profile page - http://profiles.wor
147
 
148
  The <a href="http://updraftplus.com/news/">UpdraftPlus backup blog</a> is the best place to learn in more detail about any important changes.
149
 
 
 
 
150
  = 1.9.40 - 2014-12-04 =
151
 
152
  * FEATURE: The auto-backup addon (UpdraftPlus Premium) can now run before WordPress automatic updates
@@ -174,7 +177,7 @@ The <a href="http://updraftplus.com/news/">UpdraftPlus backup blog</a> is the be
174
  * TWEAK: Suppress top advert if the user is on their first go (free version - danger of too many notices)
175
  * TWEAK: Don't display the post-restoration message "if your backup set...", since we can work this out ourselves
176
  * TWEAK: Supply extra help to the user if the backup directory is not writable.
177
- * TWEAK: SFTP remote storage now logs chunk progress
178
  * TWEAK: Provide a database encryption phrase text entry in the restore options (rather than needing to enter it in the settings)
179
  * TWEAK: Set the PclZip temporary directory to the Updraft directory if unset, to keep its temporary files out of the way more easily
180
  * COMPATIBILITY: Tested with the forthcoming WordPress 4.1
147
 
148
  The <a href="http://updraftplus.com/news/">UpdraftPlus backup blog</a> is the best place to learn in more detail about any important changes.
149
 
150
+ = 1.9.41 - 2014-12-05 =
151
+ * Restore functionality for Premium users on older WP versions (3.1 - 3.5)
152
+
153
  = 1.9.40 - 2014-12-04 =
154
 
155
  * FEATURE: The auto-backup addon (UpdraftPlus Premium) can now run before WordPress automatic updates
177
  * TWEAK: Suppress top advert if the user is on their first go (free version - danger of too many notices)
178
  * TWEAK: Don't display the post-restoration message "if your backup set...", since we can work this out ourselves
179
  * TWEAK: Supply extra help to the user if the backup directory is not writable.
180
+ * TWEAK: SCP remote storage now logs chunk progress
181
  * TWEAK: Provide a database encryption phrase text entry in the restore options (rather than needing to enter it in the settings)
182
  * TWEAK: Set the PclZip temporary directory to the Updraft directory if unset, to keep its temporary files out of the way more easily
183
  * COMPATIBILITY: Tested with the forthcoming WordPress 4.1
updraftplus.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: UpdraftPlus - Backup/Restore
4
  Plugin URI: http://updraftplus.com
5
  Description: Backup and restore: take backups locally, or backup to Amazon S3, Dropbox, Google Drive, Rackspace, (S)FTP, WebDAV & email, on automatic schedules.
6
  Author: UpdraftPlus.Com, DavidAnderson
7
- Version: 1.9.40
8
  Donate link: http://david.dw-perspective.org.uk/donate
9
  License: GPLv3 or later
10
  Text Domain: updraftplus
4
  Plugin URI: http://updraftplus.com
5
  Description: Backup and restore: take backups locally, or backup to Amazon S3, Dropbox, Google Drive, Rackspace, (S)FTP, WebDAV & email, on automatic schedules.
6
  Author: UpdraftPlus.Com, DavidAnderson
7
+ Version: 1.9.41
8
  Donate link: http://david.dw-perspective.org.uk/donate
9
  License: GPLv3 or later
10
  Text Domain: updraftplus