Update the WP packages with fixes prior to WP 6.2 beta 2#4070
Update the WP packages with fixes prior to WP 6.2 beta 2#4070ntsekouras wants to merge 1 commit into
Conversation
| ); | ||
| wp_safe_redirect( $redirect_url ); | ||
| exit; | ||
| } |
There was a problem hiding this comment.
yep this makes sense 👍
There was a problem hiding this comment.
Is this change part of the @wordpress package updates? Thinking it's a separate backport.
There was a problem hiding this comment.
Also not seeing this change in WordPress/gutenberg@1bf01c0. Curious where and why it's being made.
There was a problem hiding this comment.
It's a back port from WordPress/gutenberg#48023, which is included in the packages update.
There was a problem hiding this comment.
In talking with @ntsekouras, the PHP change here is separate from the scope of updating the @wordpress packages in Core. Nik will revert this PHP change and open a separate backport Trac ticket and PR for it. I'll get both reviewed and committed shortly.
There was a problem hiding this comment.
I removed the commit and will open a new trac ticket for it and a separate PR
|
Currently reviewing. |
ecc88ec to
dcfa98c
Compare
There was a problem hiding this comment.
- Package version numbers match WordPress/gutenberg@1bf01c0 ✅
- CI is passing ✅
- Local testing - no errors ✅
Ready for commit 👍
|
Committed via https://core.trac.wordpress.org/changeset/55333. |
Trac ticket: https://core.trac.wordpress.org/ticket/57471
This updated the packages to the latest versions with the latest fixes.
WordPress/gutenberg@1bf01c0
Includes the following changes:
This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.