-
Notifications
You must be signed in to change notification settings - Fork 110
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
Update plugin names and descriptions to better describe their features #1101
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. |
License: GPLv2 or later | ||
License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
Tags: performance, images, dominant color | ||
|
||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@westonruter How about putting those explanations at the end of the respective == Description ==
section?
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.
Sounds good
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 0c04a92
@@ -9,15 +9,15 @@ License: GPLv2 or later | |||
License URI: https://www.gnu.org/licenses/gpl-2.0.html | |||
Tags: performance, javascript, speculation rules, prerender, prefetch | |||
|
|||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto above about mentioning the old name.
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 0c04a92
License: GPLv2 or later | ||
License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
Tags: performance, images, webp | ||
|
||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto above about mentioning the old name.
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 0c04a92
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