Skip to content

Conversation

@rollybueno
Copy link
Contributor

@rollybueno rollybueno commented Jul 8, 2025

Summary

Enhanced Responsive Images has demonstrated stability and reliability through:

  • Version 1.5.0 with stable tag already established
  • 40,000+ active installations indicating widespread adoption and trust
  • Comprehensive changelog showing ongoing development and stability improvements

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

  • readme.txt: Updated the description to remove "experimental" from "This plugin implements experimental enhancements for the responsive images functionality in WordPress" → "This plugin implements enhancements for the responsive images functionality in WordPress"

@github-actions
Copy link

github-actions bot commented Jul 8, 2025

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 props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: rollybueno <[email protected]>
Co-authored-by: mukeshpanchal27 <[email protected]>
Co-authored-by: westonruter <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@westonruter
Copy link
Member

westonruter commented Jul 8, 2025

@rollybueno Thanks for the PR, however there are other instances in the codebase where the experimental status is referenced, for example:

'experimental' => true,

[Enhanced Responsive Images][6] | `auto-sizes` | Yes | [Source][14], [Issues][22], [PRs][30]

@westonruter westonruter added this to the auto-sizes 1.5.0 milestone Jul 8, 2025
@westonruter westonruter added the [Type] Enhancement A suggestion for improvement of an existing feature label Jul 8, 2025
@rollybueno rollybueno requested a review from felixarntz as a code owner July 8, 2025 00:57
@rollybueno
Copy link
Contributor Author

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
Copy link

codecov bot commented Jul 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.31%. Comparing base (6083bc9) to head (791f4ac).
Report is 4 commits behind head on trunk.

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           
Flag Coverage Δ
multisite 67.31% <100.00%> (ø)
single 36.64% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@mukeshpanchal27 mukeshpanchal27 left a 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
@mukeshpanchal27 mukeshpanchal27 merged commit 4b31f55 into WordPress:trunk Jul 8, 2025
21 of 22 checks passed
@mukeshpanchal27 mukeshpanchal27 changed the title Update: Remove experimental from Enhanced Responsive Images readme.txt Remove experimental from Enhanced Responsive Images readme.txt Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Type] Enhancement A suggestion for improvement of an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove experimental flag from Enhanced Responsive Images plugin

3 participants