[wp-trac] [WordPress Trac] #62150: Update `$old_files` for 6.7 ensuring that deleted dirs from the SimplePie library are included.

WordPress Trac noreply at wordpress.org
Fri Nov 8 05:27:06 UTC 2024


#62150: Update `$old_files` for 6.7 ensuring that deleted dirs from the SimplePie
library are included.
-----------------------------+----------------------
 Reporter:  pbiron           |       Owner:  (none)
     Type:  task (blessed)   |      Status:  closed
 Priority:  normal           |   Milestone:  6.7
Component:  Upgrade/Install  |     Version:  trunk
 Severity:  normal           |  Resolution:  invalid
 Keywords:  has-patch        |     Focuses:
-----------------------------+----------------------
Changes (by fazyshah):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 I just created a new install WP Core 6.6.2 and checked wp-
 includes/SimplePie


 {{{
 // Files
 Parser.php
 Sanitize.php
 Core.php
 Category.php
 gzdecode.php
 Locator.php
 Author.php
 Cache.php
 IRI.php
 Credit.php
 Restriction.php
 Item.php
 Source.php
 Registry.php
 Rating.php
 Copyright.php
 Exception.php
 Misc.php
 Caption.php
 File.php
 Enclosure.php

 // Directories
 Cache
 Content
 Decode
 HTTP
 Net
 Parse
 XML
 library
 src
 }}}


 Then I upgraded via WP CLI to WP Core 6.7-RC4 and checked again.


 {{{
 // Files
 autoloader.php

 // Directories
 Cache
 Content
 Decode
 HTTP
 Net
 Parse
 XML
 library
 src
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/62150#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list