Ticket #8610 (closed defect (bug): fixed)
Plugin update API error, incorrect URL
| Reported by: | DD32 | Owned by: | mdawaffe |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | WordPress.org | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In some cases, the package url for a version will be incorrect, Eg:
object(stdClass)[141] public 'id' => string '515' (length=3) public 'slug' => string 'wp-e-commerce' (length=13) public 'new_version' => string '3.6.8 RC3' (length=9) public 'url' => string 'http://wordpress.org/extend/plugins/wp-e-commerce/' (length=50) public 'package' => string 'http://downloads.wordpress.org/plugin/wp-e-commerce.3.6.8 RC3.zip' (length=65)
The package actually exists at:
http://downloads.wordpress.org/plugin/wp-e-commerce.3.6.8RC3.zip
note the missing space between 3.6.8 and RC3
Change History
Note: See
TracTickets for help on using
tickets.
