Skip to content

Commit c2328dc

Browse files
authored
[5.0] Update deleted files list in script.php for 5.0.0-beta1 (2) (#41598)
* Add deleted files from PR #40359 * Remove duplicate entry
1 parent 83ab277 commit c2328dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

administrator/components/com_admin/script.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2039,6 +2039,12 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
20392039
'/media/plg_editors_tinymce/js/plugins/highlighter/source.min.js',
20402040
'/media/plg_editors_tinymce/js/plugins/highlighter/source.min.js.gz',
20412041
'/media/plg_system_compat/es5.asset.json',
2042+
// From 5.0.0-alpha4 to 5.0.0-beta1
2043+
'/administrator/components/com_categories/tmpl/categories/default_batch_footer.php',
2044+
'/administrator/components/com_content/tmpl/articles/default_batch_footer.php',
2045+
'/media/com_contenthistory/js/admin-history-versions.js',
2046+
'/media/com_contenthistory/js/admin-history-versions.min.js',
2047+
'/media/com_contenthistory/js/admin-history-versions.min.js.gz',
20422048
];
20432049

20442050
$folders = [

0 commit comments

Comments
 (0)