-
Notifications
You must be signed in to change notification settings - Fork 4.8k
PHP backports for WP 6.6 #61226
Copy link
Copy link
Closed
Labels
Gutenberg PluginIssues or PRs related to Gutenberg Plugin management related effortsIssues or PRs related to Gutenberg Plugin management related efforts[Type] Project ManagementMeta-issues related to project management of GutenbergMeta-issues related to project management of Gutenberg[Type] Tracking IssueTactical breakdown of efforts across the codebase and/or tied to Overview issues.Tactical breakdown of efforts across the codebase and/or tied to Overview issues.
Metadata
Metadata
Assignees
Labels
Gutenberg PluginIssues or PRs related to Gutenberg Plugin management related effortsIssues or PRs related to Gutenberg Plugin management related efforts[Type] Project ManagementMeta-issues related to project management of GutenbergMeta-issues related to project management of Gutenberg[Type] Tracking IssueTactical breakdown of efforts across the codebase and/or tied to Overview issues.Tactical breakdown of efforts across the codebase and/or tied to Overview issues.
Type
Fields
Give feedbackNo fields configured for issues without a type.
We'd like to start backporting the necessary PHP code as soon as possible to catch issues early so that it doesn't block the package release process.
Thank you!
📁 lib
📁 compat
📁 wordpress-6.6
small-typo-change #61178 - @shail-mehta | Trac ticket | Core backport PRShould be handled in the next item.
edit_postcapability #60317 +Fix PHP notice triggered by 'gutenberg_update_initial_settings' #60862 - @Mamaduka | Trac ticket | Core backport PRSee next item.
Add null check to prevent errors inget_block_templatefilter #60491 -okmttdhr@ellatrix | Trac ticket | Core backport PRHandled below.
Patterns: guard for unknown pattern in server-side resolver #60464 - @ellatrix | Trac ticket | Core backport PRHandled below.
get_block_templatefilter #60491- [ ] Site Logo: Add setting labels via the 'register_setting' method #61351 - @Mamaduka | Trac ticket | Core backport PRAuto synced
Quality: fix php warning error #61321 - @t-hamano | Trac ticket | Core backport PR📁 wordpress-6.5
📁
wordpress-6.4Documentation: Fix @todo tags to follow standards in WordPress comments. #60148 - @interdevel | Trac ticket | Core backport PRSee Documentation: Fix @todo tags to follow standards in WordPress comments. #60148 (comment).
📁 block-supports
📄 layout.php
See below.
Add a Row control to grid layout in manual mode. #60652 - @tellthemachines | Trac ticket | Core backport PRNote: this one is due for 6.7.
Documentation: Fix @todo tags to follow standards in WordPress comments. #60148 - @interdevel | Trac ticket | Core backport PRSee Documentation: Fix @todo tags to follow standards in WordPress comments. #60148 (comment).
Add Column Start and Row Start controls to Grid children #59483 - @noisysocks | Trac ticket | Core backport PRNote: this one is due for 6.7.
- [ ] Format PHP inline comments correctly #59452 - @tellthemachines | Trac ticket | Core backport PRSee below.
📄 elements.php
Generate element classnames from element-specific data #59533 - @tellthemachines | Trac ticket | Core backport PRNote: this was superseded by Elements: Merge element style and classname generation to single filter #59535
📄 typography.php
- [ ] #59531 - @t-hamano | Trac ticket | Core backport PRSee below.
📄 background.php
- [ ] #59889 - @ramonjd | Trac ticket | Core backport PRSee below.
- [ ] #59354 - @ramonjd | Trac ticket | Core backport PRSee below.
- [ ] #61387 - @ramonjd | Trac ticket | Core backport PRSee below.
📄 shadow.php
📄 duotone.php
📄 block-style-variations.php
📁 experimental
📄 editor-settings.php
Experiment: Add full page client-side navigation experiment setting #59707 - @SantosGuillamot | Trac ticket | Core backport PRKept as an experiment.
DataViews: make the experiment about custom views #60813 - @oandregalNo need to backport as it's Gutenberg-only code.
Adding an experimental flag, no need to backport.
📄 kses.php
📄 blocks.php
📄 class-wp-theme-json-gutenberg.php
textAlignblock support #59531 - @t-hamano | Trac ticket | Core backport PREnqueue block custom CSS only when block renders on the page. #58991+Added @return after @global in php doc #60611 - @tellthemachines | Trac ticket | Core backport PRNOTE: these changes aren't stable enough to go into core this cycle so let's leave them for 6.7.📄 class-wp-theme-json-data-gutenberg.php
WP_Theme_JSON_Gutenberg::__construct#61262 - @kt-12 | Trac ticket | Core backport PR📄 class-wp-rest-global-styles-controller-gutenberg.php
Workflows: test to check for label and skip backport changelog #61808 - @ramonjd | Trac ticket | Core backport PR📄 class-wp-theme-json-schema-gutenberg.php
📄
global-styles-and-settings.phpAdded @return after @global in php doc #60611 - @shail-mehta | Trac ticket | Core backport PRShould be handled with Enqueue block custom CSS only when block renders on the page. #58991.
📄 interactivity-api.php
preact/debugwhenSCRIPT_DEBUGis enabled #60514 - @DAreRodz | Trac ticket | Core backport PR📄 class-wp-duotone-gutenberg.php
Add filter for duotone to account for gutenberg_restore_image_outer_container in classic themes #59764 - @ajlende | Trac ticket | Core backport PRSee above
📄 blocks.php
Fix enqueuing block theme styles when separate asset loading is enabled. #60098 - @tellthemachines | Trac ticket | Core backport PRNote: this was a Gutenberg-only fix, no need to sync to core.Automatically synced
Automatically synced
📄 client-assets.php
Added @global to PHP Docs Comments #59725 - @shail-mehta | Trac ticket | Core backport PRGB only code.
📁 phpunit
NOT URGENT
Has item above.
The rest is tracked in items above, not sure why these are duplicated.
Remove Gutenberg font face tests #59402 - @matiasbenedetto | Trac ticket | Core backport PRThese were removed because they are now part of core.
📁 packages
📁 style-engine
📄 class-wp-style-engine-css-rule.php
People