-
Notifications
You must be signed in to change notification settings - Fork 798
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 5.8 Compatibility: Primary issue #19654
Comments
Good call; I added a checkbox for that 👍 |
Have you tested how Jetpack features work with the new Query block shipping in 5.8? Especially the follow/likes buttons in posts. More context at pbAok1-27g-p2#comment-4353 |
Likes and Sharing buttons will not appear when using the Query block to display a list of posts. The solution here will be for us to develop a sharing block and a Like block:
Related posts (also hooked into |
Are we going to wait until after 5.8 ships to drop 5.6 compat? |
@kraftbj I was thinking we would drop it on July 6 (so 2 weeks before the WP 5.8 release), like we did in the last time around for WP 5.7. That would mean that for 2 weeks, Jetpack would only support the current version of WordPress, but this seemed acceptable to me the last time around, and this time too. What do you think? |
That sounds great to me! |
Moving this to 9.9.1 |
Per internal p3topS-Tn-p2#comment-3720 WebP support is now active, but minimally the Photon code will need to be updated to take advantage. |
WordPress 5.8 is set to release on July 20, 2021
https://make.wordpress.org/core/5-8/
We consequently need to ensure that Jetpack is fully compatible with this new release by Jetpack 9.9, scheduled to be released in early July.
__experimentalBlock
in favor ofuseBlockProps
Remove the block wrapper component WordPress/gutenberg#31419 Blocks: switch away from __experimentalBlock to useBlockProps #18864block_editor_settings
deprecated in favor ofblock_editor_settings_all
https://core.trac.wordpress.org/ticket/52920 WordPress 5.8 Compatibility: Add support forblock_editor_settings_all
#20201In addition to the above, we can follow the dev-notes that will drop here about the release:
https://make.wordpress.org/core/tag/dev-notes+5-8
Internal references:
For reference: prior art for WordPress 5.7 compat: #18842
The text was updated successfully, but these errors were encountered: