v1.19.4
Fixed
-
Preserve
$_wp_post_type_featuresbetween tests inPreserves_Globals.When a test called
unregister_post_type(), the post type itself was restored from the snapshot on the next test, but its features (title, editor, etc.) were not.post_type_supports()then returned false for the supposedly-restored post type.
Changed
- Pin
symfony/dom-crawlerto^7.4.12.