Upgrade/Install: Update the `$_old_files` list for 5.8.
Follow up to [50761], [50794], [51021]. Props kapilpaul, desrosj. See #52991, #52846, #53246. Fixes #53367. Built from https://develop.svn.wordpress.org/trunk@51133 git-svn-id: http://core.svn.wordpress.org/trunk@50742 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f9aaec8f73
commit
f7c74d3994
|
@ -803,6 +803,23 @@ $_old_files = array(
|
|||
'wp-includes/js/jquery/ui/widget.min.js',
|
||||
// 5.7
|
||||
'wp-includes/blocks/classic/block.json',
|
||||
// 5.8
|
||||
'wp-includes/block-patterns/large-header.php',
|
||||
'wp-includes/block-patterns/heading-paragraph.php',
|
||||
'wp-includes/block-patterns/quote.php',
|
||||
'wp-includes/block-patterns/text-three-columns-buttons.php',
|
||||
'wp-includes/block-patterns/two-buttons.php',
|
||||
'wp-includes/block-patterns/two-images.php',
|
||||
'wp-includes/block-patterns/three-buttons.php',
|
||||
'wp-includes/block-patterns/text-two-columns-with-images.php',
|
||||
'wp-includes/block-patterns/text-two-columns.php',
|
||||
'wp-includes/block-patterns/large-header-button.php',
|
||||
'wp-includes/blocks/subhead/block.json',
|
||||
'wp-includes/blocks/subhead',
|
||||
'wp-includes/css/dist/editor/editor-styles.min.css',
|
||||
'wp-includes/css/dist/editor/editor-styles-rtl.css',
|
||||
'wp-includes/css/dist/editor/editor-styles-rtl.min.css',
|
||||
'wp-includes/css/dist/editor/editor-styles.css',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-beta1-51132';
|
||||
$wp_version = '5.8-beta1-51133';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue