UpdraftPlus WordPress Backup Plugin - Version 1.12.29

Version Description

Download this release

Release Info

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

Code changes from version 1.12.28 to 1.12.29

includes/updraftplus-notices.php CHANGED
@@ -12,7 +12,7 @@ class UpdraftPlus_Notices {
12
 
13
  // These variables are just short-hands to be used below.
14
  $dashboard_top = array('top');
15
- $dashboard_top_or_report = array('top', 'report');
16
  $dashboard_bottom_or_report = array('bottom', 'report', 'report-plain');
17
  $anywhere = array('top', 'bottom', 'report', 'report-plain');
18
  $autobackup = array('autobackup');
@@ -367,7 +367,6 @@ class UpdraftPlus_Notices {
367
  }
368
 
369
  private static function render_specified_notice($advert_information, $return_instead_of_echo = false, $position = 'top') {
370
- global $updraftplus_admin;
371
 
372
  if ('bottom' == $position) {
373
  $template_file = 'bottom-notice.php';
@@ -379,6 +378,8 @@ class UpdraftPlus_Notices {
379
  $template_file = 'horizontal-notice.php';
380
  }
381
 
 
 
382
  return $updraftplus_admin->include_template('wp-admin/notices/'.$template_file, $return_instead_of_echo, $advert_information);
383
  }
384
  }
12
 
13
  // These variables are just short-hands to be used below.
14
  $dashboard_top = array('top');
15
+ $dashboard_top_or_report = array('top', 'report', 'report-plain');
16
  $dashboard_bottom_or_report = array('bottom', 'report', 'report-plain');
17
  $anywhere = array('top', 'bottom', 'report', 'report-plain');
18
  $autobackup = array('autobackup');
367
  }
368
 
369
  private static function render_specified_notice($advert_information, $return_instead_of_echo = false, $position = 'top') {
 
370
 
371
  if ('bottom' == $position) {
372
  $template_file = 'bottom-notice.php';
378
  $template_file = 'horizontal-notice.php';
379
  }
380
 
381
+ require_once(UPDRAFTPLUS_DIR.'/admin.php');
382
+ global $updraftplus_admin;
383
  return $updraftplus_admin->include_template('wp-admin/notices/'.$template_file, $return_instead_of_echo, $advert_information);
384
  }
385
  }
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: Backup with UpdraftPlus, DavidAnderson, DNutbourne, aporter, snightingale
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, 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.6
6
- Stable tag: 1.12.28
7
  Author URI: https://updraftplus.com
8
  Donate link: http://david.dw-perspective.org.uk/donate
9
  License: GPLv3 or later
@@ -127,6 +127,10 @@ The <a href="https://updraftplus.com/news/">UpdraftPlus backup blog</a> is the b
127
 
128
  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.12.24 of the free version correspond to changes made in 2.12.24.x of the paid version.
129
 
 
 
 
 
130
  1.12.28 - 21/Nov/2016
131
 
132
  * TWEAK: The UPDRAFTPLUS_DROPBOX_API_V1 constant will be ignored from 28th June 2017 (when Dropbox turn off that API entirely)
@@ -356,4 +360,4 @@ We recognise and thank the following for code and/or libraries used and/or modif
356
 
357
 
358
  == Upgrade Notice ==
359
- * 1.12.28: Minor Dropbox APIv2 tweaks, plus some internal structure improvements.
2
  Contributors: Backup with UpdraftPlus, DavidAnderson, DNutbourne, aporter, snightingale
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, 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.7
6
+ Stable tag: 1.12.29
7
  Author URI: https://updraftplus.com
8
  Donate link: http://david.dw-perspective.org.uk/donate
9
  License: GPLv3 or later
127
 
128
  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.12.24 of the free version correspond to changes made in 2.12.24.x of the paid version.
129
 
130
+ 1.12.29 - 22/Nov/2016
131
+
132
+ * FIX: Fix a PHP error in the notices code (regression in 1.12.28)
133
+
134
  1.12.28 - 21/Nov/2016
135
 
136
  * TWEAK: The UPDRAFTPLUS_DROPBOX_API_V1 constant will be ignored from 28th June 2017 (when Dropbox turn off that API entirely)
360
 
361
 
362
  == Upgrade Notice ==
363
+ * 1.12.29: Minor Dropbox APIv2 tweaks, plus some internal structure improvements. Fix for PHP error logged in 1.12.28.
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.12.28
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.12.29
8
  Donate link: http://david.dw-perspective.org.uk/donate
9
  License: GPLv3 or later
10
  Text Domain: updraftplus