UpdraftPlus WordPress Backup Plugin - Version 1.1.15

Version Description

  • 01/07/2013 =
  • Requested feature: more frequent scheduling options requested
  • Fixed bug which mangled default suggestion for backup working directory on Windows
  • Provide a 'Test S3 Settings' button for Amazon S3 users
Download this release

Release Info

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

Code changes from version 1.1.14 to 1.1.15

Files changed (3) hide show
  1. methods/googledrive.php +1 -1
  2. readme.txt +2 -2
  3. updraftplus.php +2 -2
methods/googledrive.php CHANGED
@@ -341,4 +341,4 @@ class UpdraftPlus_BackupModule_googledrive {
341
 
342
  }
343
 
344
- ?>
341
 
342
  }
343
 
344
+ ?>
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: 1.1.14
7
  Donate link: http://david.dw-perspective.org.uk/donate
8
  License: GPLv3 or later
9
 
@@ -112,7 +112,7 @@ Thanks for asking - yes, I have. Check out my profile page - http://profiles.wor
112
 
113
  == Changelog ==
114
 
115
- = 1.1.14 - 01/07/2013 =
116
  * Requested feature: more frequent scheduling options requested
117
  * Fixed bug which mangled default suggestion for backup working directory on Windows
118
  * Provide a 'Test S3 Settings' button for Amazon S3 users
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.1.15
7
  Donate link: http://david.dw-perspective.org.uk/donate
8
  License: GPLv3 or later
9
 
112
 
113
  == Changelog ==
114
 
115
+ = 1.1.15 - 01/07/2013 =
116
  * Requested feature: more frequent scheduling options requested
117
  * Fixed bug which mangled default suggestion for backup working directory on Windows
118
  * Provide a 'Test S3 Settings' button for Amazon S3 users
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: 1.1.14
8
  Donate link: http://david.dw-perspective.org.uk/donate
9
  License: GPLv3 or later
10
  Author URI: http://wordshell.net
@@ -56,7 +56,7 @@ define('UPDRAFT_DEFAULT_OTHERS_EXCLUDE','upgrade,cache,updraft,index.php');
56
 
57
  class UpdraftPlus {
58
 
59
- var $version = '1.1.14';
60
 
61
  // Choices will be shown in the admin menu in the order used here
62
  var $backup_methods = 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.1.15
8
  Donate link: http://david.dw-perspective.org.uk/donate
9
  License: GPLv3 or later
10
  Author URI: http://wordshell.net
56
 
57
  class UpdraftPlus {
58
 
59
+ var $version = '1.1.15';
60
 
61
  // Choices will be shown in the admin menu in the order used here
62
  var $backup_methods = array (