Upgrade/Install: Update the $_old_files array for 6.8.

Reviewed by joemcgill.


Built from https://develop.svn.wordpress.org/branches/6.8@60163


git-svn-id: http://core.svn.wordpress.org/branches/6.8@59499 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2025-04-14 15:29:22 +00:00
parent e64ccc1b2c
commit e47cd172b7
2 changed files with 14 additions and 1 deletions

View File

@@ -828,6 +828,19 @@ $_old_files = array(
'wp-includes/SimplePie/Net/',
'wp-includes/SimplePie/Parse/',
'wp-includes/SimplePie/XML/',
// 6.8
'wp-includes/blocks/post-content/editor.css',
'wp-includes/blocks/post-content/editor.min.css',
'wp-includes/blocks/post-content/editor-rtl.css',
'wp-includes/blocks/post-content/editor-rtl.min.css',
'wp-includes/blocks/post-template/editor.css',
'wp-includes/blocks/post-template/editor.min.css',
'wp-includes/blocks/post-template/editor-rtl.css',
'wp-includes/blocks/post-template/editor-rtl.min.css',
'wp-includes/js/dist/undo-manager.js',
'wp-includes/js/dist/undo-manager.min.js',
'wp-includes/js/dist/fields.min.js',
'wp-includes/js/dist/fields.js',
);
/**

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-RC3-60162';
$wp_version = '6.8-RC3-60163';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.