@@ -103,9 +103,10 @@ function usage($command)
103
103
$ excludedFolders = [
104
104
'images/sampledata ' ,
105
105
'installation ' ,
106
+ 'media/com_guidedtours/images ' ,
107
+ 'media/plg_behaviour_compat ' ,
106
108
'media/plg_captcha_recaptcha ' ,
107
109
'media/plg_captcha_recaptcha_invisible ' ,
108
- 'media/plg_behaviour_compat ' ,
109
110
'plugins/behaviour/compat ' ,
110
111
];
111
112
@@ -233,6 +234,10 @@ function readZipFile($filePath, $excludeFolders): stdClass
233
234
// Specific files (e.g. language files) that we want to keep on upgrade
234
235
$ filesToKeep = [
235
236
// 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', " ,
236
241
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_4.ini', " ,
237
242
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_4_steps.ini', " ,
238
243
"'/administrator/language/en-GB/plg_behaviour_compat.ini', " ,
0 commit comments