From 804f628e1964b6143d15637834d4ca0a70ba1141 Mon Sep 17 00:00:00 2001 From: gfazioli Date: Sun, 22 Dec 2024 13:24:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20fixes=20filter=20name=20for=201.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Console/bin/bones | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Console/bin/bones b/src/Console/bin/bones index 7edc62e..4215d11 100644 --- a/src/Console/bin/bones +++ b/src/Console/bin/bones @@ -1879,12 +1879,12 @@ namespace Bones { } /** - * Filter the list of files and folders to skip during the deployment. + * Filter the default list of files and folders to skip during the deployment. * * @since 1.9.0 * @param array $array The files and folders are relative to the root of plugin. */ - $this->skipWhenDeploy = apply_filters('wpbones_console_deploy_skip_files_folders', [ + $this->skipWhenDeploy = apply_filters('wpbones_console_deploy_default_skip_files_folders', [ '/.git', '/.cache', '/assets',