From b67838cd4cc20cda4843507d4b6daf6ea9fe7729 Mon Sep 17 00:00:00 2001 From: bwmarkle Date: Tue, 13 Oct 2020 14:31:51 -0400 Subject: [PATCH] Updating versions (#395) --- boldgrid-backup.php | 2 +- composer.lock | 40 +++++++++++++++++++++++++++------------- readme.txt | 10 +++++++++- 3 files changed, 37 insertions(+), 15 deletions(-) diff --git a/boldgrid-backup.php b/boldgrid-backup.php index 50c97f80..cb4d4b72 100644 --- a/boldgrid-backup.php +++ b/boldgrid-backup.php @@ -16,7 +16,7 @@ * Plugin Name: Total Upkeep * Plugin URI: https://www.boldgrid.com/boldgrid-backup/ * 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. - * Version: 1.14.5 + * Version: 1.14.6 * Author: BoldGrid * Author URI: https://www.boldgrid.com/ * License: GPL-2.0+ diff --git a/composer.lock b/composer.lock index 81067faf..f3034714 100644 --- a/composer.lock +++ b/composer.lock @@ -1,23 +1,23 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "65d765d53a306fea657a3672e35e1e60", "packages": [ { "name": "boldgrid/library", - "version": "2.13.2", + "version": "2.13.3", "source": { "type": "git", "url": "https://github.com/BoldGrid/library.git", - "reference": "9c644ed7dfbd00f050451cc39f2717e4618f7f0b" + "reference": "066c8b68f7ca7ecf1f8769c3904dc85cb76fd7f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/BoldGrid/library/zipball/9c644ed7dfbd00f050451cc39f2717e4618f7f0b", - "reference": "9c644ed7dfbd00f050451cc39f2717e4618f7f0b", + "url": "https://api.github.com/repos/BoldGrid/library/zipball/066c8b68f7ca7ecf1f8769c3904dc85cb76fd7f4", + "reference": "066c8b68f7ca7ecf1f8769c3904dc85cb76fd7f4", "shasum": "" }, "type": "library", @@ -54,7 +54,7 @@ } ], "description": "The BoldGrid Library for shared code used in official BoldGrid plugins and themes.", - "time": "2020-08-12T17:47:34+00:00" + "time": "2020-10-13T17:55:32+00:00" }, { "name": "chland/tdcron", @@ -126,16 +126,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "2.0.28", + "version": "2.0.29", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260" + "reference": "497856a8d997f640b4a516062f84228a772a48a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d1ca58cf33cb21046d702ae3a7b14fdacd9f3260", - "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/497856a8d997f640b4a516062f84228a772a48a8", + "reference": "497856a8d997f640b4a516062f84228a772a48a8", "shasum": "" }, "require": { @@ -144,7 +144,6 @@ "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "^4.8.35|^5.7|^6.0", - "sami/sami": "~2.0", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { @@ -214,7 +213,21 @@ "x.509", "x509" ], - "time": "2020-07-08T09:08:33+00:00" + "funding": [ + { + "url": "https://github.com/terrafrost", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpseclib", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", + "type": "tidelift" + } + ], + "time": "2020-09-08T04:24:43+00:00" } ], "packages-dev": [ @@ -268,5 +281,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" } diff --git a/readme.txt b/readme.txt index a3631dd4..91279835 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: backup, cloud backup, database backup, restore, wordpress backup Requires at least: 4.4 Tested up to: 5.5 Requires PHP: 5.4 -Stable tag: 1.14.5 +Stable tag: 1.14.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -132,6 +132,14 @@ Have a problem? First, take a look at our [Getting Started](https://www.boldgrid == Changelog == += 1.14.6 = + +Release date: October 13th, 2020 + +* Update: Updated dependencies. +* Update: Added additional logged and filesystem analysis log. +* Bug fix: Fixed ftp bug. + = 1.14.5 = Release date: September 22nd, 2020