﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
11525	Plugin Compatibility Fails to Consider Future RC Versions	miqrogroove	westi	"Now that 2.9 is out, anyone still running 2.9-RC is going to be confronted with something like this in the Upgrade screen:

{{{
qTranslate
You are running version 2.5. Upgrade to 2.5.3.
Compatibility with WordPress 2.9: 0% (0 ""works"" votes out of 4 total)
Compatibility with WordPress 2.9: 0% (0 ""works"" votes out of 4 total)
}}}

Yikes.  That doesn't look right...

See http://core.trac.wordpress.org/browser/tags/2.9/wp-admin/update-core.php#L189

{{{
$compat = '<br />' . sprintf(__('Compatibility with WordPress ...
}}}

and http://core.trac.wordpress.org/browser/tags/2.9/wp-admin/update-core.php#L197

{{{
$compat .= '<br />' . sprintf(__('Compatibility with WordPress ...
}}}"	defect (bug)	closed	normal	2.9.1	Upgrade/Install	2.9	minor	fixed		
