#22416 closed enhancement (maybelater)
Add updated time to Plugin API
Reported by: | logikal16 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | WordPress.org Site | Keywords: | dev-feedback |
Focuses: | Cc: |
Description
This ticket is directed at @Otto42
Per recent discussion (Nov 6), a separate last_updated_time field should get added to the plugin API.
Having a separate field, instead of appending time to the existing "last_updated" date, would prevent possible compatibility issues.
Example API response: http://api.wordpress.org/plugins/info/1.0/akismet.json
Change History (4)
Note: See
TracTickets for help on using
tickets.
At some point, we may make a public API and will consider this for that at that time. However, currently, these API calls are only meant for core usage, and we're not modifying them for usage by third-parties.
http://meta.trac.wordpress.org/ticket/124