-
Notifications
You must be signed in to change notification settings - Fork 138
Remove experimental from Enhanced Responsive Images readme.txt #2077
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
Remove experimental from Enhanced Responsive Images readme.txt #2077
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. |
|
@rollybueno Thanks for the PR, however there are other instances in the codebase where the experimental status is referenced, for example: performance/plugins/performance-lab/load.php Line 100 in 6083bc9
Line 23 in 6083bc9
|
|
Thanks for the feedback @westonruter, I found one more instance where it flags the plugin as experimental: https://github.com/WordPress/performance/blob/trunk/plugins/performance-lab/readme.txt#L25 Updated this line as well in addition to those 2 instances you've mentioned. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## trunk #2077 +/- ##
=======================================
Coverage 67.31% 67.31%
=======================================
Files 93 93
Lines 7718 7718
=======================================
Hits 5195 5195
Misses 2523 2523
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mukeshpanchal27
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 @rollybueno for the PR. Left some feedbacks.
Move the plugin based on non-experimental flags and in alphabetical order
Summary
Enhanced Responsive Images has demonstrated stability and reliability through:
Fixes #2075
Relevant technical choices
This PR removes the "experimental" label from the Enhanced Responsive Images plugin, reflecting its mature status with over 40,000 active installations and stable version 1.5.0.
Changes Made