Skip to content

Plugin: Backport PHP changes for WordPress 6.2 release #47187

@Mamaduka

Description

@Mamaduka

Related Trac ticket 57471.

This is the tracking issue to coordinate the backporting of all PHP changes added in the Gutenberg plugin that needs to be backported for the WordPress 6.2 release.

Files listed for WP 6.2

PRs that are strickenthrough are already merged in WordPress Core

lib

lib/block-supports

lib/compat/wordpress-6.2

lib/experimental

HTML Tag Processor: @ockham, @dmsnell, @adamziel

Getting Involved

If you are interested in helping with the effort, you can comment (or edit the issue's description) with your name next to the file. It would also help to link to Track issues / GitHub PRs in WordPress core when they are available.

Action items when working on backports:

  • Update the files to follow best practices. Mostly rename functions/classes to use the wp_ prefix instead of gutenberg_ and guard with declaration checks for code that needs to be backported to WordPress core.
  • Identify files and functionality that need to be backported to WordPress core.
  • Ensure all files, classes, methods, properties, and functions have the @since 6.2.0 documentation tag included.
  • Ensure all functionality backported to WordPress core has unit tests written.

Issue modeled after #43440

Metadata

Metadata

Labels

Gutenberg PluginIssues or PRs related to Gutenberg Plugin management related efforts[Type] Tracking IssueTactical breakdown of efforts across the codebase and/or tied to Overview issues.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions