Opened 7 years ago
Closed 7 years ago
#3412 closed defect (bug) (wontfix)
Plugin Directory: API returns outdated changelogs for localized installs
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
@yube has reported that after updating some plugins on a ru_RU WordPress install, most of them still show old data on Changelog tab in plugin details modal. I was able to confirm this. For some reason, plugin API returns outdated data if locale
paramater in the request is different from en_US
.
The same issue was previously resolved for plugin pages in #2750, but it looks like there's still an issue with the API.
An example with the Redirection plugin:
- In en_US locale response,
3.1.1
is returned as the latest version in changelog section. - In ru_RU locale response,
2.10 — 18th November 2017
is returned as the latest version in changelog section.
Note: See
TracTickets for help on using
tickets.
We are currently undergoing a server migration, and this will fix itself when the migration is completed. See also #3406.