-
Notifications
You must be signed in to change notification settings - Fork 138
Prepare 3.5.0 release #1609
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
Prepare 3.5.0 release #1609
Conversation
Pending Release Diffs
|
|
Plugin builds for testing: |
|
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. |
|
I've installed the updated plugins on my blog: The Web Worker Offloading plugin is getting the generator meta tag: <meta name="generator" content="web-worker-offloading 0.1.1">I can confirm that posters for LCP video elements are getting preloaded, and that poster images are getting reduced from the full size. Videos are also getting lazy loaded. I added a Slideshow block from Jetpack in the initial viewport and I confirmed that images in non-initial slides are getting I've also confirmed that embeds are still getting lazy-loaded. They are also getting space reserved for them to reduce layout shift. I tried updating Optimization Detective first and confirmed that the stale versions of Image Prioritizer and Embed Optimizer both continued to work as expected. |
|
New Image Prioritizer changes work like a charm on my site too! 🎉 🚀 |
Doc: Add `Web Worker Offloading` in readme files
plugins/embed-optimizer/readme.txt
Outdated
| === Embed Optimizer === | ||
|
|
||
| Contributors: wordpressdotorg | ||
| Tested up to: 6.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@westonruter Do we want to already bump this to 6.7 here and elsewhere? The next releases will be after 6.7, so would be good to already bump. We already run everything against trunk so I think it's reasonable to mark it as such.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, great idea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in a56c171
Co-authored-by: felixarntz <[email protected]>
felixarntz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @westonruter, LGTM!

The following plugins are slated for release:
Fixes #1608.