Update plugin names and descriptions to better describe their features#1101
Update plugin names and descriptions to better describe their features#1101felixarntz merged 4 commits intotrunkfrom
Conversation
|
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. |
| Adds support to store the dominant color of newly uploaded images and create a placeholder background of that color. | ||
| Displays placeholders based on an image's dominant color while the image is loading. | ||
|
|
||
| == Description == |
There was a problem hiding this comment.
Perhaps the first line of the description should say:
This plugin was formerly known as Dominant Color Images.
There was a problem hiding this comment.
@westonruter How about putting those explanations at the end of the respective == Description == section?
| Uses the Speculation Rules API to prerender linked URLs upon hover by default. | ||
| Enables browsers to speculatively prerender or prefetch pages when hovering over links. | ||
|
|
||
| == Description == |
There was a problem hiding this comment.
Ditto above about mentioning the old name.
| Creates WebP versions for new JPEG image uploads if supported by the server. | ||
| Converts images to more modern formats such as WebP or AVIF during upload. | ||
|
|
||
| == Description == |
There was a problem hiding this comment.
Ditto above about mentioning the old name.
Summary
Fixes #1046 (note that the prefixing discussion and implementation should be part of a separate issue)
This is a sub PR of #1100. Please merge that one first.
Relevant technical choices