Skip to content

Commit 9349678

Browse files
authored
Patch 1.16.3 - Resolves #593 (#595)
* resolves #593 * Update readme and version
1 parent 755f837 commit 9349678

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

admin/remote/class-boldgrid-backup-admin-ftp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public function connect() {
295295
$this->connection = ftp_ssl_connect( $this->host, $this->port, $this->timeout );
296296
break;
297297
case 'sftp':
298-
$this->connection = new phpseclib\Net\SFTP( $this->host, $this->port );
298+
$this->connection = new phpseclib3\Net\SFTP( $this->host, $this->port );
299299
break;
300300
default:
301301
break;
@@ -901,7 +901,7 @@ public function is_valid_credentials( $host, $user, $pass, $port, $type, $ftp_mo
901901
$connection = @ftp_ssl_connect( $host, $port, $this->timeout ); // phpcs:ignore Generic.PHP.NoSilencedErrors.Discouraged
902902
break;
903903
case 'sftp':
904-
$connection = @new phpseclib\Net\SFTP( $host, $port, $this->timeout ); // phpcs:ignore Generic.PHP.NoSilencedErrors.Discouraged
904+
$connection = @new phpseclib3\Net\SFTP( $host, $port, $this->timeout ); // phpcs:ignore Generic.PHP.NoSilencedErrors.Discouraged
905905
break;
906906
default:
907907
break;

boldgrid-backup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: Total Upkeep
1717
* Plugin URI: https://www.boldgrid.com/boldgrid-backup/
1818
* Description: Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.
19-
* Version: 1.16.2
19+
* Version: 1.16.3
2020
* Author: BoldGrid
2121
* Author URI: https://www.boldgrid.com/
2222
* License: GPL-2.0+

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== Total Upkeep – WordPress Backup Plugin plus Restore & Migrate by BoldGrid ===
22
Contributors: boldgrid, joemoto, imh_brad, rramo012, bgnicolepaschen, jamesros161, joe9663, weaponx13, jessecowens
33
Tags: backup, cloud backup, database backup, restore, wordpress backup
4-
Requires at least: 4.4
4+
Requires at least: 5.0
55
Tested up to: 6.5
66
Requires PHP: 5.4
7-
Stable tag: 1.16.2
7+
Stable tag: 1.16.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -132,6 +132,10 @@ Have a problem? First, take a look at our [Getting Started](https://www.boldgrid
132132

133133
== Changelog ==
134134

135+
= 1.16.3 =
136+
Release Date: June 14th, 2024
137+
* Bug Fix: Errors when setting up or using SFTP Remote storage [#593](https://github.com/BoldGrid/boldgrid-backup/issues/593)
138+
135139
= 1.16.2 =
136140
Release Date: May 15th, 2024
137141
* Bug Fix: Fix issues with depracated notices in PHP 8.2

0 commit comments

Comments
 (0)