Version Description
06/Dec/2018 =
FEATURE: Added WordPress 5.0 support to UpdraftClone
FEATURE: Added the ability to choose the UpdraftClone server location
FEATURE: Cut a step from the activation procedure on paid versions, improving reliability on some installs that did not detect available updates
TWEAK: The UpdraftClone video is inserted after clicking a link (prevent unwanted call to the video server)
TWEAK: Replace a 'continue' with a 'break' to prevent a PHP notice on PHP 7.3
TWEAK: (Paid versions) Simplify the constants involved in defining a custom/over-ride licensing server; and show in the 'Extensions' tab if an over-ride applies.
TWEAK: (Paid versions) Remove a library versioning assumption in the processing of results from a licensing claim
TWEAK: (Paid versions) A regression had caused the current UD install version to be sent in an updates check
TWEAK: Re-factoring of scheduling methods into their own class
TWEAK: Tweak the scheduling engine to separate the next resumption time from the maximum run time in the case of overlapping runs, in order to prevent unnecessary large gaps between resumptions in cases where the server allows very long run times
Release Info
Developer | DavidAnderson |
Plugin | UpdraftPlus WordPress Backup Plugin |
Version | 1.15.6 |
Comparing to | |
See all releases |
Code changes from version 1.15.7 to 1.15.6
- readme.txt +3 -7
- updraftplus.php +1 -1
@@ -3,7 +3,7 @@ Contributors: Backup with UpdraftPlus, DavidAnderson, DNutbourne, aporter, snigh
|
|
3 |
Tags: backup, restore, database backup, wordpress backup, cloud backup, s3, dropbox, google drive, onedrive, ftp, backups
|
4 |
Requires at least: 3.2
|
5 |
Tested up to: 5.0
|
6 |
-
Stable tag: 1.15.
|
7 |
Author URI: https://updraftplus.com
|
8 |
Donate link: https://david.dw-perspective.org.uk/donate
|
9 |
License: GPLv3 or later
|
@@ -161,11 +161,7 @@ Unfortunately not; since this is free software, there’s no warranty and no gua
|
|
161 |
|
162 |
The <a href="https://updraftplus.com/news/">UpdraftPlus backup blog</a> is the best place to learn in more detail about any important changes.
|
163 |
|
164 |
-
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.15.
|
165 |
-
|
166 |
-
= 1.15.7 - 06/Dec/2018 =
|
167 |
-
|
168 |
-
* FIX: a method call on an incorrect class which caused a fatal error
|
169 |
|
170 |
= 1.15.6 - 06/Dec/2018 =
|
171 |
|
@@ -696,5 +692,5 @@ Furthermore, reliance upon any non-English translation is at your own risk. Updr
|
|
696 |
We recognise and thank the following for code and/or libraries used and/or modified under the terms of their open source licences; see: https://updraftplus.com/acknowledgements/
|
697 |
|
698 |
== Upgrade Notice ==
|
699 |
-
* 1.15.
|
700 |
|
3 |
Tags: backup, restore, database backup, wordpress backup, cloud backup, s3, dropbox, google drive, onedrive, ftp, backups
|
4 |
Requires at least: 3.2
|
5 |
Tested up to: 5.0
|
6 |
+
Stable tag: 1.15.6
|
7 |
Author URI: https://updraftplus.com
|
8 |
Donate link: https://david.dw-perspective.org.uk/donate
|
9 |
License: GPLv3 or later
|
161 |
|
162 |
The <a href="https://updraftplus.com/news/">UpdraftPlus backup blog</a> is the best place to learn in more detail about any important changes.
|
163 |
|
164 |
+
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.15.6.x of the free version correspond to changes made in 2.15.6.x of the paid version.
|
|
|
|
|
|
|
|
|
165 |
|
166 |
= 1.15.6 - 06/Dec/2018 =
|
167 |
|
692 |
We recognise and thank the following for code and/or libraries used and/or modified under the terms of their open source licences; see: https://updraftplus.com/acknowledgements/
|
693 |
|
694 |
== Upgrade Notice ==
|
695 |
+
* 1.15.6: Various small/minor improvements, including ability to clone a WP 5.0 site, and scheduling improvements on some very large sites. A recommended update for all.
|
696 |
|
@@ -5,7 +5,7 @@ Plugin Name: UpdraftPlus - Backup/Restore
|
|
5 |
Plugin URI: https://updraftplus.com
|
6 |
Description: Backup and restore: take backups locally, or backup to Amazon S3, Dropbox, Google Drive, Rackspace, (S)FTP, WebDAV & email, on automatic schedules.
|
7 |
Author: UpdraftPlus.Com, DavidAnderson
|
8 |
-
Version: 1.15.
|
9 |
Donate link: https://david.dw-perspective.org.uk/donate
|
10 |
License: GPLv3 or later
|
11 |
Text Domain: updraftplus
|
5 |
Plugin URI: https://updraftplus.com
|
6 |
Description: Backup and restore: take backups locally, or backup to Amazon S3, Dropbox, Google Drive, Rackspace, (S)FTP, WebDAV & email, on automatic schedules.
|
7 |
Author: UpdraftPlus.Com, DavidAnderson
|
8 |
+
Version: 1.15.6
|
9 |
Donate link: https://david.dw-perspective.org.uk/donate
|
10 |
License: GPLv3 or later
|
11 |
Text Domain: updraftplus
|