-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Revert "Block Hooks: Set ignoredHookedBlocks metada attr upon insertion" #58969
Revert "Block Hooks: Set ignoredHookedBlocks metada attr upon insertion" #58969
Conversation
Size Change: -208 B (0%) Total Size: 1.7 MB
ℹ️ View Unchanged
|
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. |
cc/ @MaggieCabrera @youknowriad @getdave
|
Thank you for flagging @ockham. |
@ockham This is too late for Beta 1. How important is this one for Gutenberg 17.7? (ideally Gutenberg 17.7 is the same as beta1) |
I think it should go into GB 17.7 to prevent the
Makes sense. In this case, I think it's okay to deviate a bit from this principle and land it in Beta 2, if that allows us to remove something we won't be needing in 6.5 😊 |
Yes, it's fine to include in Beta2 and it's fine if it's in Gutenberg for one release IMO. |
@youknowriad @getdave Is it possible that this didn't make it into Beta 2? (I don't see it over at #58969.) |
@ockham you're right, I don't see it there. It's weird because we used the "cherry pick" command, we need to check why this PR was missed and if we missed more PRs. Unfortunately, I feel like it means that it won't be in beta2 but we'll make sure it's included in beta3. |
There's actually a lot of PRs that were missed by the script https://github.com/WordPress/gutenberg/issues?q=label%3A%22Backport+to+WP+Beta%2FRC%22+is%3Aclosed that's a bit concerning to me, I don't know why the script didn't pick these PRs. Anyway, we'll include them in beta 3 |
I just cherry-picked this PR to the more/backports-for-beta3 branch to get it included in the next release: d50c836 |
Ok, so it turns out that the script we used for backports had missed a lot of PRs, so I'm actually going to do the backports again for beta 2 which means this PR will be included in beta2 |
Related #59210 |
Note that this revert PR did not make it into the 17.7 release. However, it is in 17.8 RC1 and will be include in the 17.8 release next week. |
Reverts #58553
This has been superseded by WordPress/wordpress-develop#6087. As such, I'd like to revert this PR in order not to introduce a new selector (
getHookedBlocks
) that we won't actually need.Note that this code has so far only been part of 17.7 RC1, so
getHookedBlocks
hasn't been part of any stable releases yet.Once this PR has been merged, it should be cherry-picked to the
release/17.7
branch, and included in the next package sync for WP 6.5. I'll set the relevant labels.cc/ @gziolo @tjcafferkey