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:
@@ -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',
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user