-
Notifications
You must be signed in to change notification settings - Fork 4.8k
WP 5.5: merge all PHP changes #23210
Copy link
Copy link
Closed
Labels
[Priority] HighUsed to indicate top priority items that need quick attentionUsed to indicate top priority items that need quick attention[Type] TaskIssues or PRs that have been broken down into an individual action to takeIssues or PRs that have been broken down into an individual action to take
Metadata
Metadata
Assignees
Labels
[Priority] HighUsed to indicate top priority items that need quick attentionUsed to indicate top priority items that need quick attention[Type] TaskIssues or PRs that have been broken down into an individual action to takeIssues or PRs that have been broken down into an individual action to take
Type
Fields
Give feedbackNo fields configured for issues without a type.
With the WordPress 5.5 beta release around the corner, all PHP changes since Gutenberg v7.5 have to be merged with Core. Since we already want to merge Gutenberg 8.4 into core (updating the JS packages), this needs to be done as soon as possible, before 2020-06-24.
WP_BlockandWP_Block_List: https://core.trac.wordpress.org/ticket/49926Update default block categories: https://core.trac.wordpress.org/ticket/50278Together with package update.block.jsonmetadata file: https://core.trac.wordpress.org/ticket/50263It looks like the following files have changed.
I collapsed some directories that contain one feature.
? = Undecided
x = Not for this release
A = Assigned
A
lib/block-directory.php (Block Directory)@tellyworthA lib/blocks.php (Block API) @gziolo @epiqueras
A
lib/class-wp-block-list.php (Block API)@gziolo @epiquerasA lib/class-wp-block-pattern-categories-registry.php (Block Patterns) @youknowriad
A lib/class-wp-block-patterns-registry.php (Block Patterns) @youknowriad
A
lib/class-wp-block.php (Block API)@gziolo @epiquerasA
lib/class-wp-rest-block-directory-controller.php (Block Directory)@tellyworth @TimothyBJacobsA
lib/class-wp-rest-block-types-controller.php (Block API)@spacedmonkey @TimothyBJacobsx
lib/class-wp-rest-customizer-nonces.php (Navigation Screen)A
lib/class-wp-rest-image-editor-controller.php (Image editing)@ajlende @TimothyBJacobs @azaozz @ellatrixx
lib/class-wp-rest-menu-items-controller.php (Navigation Screen)x
lib/class-wp-rest-menu-locations-controller.php (Navigation Screen)x
lib/class-wp-rest-menus-controller.php (Navigation Screen)A
lib/class-wp-rest-plugins-controller.php (Block Directory)@tellyworth @TimothyBJacobsx
lib/class-wp-rest-widget-forms.php (Widget Screen)lib/client-assets.php
A lib/compat.php @gziolo
x
lib/demo-block-template-parts/header.html (FSE)x
lib/demo-block-templates/ (FSE)x
lib/edit-site-export.php (FSE)x
lib/edit-site-page.php (FSE)x
lib/editor-features.php (Global Styles)x
lib/experimental-default-theme.json (FSE)x
lib/experiments-page.php (Internal)x
lib/global-styles.php (Global Styles)x
lib/load.php (Internal)x
lib/navigation-page.php (Navigation Screen)A lib/patterns/ (Block Patterns) @youknowriad
lib/rest-api.phpx
lib/template-loader.php (FSE)x
lib/template-parts.php (FSE)x
lib/templates.php (FSE)x
lib/utils.php (Internal)x
lib/widgets.php (Widget Screen)To know what changed in specific files, I use
git diff release/7.5...master -- lib/compat.phpfor example.