-
Notifications
You must be signed in to change notification settings - Fork 800
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
WordPress 6.3 compatibility #31638
Comments
@Automattic/jetpack-kernel Do you think this is something that may impact us in sync? |
See #31638 Co-authored-by: Samiff <samiff@users.noreply.github.com>
Thanks for the ping @jeherve, there might be an issue here. @bisko, it looks like we're querying user ID's directly from the database, and then use |
WordPress 6.3 is set to release on August 8, 2023.
Let's use this issue to keep track of anything that may come up until then.
On hold for now, waiting for 12.6General: update WordPress requirements to WP 6.2 #32762On hold for now, waiting for 12.6General: remove WP 6.1 backwards compatibility checks #32772In addition to the above, we can follow the dev-notes that will drop here about the release:
make.wordpress.org/core/tag/dev-notes+6-3
Below, let's keep track of things we can start implementing once WordPress 6.3 is the minimum required version, in #32865.
async
anddefer
attributes introduced in WordPress 6.3 #32852__experimentalLayout
is nowlayout
#32853strpos
withstr_starts_with
#32854strpos
withstr_contains
#32863str_starts_with
andstr_ends_with
#32864For reference: prior art for WordPress 6.2 compat: #27795
The text was updated successfully, but these errors were encountered: