-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WP 6.6 Beta 3 🍒 #62641
WP 6.6 Beta 3 🍒 #62641
Conversation
During the 6.6 Beta 2 release, we ran into rate limiting issues due to conflicts that had to be resolved, which meant that we had to run the script multiple times. Non-authenticated requests have a 60 per hour limit. In order to avoid it in the future, we can grab the token generated by `gh` and use it to make authenticated requests instead, which have a 5000-per hour limit. ```sh ➜ gutenberg git:(trunk) curl -vvvv --request GET \ --url "https://api.github.com/octocat" \ --header "Authorization: Bearer <TOKEN_GENERATED_BY_GH_CLI>" \ --header "X-GitHub-Api-Version: 2022-11-28" ... < HTTP/2 200 < server: GitHub.com < date: Tue, 11 Jun 2024 10:36:15 GMT < content-type: application/octocat-stream < content-length: 917 < x-github-api-version-selected: 2022-11-28 < x-ratelimit-limit: 5000 < x-ratelimit-remaining: 4992 ```
#62313) * Decode the page title when creating a new page from the Site Editor > Pages * Decode the page title when a page is duplicated from the Data Views * Decode the page title when you duplicate an item in the Edit Site > Editor component * Decode the page title when a page or post is duplicated from the block editor * Add ´@wordpress/html-entities´ to the edit post package. Co-authored-by: carolinan <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: ellatrix <[email protected]>
Warning: Type of PR label mismatch To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.
Read more about Type labels in Gutenberg. Don't worry if you don't have the required permissions to add labels; the PR reviewer should be able to help with the task. |
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
This pull request has changed or added PHP files. Please confirm whether these changes need to be synced to WordPress Core, and therefore featured in the next release of WordPress. If so, it is recommended to create a new Trac ticket and submit a pull request to the WordPress Core GitHub repository soon after this pull request is merged. If you're unsure, you can always ask for help in the #core-editor channel in WordPress Slack. Thank you! ❤️ View changed files❔ phpunit/data/themedir1/block-theme/styles/block-style-variation-with-slug.json ❔ lib/README.md ❔ lib/block-supports/block-style-variations.php ❔ lib/class-wp-theme-json-gutenberg.php ❔ lib/compat/wordpress-6.5/html-api/class-gutenberg-html-tag-processor-6-5.php ❔ lib/compat/wordpress-6.6/admin-bar.php ❔ lib/theme-i18n.json ❔ phpunit/block-supports/block-style-variations-test.php ❔ phpunit/class-wp-theme-json-resolver-test.php |
Size Change: +351 B (+0.02%) Total Size: 1.75 MB
ℹ️ View Unchanged
|
Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: oandregal <[email protected]> Co-authored-by: annezazu <[email protected]>
Co-authored-by: kevin940726 <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: SantosGuillamot <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: richtabor <[email protected]> Co-authored-by: ellatrix <[email protected]> * Fix showing double icons for connected blocks in pattern editor * Fix post-meta * Unify the experience * Rename the component
Co-authored-by: t-hamano <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: andrewserong <[email protected]> Co-authored-by: mcsf <[email protected]> Co-authored-by: colorful-tones <[email protected]>
* Update all `ConfirmDialog`s in the codebase to be size=medium * Don't update deprecated dialog ---- Co-authored-by: talldan <[email protected]> Co-authored-by: nerrad <[email protected]> Co-authored-by: annezazu <[email protected]>
…or theme style variations (#62552) Co-authored-by: oandregal <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]>
Co-authored-by: oandregal <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]>
Co-authored-by: ajlende <[email protected]> Co-authored-by: scruffian <[email protected]> Co-authored-by: justintadlock <[email protected]>
…#62547) Co-authored-by: Mamaduka <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: richtabor <[email protected]>
…hy previews (#62578) Co-authored-by: scruffian <[email protected]> Co-authored-by: ajlende <[email protected]> Co-authored-by: hbhalodia <[email protected]> Co-authored-by: draganescu <[email protected]> Co-authored-by: richtabor <[email protected]>
…ed from the markup. (#62485) * Allow the main CSS class name of the Caption utility component to be excluded in the HTML markup * Caption utility component: change the name of the property responsible for excluding the Element CSS Class Name ---- Co-authored-by: aatanasovdev <[email protected]> Co-authored-by: talldan <[email protected]>
…editor) (#62531) Co-authored-by: youknowriad <[email protected]> Co-authored-by: ellatrix <[email protected]> Co-authored-by: jeherve <[email protected]> Co-authored-by: ndiego <[email protected]>
* Remove connections icon and fix padding * Reuse Global Styles changes design for meta changes * Update test Co-authored-by: artemiomorales <[email protected]> Co-authored-by: cbravobernal <[email protected]> Co-authored-by: SantosGuillamot <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: jasmussen <[email protected]>
…#62529) Co-authored-by: aaronrobertshaw <[email protected]> Co-authored-by: oandregal <[email protected]> Co-authored-by: andrewserong <[email protected]>
Unlinked contributors: erikiva. Co-authored-by: ellatrix <[email protected]> Co-authored-by: ntsekouras <[email protected]>
Unlinked contributors: [email protected], saulyz.
Co-authored-by: peterwilsoncc <[email protected]> Co-authored-by: talldan <[email protected]>
Co-authored-by: ellatrix <[email protected]> Co-authored-by: aaronrobertshaw <[email protected]>
…ace in the URL Popover (#61344) Co-authored-by: talldan <[email protected]> Co-authored-by: ntsekouras <[email protected]> Co-authored-by: alexstine <[email protected]>
Do we know why the performance test is failing on this PR? |
I don't know. Tried re-running. |
See https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#package-updates-and-core-patches. See WordPress/gutenberg#62641. See #6850. Props ellatrix, cbravobernal. Fixes #61462. git-svn-id: https://develop.svn.wordpress.org/trunk@58434 602fd350-edb4-49c9-b593-d223f7449a82
See https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#package-updates-and-core-patches. See WordPress/gutenberg#62641. See WordPress/wordpress-develop#6850. Props ellatrix, cbravobernal. Fixes #61462. Built from https://develop.svn.wordpress.org/trunk@58434 git-svn-id: http://core.svn.wordpress.org/trunk@57883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
See https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#package-updates-and-core-patches. See WordPress/gutenberg#62641. See WordPress/wordpress-develop#6850. Props ellatrix, cbravobernal. Fixes #61462. Built from https://develop.svn.wordpress.org/trunk@58434 git-svn-id: https://core.svn.wordpress.org/trunk@57883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
What?
Backporting all PRs with the "Backport to WP Beta/RC" label.
https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#cherry-picking-prs
Why?
How?
Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast