[wp-trac] [WordPress Trac] #11525: Plugin Compatibility Fails to Consider Future RC Versions
WordPress Trac
wp-trac at lists.automattic.com
Mon Dec 21 11:41:00 UTC 2009
#11525: Plugin Compatibility Fails to Consider Future RC Versions
-----------------------------+----------------------------------------------
Reporter: miqrogroove | Owner: westi
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 2.9.1
Component: Upgrade/Install | Version: 2.9
Severity: minor | Keywords:
-----------------------------+----------------------------------------------
Changes (by westi):
* keywords: reporter-feedback =>
Comment:
Ok. So the nub of the issue is if the information returned by the Core
Update API says that the latest version is a.b and you are running a pre-
release version of a.b e.g. a.b-beta1 or a.b.-rc1 then you will see two
messages.
The normal intention is to show compatibility with the current version
versus compatibility with the version you are upgrading to.
For example if I hack my WordPress to think it is 2.8 even though it is
2.9 I see:
{{{
You are running version 2.5. Upgrade to 2.5.3.
Compatibility with WordPress 2.8: 100% (according to its author)
Compatibility with WordPress 2.9: 0% (0 "works" votes out of 6 total)
}}}
I will attach a patch which fixes this for me.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11525#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list