[wp-trac] [WordPress Trac] #56934: Update `$_old_files` array for version 6.1
WordPress Trac
noreply at wordpress.org
Mon Oct 31 14:47:06 UTC 2022
#56934: Update `$_old_files` array for version 6.1
-----------------------------+---------------------------
Reporter: davidbaumwald | Owner: davidbaumwald
Type: task (blessed) | Status: assigned
Priority: high | Milestone: 6.1
Component: Upgrade/Install | Version: trunk
Severity: normal | Keywords: needs-patch
Focuses: |
-----------------------------+---------------------------
The `$_old_files` array needs to be updated for 6.1.
Running the check command from the Handbook in the Dry Run for 6.1
produced this:
{{{
$ svn diff --summarize https://core.svn.wordpress.org/tags/6.0
https://core.svn.wordpress.org/trunk | grep '^D'
D https://core.svn.wordpress.org/tags/6.0/wp-
content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss
D https://core.svn.wordpress.org/tags/6.0/wp-
content/themes/twentytwentyone/assets/sass/05-blocks/spacer
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks/post-
comments.php
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks/post-
comments/style.css
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks/post-
comments/style-rtl.min.css
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks/post-
comments/style.min.css
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks/post-
comments/editor-rtl.css
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks/post-
comments/editor.css
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks/post-
comments/editor-rtl.min.css
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks/post-
comments/editor.min.css
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks/post-
comments/block.json
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks/post-
comments/style-rtl.css
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks/post-
comments
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks
/comments-query-loop/editor.css
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks
/comments-query-loop/editor.min.css
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks
/comments-query-loop/block.json
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks
/comments-query-loop/editor-rtl.css
D https://core.svn.wordpress.org/tags/6.0/wp-includes/blocks
/comments-query-loop/editor-rtl.min.css
}}}
This seems to be accurate, but it should be confirmed.
The TT1 spacer block styles were removed in [54103].
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56934>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list