Skip to content

Commit d081468

Browse files
authored
Release 1.15.7 (#560)
* Update translations POT file * Bump version to 1.15.7
1 parent 6dea035 commit d081468

File tree

3 files changed

+3785
-11
lines changed

3 files changed

+3785
-11
lines changed

boldgrid-backup.php

Lines changed: 3 additions & 3 deletions
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.15.6
19+
* Version: 1.15.7
2020
* Author: BoldGrid
2121
* Author URI: https://www.boldgrid.com/
2222
* License: GPL-2.0+
@@ -37,7 +37,7 @@
3737

3838
// Define boldgrid-backup path.
3939
if ( ! defined( 'BOLDGRID_BACKUP_PATH' ) ) {
40-
define( 'BOLDGRID_BACKUP_PATH', dirname( __FILE__ ) );
40+
define( 'BOLDGRID_BACKUP_PATH', __DIR__ );
4141
}
4242

4343
// Define boldgrid-backup key.
@@ -87,7 +87,7 @@ function run_boldgrid_backup() {
8787
/**
8888
* Load Total Upkeep.
8989
*
90-
* Before loading, ensure system meets minimium requirements:
90+
* Before loading, ensure system meets minimum requirements:
9191
* # vendor folder exists. This is not a system requirement, but we want to make
9292
* sure the user is NOT running a dev version with a missing vendor folder.
9393
*

0 commit comments

Comments
 (0)