Version Description
13/Feb/2016 =
TWEAK: Prevent HTTP 500 download errors on some very large file/hosting setups
TWEAK: A tiny number of users had a badly laid-out settings screen until they refreshed their browser cache. This release prevents that.
Download this release
Release Info
Developer | DavidAnderson |
Plugin | UpdraftPlus WordPress Backup Plugin |
Version | 1.11.26 |
Comparing to | |
See all releases |
Code changes from version 1.11.25 to 1.11.26
- class-updraftplus.php +2 -1
- includes/updraft-admin-ui.js +1 -0
- readme.txt +4 -3
- updraftplus.php +1 -1
class-updraftplus.php
CHANGED
@@ -3225,7 +3225,8 @@ class UpdraftPlus {
|
|
3225 |
if (file_exists($fullpath)) {
|
3226 |
|
3227 |
// Prevent any debug output
|
3228 |
-
|
|
|
3229 |
|
3230 |
$spooled = false;
|
3231 |
if ('.crypt' == substr($fullpath, -6, 6)) {
|
3225 |
if (file_exists($fullpath)) {
|
3226 |
|
3227 |
// Prevent any debug output
|
3228 |
+
// Don't enable this line - it causes 500 HTTP errors in some cases/hosts on some large files, for unknown reason
|
3229 |
+
//@ini_set('display_errors', '0');
|
3230 |
|
3231 |
$spooled = false;
|
3232 |
if ('.crypt' == substr($fullpath, -6, 6)) {
|
includes/updraft-admin-ui.js
CHANGED
@@ -1392,6 +1392,7 @@ jQuery(document).ready(function($){
|
|
1392 |
|
1393 |
if ('' == onlythesefileentities && 0 == backupnow_nofiles) {
|
1394 |
alert(updraftlion.nofileschosen);
|
|
|
1395 |
return;
|
1396 |
}
|
1397 |
|
1392 |
|
1393 |
if ('' == onlythesefileentities && 0 == backupnow_nofiles) {
|
1394 |
alert(updraftlion.nofileschosen);
|
1395 |
+
jQuery('#backupnow_includefiles_moreoptions').show();
|
1396 |
return;
|
1397 |
}
|
1398 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Backup with UpdraftPlus, DavidAnderson, DNutbourne, lcahill
|
|
3 |
Tags: backup, backups, restore, amazon backup, s3 backup, dropbox backup, google drive backup, rackspace cloud files, rackspace backup, dreamhost, dreamobjects backup, ftp backup, webdav backup, google cloud storage, onedrive, microsoft one drive, microsoft azure, azure, back up, multisite, restoration, sftp backup, ftps, scp backup, migrate, duplicate, copy, mysql backup, database backup, db backups, website backup, wordpress backup, full backup, openstack backup, sicherung
|
4 |
Requires at least: 3.2
|
5 |
Tested up to: 4.4
|
6 |
-
Stable tag: 1.11.
|
7 |
Author URI: https://updraftplus.com
|
8 |
Donate link: http://david.dw-perspective.org.uk/donate
|
9 |
License: GPLv3 or later
|
@@ -120,8 +120,9 @@ The <a href="https://updraftplus.com/news/">UpdraftPlus backup blog</a> is the b
|
|
120 |
|
121 |
N.B. Paid versions of UpdraftPlus Backup / Restore have a version number which is 1 higher in the first digit, and has an extra component on the end, but the changelog below still applies. i.e. changes listed for 1.11.24 of the free version correspond to changes made in 2.11.24.x of the paid version.
|
122 |
|
123 |
-
= 1.11.
|
124 |
|
|
|
125 |
* TWEAK: A tiny number of users had a badly laid-out settings screen until they refreshed their browser cache. This release prevents that.
|
126 |
|
127 |
= 1.11.24 - 10/Feb/2016 =
|
@@ -1770,4 +1771,4 @@ We recognise and thank the following for code and/or libraries used and/or modif
|
|
1770 |
|
1771 |
|
1772 |
== Upgrade Notice ==
|
1773 |
-
* 1.11.
|
3 |
Tags: backup, backups, restore, amazon backup, s3 backup, dropbox backup, google drive backup, rackspace cloud files, rackspace backup, dreamhost, dreamobjects backup, ftp backup, webdav backup, google cloud storage, onedrive, microsoft one drive, microsoft azure, azure, back up, multisite, restoration, sftp backup, ftps, scp backup, migrate, duplicate, copy, mysql backup, database backup, db backups, website backup, wordpress backup, full backup, openstack backup, sicherung
|
4 |
Requires at least: 3.2
|
5 |
Tested up to: 4.4
|
6 |
+
Stable tag: 1.11.26
|
7 |
Author URI: https://updraftplus.com
|
8 |
Donate link: http://david.dw-perspective.org.uk/donate
|
9 |
License: GPLv3 or later
|
120 |
|
121 |
N.B. Paid versions of UpdraftPlus Backup / Restore have a version number which is 1 higher in the first digit, and has an extra component on the end, but the changelog below still applies. i.e. changes listed for 1.11.24 of the free version correspond to changes made in 2.11.24.x of the paid version.
|
122 |
|
123 |
+
= 1.11.26 - 13/Feb/2016 =
|
124 |
|
125 |
+
* TWEAK: Prevent HTTP 500 download errors on some very large file/hosting setups
|
126 |
* TWEAK: A tiny number of users had a badly laid-out settings screen until they refreshed their browser cache. This release prevents that.
|
127 |
|
128 |
= 1.11.24 - 10/Feb/2016 =
|
1771 |
|
1772 |
|
1773 |
== Upgrade Notice ==
|
1774 |
+
* 1.11.26: A tiny number of users had a badly laid-out settings screen until they refreshed their browser cache. Some others had webservers that threw errors on very large downloads from the dashboard. This release prevents that.
|
updraftplus.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: UpdraftPlus - Backup/Restore
|
|
4 |
Plugin URI: https://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.11.
|
8 |
Donate link: http://david.dw-perspective.org.uk/donate
|
9 |
License: GPLv3 or later
|
10 |
Text Domain: updraftplus
|
4 |
Plugin URI: https://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.11.26
|
8 |
Donate link: http://david.dw-perspective.org.uk/donate
|
9 |
License: GPLv3 or later
|
10 |
Text Domain: updraftplus
|