Make WordPress Core

Opened 11 years ago

Closed 9 years ago

#27883 closed defect (bug) (fixed)

"Compatibility with WordPress X.X: Unknown" When It Is Known

Reported by: danrossiter's profile dan.rossiter Owned by: wonderboymusic's profile wonderboymusic
Milestone: 4.4 Priority: normal
Severity: normal Version: 3.8.3
Component: Plugins Keywords: has-patch
Focuses: administration Cc:

Description

On update-core.php, compatibility is not being displayed correctly. Take Akismet as an example. I'm being shown this:

Akismet
You have version 2.6.0 installed. Update to 3.0.0. View version 3.0.0 details.
Compatibility with WordPress 3.8.3: 100% (according to its author)
Compatibility with WordPress 3.9: Unknown

But Akismet is set as compatible up to 3.9. All other plugins are also set as unknown compatibility with 3.9, even if they are listed as compatible.

Attachments (4)

27883.diff (1014 bytes) - added by collinsinternet 11 years ago.
Update to update-core.php
27883.2.diff (1.0 KB) - added by collinsinternet 11 years ago.
Last patch was exported incorrectly.
27883.3.diff (1.6 KB) - added by MikeHansenMe 10 years ago.
27883.4.diff (3.1 KB) - added by MikeHansenMe 10 years ago.
Missed the $info-tested check. Patch updated and minor code cleanup

Download all attachments as: .zip

Change History (8)

@collinsinternet
11 years ago

Update to update-core.php

#1 @collinsinternet
11 years ago

  • Keywords has-patch needs-testing added

@collinsinternet
11 years ago

Last patch was exported incorrectly.

@MikeHansenMe
10 years ago

Missed the $info-tested check. Patch updated and minor code cleanup

#2 @MikeHansenMe
10 years ago

Patch still applies with offset.

#3 @wonderboymusic
9 years ago

  • Keywords needs-testing removed
  • Milestone changed from Awaiting Review to 4.4
  • Owner set to wonderboymusic
  • Status changed from new to assigned

#4 @wonderboymusic
9 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 34322:

Update Core: In list_plugin_updates(), when listing plugin updates related to $core_update_version, don't skip the check for $info->tested.

Props MikeHansenMe.
Fixes #27883.

Note: See TracTickets for help on using tickets.