Skip to content

Commit 1f6c5e1

Browse files
authored
Branch 1.16.4 (#597)
* Add wp-content/cache to default excludes * Update readme
1 parent 9349678 commit 1f6c5e1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

admin/class-boldgrid-backup-admin-folder-exclusion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Boldgrid_Backup_Admin_Folder_Exclusion {
2626
* @since 1.6.0
2727
* @var string
2828
*/
29-
public $default_exclude = '.git,node_modules';
29+
public $default_exclude = '.git,node_modules,wp-content/cache';
3030

3131
/**
3232
* The default include value.

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.3
19+
* Version: 1.16.4
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
@@ -2,9 +2,9 @@
22
Contributors: boldgrid, joemoto, imh_brad, rramo012, bgnicolepaschen, jamesros161, joe9663, weaponx13, jessecowens
33
Tags: backup, cloud backup, database backup, restore, wordpress backup
44
Requires at least: 5.0
5-
Tested up to: 6.5
5+
Tested up to: 6.6
66
Requires PHP: 5.4
7-
Stable tag: 1.16.3
7+
Stable tag: 1.16.4
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.4 =
136+
Release Date: Aug 28th, 2024
137+
* Improvement: Add /wp-content/cache to default exclusion rules [#486](https://github.com/BoldGrid/boldgrid-backup/issues/486)
138+
135139
= 1.16.3 =
136140
Release Date: June 14th, 2024
137141
* Bug Fix: Errors when setting up or using SFTP Remote storage [#593](https://github.com/BoldGrid/boldgrid-backup/issues/593)

0 commit comments

Comments
 (0)