Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin/class-boldgrid-backup-admin-folder-exclusion.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Boldgrid_Backup_Admin_Folder_Exclusion {
* @since 1.6.0
* @var string
*/
public $default_exclude = '.git,node_modules';
public $default_exclude = '.git,node_modules,wp-content/cache';

/**
* The default include value.
Expand Down
2 changes: 1 addition & 1 deletion boldgrid-backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.3
* Version: 1.16.4
* Author: BoldGrid
* Author URI: https://www.boldgrid.com/
* License: GPL-2.0+
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: boldgrid, joemoto, imh_brad, rramo012, bgnicolepaschen, jamesros161, joe9663, weaponx13, jessecowens
Tags: backup, cloud backup, database backup, restore, wordpress backup
Requires at least: 5.0
Tested up to: 6.5
Tested up to: 6.6
Requires PHP: 5.4
Stable tag: 1.16.3
Stable tag: 1.16.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.16.4 =
Release Date: Aug 28th, 2024
* Improvement: Add /wp-content/cache to default exclusion rules [#486](https://github.com/BoldGrid/boldgrid-backup/issues/486)

= 1.16.3 =
Release Date: June 14th, 2024
* Bug Fix: Errors when setting up or using SFTP Remote storage [#593](https://github.com/BoldGrid/boldgrid-backup/issues/593)
Expand Down