Skip to content

v1.19.4

Choose a tag to compare

@github-actions github-actions released this 08 Jun 15:05
· 7 commits to 1.x since this release
536effa

Fixed

  • Preserve $_wp_post_type_features between tests in Preserves_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-crawler to ^7.4.12.