#5902 closed defect (bug) (fixed)
Don't show plugin version in the 'previous releases' if the release was not confirmed
Reported by: | dd32 | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
The 'Previous Versions' on a plugin advanced view can be used to download previous versions of a plugin.
This dropdown is currently working on the assumption that the ZIP file for a given version will exist.
When release confirmation is enabled:
- these ZIPs won't be created for a version, until the version is confirmed.
- In the event that a tag is created, but is never set as the stable tag, the ZIP will also never be created.
The version dropdown should not show plugin versions where the ZIP has not yet been created.
Change History (3)
Note: See
TracTickets for help on using
tickets.
This makes smoke testing new releases more difficult. Personally, I like to tag a new version, then
wp install [slug] --version=[tag]
to test out the plugin before marking it as stable.This isn't possible, so not possible to smoke test what's offered by w.org and takes a bit more work to svn co or otherwise get the code from w.org to a new site for the sake of a final test.
I believe this issue may also be impacted WP Packagist (which I realize isn't w.org), but I'm thinking they're seeing the tag either via SVN or API and assuming something would be built like non-confirmable plugins.