Making WordPress.org

Opened 7 years ago

Closed 7 years ago

#2093 closed defect (bug) (fixed)

Plugin Directory: "Tested up to" version should include minor releases

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: dd32's profile dd32
Milestone: Priority: normal
Component: Plugin Directory Keywords: needs-patch
Cc:

Description

[3493] added "tested up to" version to the new plugin directory, but it's not automatically adjusted for minor releases, like in the old directory.

This was previously mentioned in comment:113:ticket:1719, but never addressed:

Heads up, Not all plugins specify a tested up to version, so this should be conditional, and it should also utilise the comparable versions from wporg_get_version_equivalents() (ie. tested up to 4.5, should show as 4.5.2)

Change History (2)

#1 @ocean90
7 years ago

  • Keywords needs-patch added

#2 @dd32
7 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 4201:

Plugin Directory: Conditionally show the Tested up to: field based on whether the plugin has specified one, Automatically display the latest compatible minor release when appropriate.
For example, a plugin specifying Tested up to: 4.5.1 should automatically display Tested up to: 4.5.2 as appropriate.

Fixes #2093

Note: See TracTickets for help on using tickets.