Opened 13 years ago
Closed 12 years ago
#19775 closed defect (bug) (duplicate)
Plugin API requests should limit what data they request
Reported by: | dd32 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Upgrade/Install | Keywords: | has-patch |
Focuses: | Cc: |
Description
The Plugin API requests are returning data which isn't displayed/needed.
The data items in question for Plugin info is the full compatibility matrix (wp version, plugin version, does it work or not) and the Plugins tags.
This is easy to handle client or server side, simply requires extra array items to be added (in either case).
I'm leaning towards a core change here, as we don't currently have any decent documentation of the API, and as a result, bumping the API which is being used by others without a proper documentation and changing the return data ever so slightly doesn't seem worth it.
Attachments (3)
Change History (9)
#2
@
13 years ago
That's some wacky indentation...
+1 for displaying the contributors as well as the main author.
Note: See
TracTickets for help on using
tickets.
I also notice that the Contributors list is in there, but perhaps we should be displaying that on the plugin info screen as well as the primary author account?See #19784