Upgrade/Install: Update $_old_files for 6.1.

Props davidbaumwald, SergeyBiryukov.
Reviewed by desrosj, SergeyBiryukov.
Merges [54730] to the 6.1 branch.
Fixes #56934.
Built from https://develop.svn.wordpress.org/branches/6.1@54737


git-svn-id: http://core.svn.wordpress.org/branches/6.1@54289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-10-31 22:58:14 +00:00
parent f4e379c341
commit 1e31240197
2 changed files with 20 additions and 1 deletions

View File

@ -845,6 +845,25 @@ $_old_files = array(
'wp-includes/blocks/tag-cloud/editor-rtl.min.css',
// 6.0
'wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md',
// 6.1
'wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss',
'wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer',
'wp-includes/blocks/post-comments.php',
'wp-includes/blocks/post-comments/block.json',
'wp-includes/blocks/post-comments/editor.css',
'wp-includes/blocks/post-comments/editor.min.css',
'wp-includes/blocks/post-comments/editor-rtl.css',
'wp-includes/blocks/post-comments/editor-rtl.min.css',
'wp-includes/blocks/post-comments/style.css',
'wp-includes/blocks/post-comments/style.min.css',
'wp-includes/blocks/post-comments/style-rtl.css',
'wp-includes/blocks/post-comments/style-rtl.min.css',
'wp-includes/blocks/post-comments',
'wp-includes/blocks/comments-query-loop/block.json',
'wp-includes/blocks/comments-query-loop/editor.css',
'wp-includes/blocks/comments-query-loop/editor.min.css',
'wp-includes/blocks/comments-query-loop/editor-rtl.css',
'wp-includes/blocks/comments-query-loop/editor-rtl.min.css',
);
/**

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-RC6-54736';
$wp_version = '6.1-RC6-54737';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.