This pull request (PR) adapts the lists of files and folders to be deleted on update in file "administrator/components/com_admin/script.php" to recent changes.
Add the compiled and minified and gzipped js and css files "joomla-image-select" of which the source has been removed with PR #34634 .
Add the folders which have been removed with PR #34617 .
Move "/components/com_contact/layouts/joomla/form/renderfield.php" and "/libraries/src/Http/Transport/cacert.pem" to the "From 3.10 to 4.0" section.
Fix the comment of section "4.0 from Beta 4 to Beta 5".
Testing Instructions
Code review.
Actual result BEFORE applying this Pull Request
Files "/media/system/css/fields/joomla-image-select*" and "/media/system/js/fields/joomla-image-select*" will not be deleted when updating to current 4.0-dev.
Folder "/components/com_contact/layouts/joomla" will be present after the update and will contain only an empty subfolder "form".
Files "/components/com_contact/layouts/joomla/form/renderfield.php" and "/libraries/src/Http/Transport/cacert.pem" are in section "4.0 from RC 3 to RC 4" of the removed files in "script.php".
Expected result AFTER applying this Pull Request
Files "/media/system/css/fields/joomla-image-select*" and "/media/system/js/fields/joomla-image-select*" will be deleted when updating to a 4.0 version which includes this PR.
Folder "/components/com_contact/layouts/joomla" will be deleted when updating to a 4.0 version which includes this PR.
Files "/components/com_contact/layouts/joomla/form/renderfield.php" and "/libraries/src/Http/Transport/cacert.pem" are in section "From 3.10 to 4.0" of the removed files in "script.php".
Thanks!