Stars __group__ ticket summary owner component version priority severity milestone type _status workflow _created modified _description _reporter swissspidy 60648 Update the `$_old_files` array for 6.5 swissspidy* General normal normal 6.5 task (blessed) accepted has-patch 2024-02-27T16:43:31Z 2024-03-27T15:29:16Z "Updating from 6.4 to 6.5 Beta 3 results in the following files being removed: {{{ File removed: wp-includes/ID3/license.commercial.txt File removed: wp-includes/blocks/query/style-rtl.min.css File removed: wp-includes/blocks/query/style.min.css File removed: wp-includes/blocks/query/style-rtl.css File removed: wp-includes/blocks/query/style.css File removed: wp-admin/images/about-header-privacy.svg File removed: wp-admin/images/about-header-about.svg File removed: wp-admin/images/about-header-credits.svg File removed: wp-admin/images/about-header-freedoms.svg File removed: wp-admin/images/about-header-contribute.svg File removed: wp-admin/images/about-header-background.svg }}} See also https://make.wordpress.org/core/handbook/about/release-cycle/releasing-major-versions/#dry-run While there is an initial patch already, please double check before committing." swissspidy 2 youknowriad 60652 font_dir filter enters an infinite loop if wp_get_upload_dir() is used in the filter callback peterwilsoncc General trunk normal normal 6.5 defect (bug) reopened 2024-02-28T13:20:40Z 2024-03-28T23:30:44Z "Calling wp_get_upload_dir() inside a font_dir filter callback produces an infinite loop. Use this snippet and try to install a font using the font library to reproduce the issue: {{{#!php