Skip to content

Commit 81d00ba

Browse files
committed
Add exceptions from PR joomla#45512 .
1 parent 6d62d6f commit 81d00ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build/deleted_file_check.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ function usage($command)
103103
$excludedFolders = [
104104
'images/sampledata',
105105
'installation',
106+
'media/com_guidedtours/images',
107+
'media/plg_behaviour_compat',
106108
'media/plg_captcha_recaptcha',
107109
'media/plg_captcha_recaptcha_invisible',
108-
'media/plg_behaviour_compat',
109110
'plugins/behaviour/compat',
110111
];
111112

@@ -233,6 +234,10 @@ function readZipFile($filePath, $excludeFolders): stdClass
233234
// Specific files (e.g. language files) that we want to keep on upgrade
234235
$filesToKeep = [
235236
// Example: "'/administrator/language/en-GB/en-GB.com_search.ini',",
237+
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_2.ini',",
238+
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_2_steps.ini',",
239+
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_3.ini',",
240+
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_3_steps.ini',",
236241
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_4.ini',",
237242
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_4_steps.ini',",
238243
"'/administrator/language/en-GB/plg_behaviour_compat.ini',",

0 commit comments

Comments
 (0)