Opened 7 years ago
Closed 7 years ago
#3222 closed enhancement (maybelater)
Include 'last_updated' attribute in /plugins/update-check/1.1/ response?
Reported by: | danielbachhuber | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | API | Keywords: | |
Cc: |
Description
Would it be possible to include a 'last_updated' attribute for each plugin in the /plugins/update-check/1.1/
response?
This data is already included in /plugins/info/1.0/<PLUGIN-SLUG>.json
Change History (2)
Note: See
TracTickets for help on using
tickets.
I'm not sure the use-case provided is a good enough reason to add it to the response myself.
In general, since it's requested from every install, I feel it should only include details which WordPress itself uses. It already includes the slug which can be then used to fetch all the information from the
info
endpoint.