#3081 closed defect (bug) (invalid)
The 'installation' field has disappeared from the Plugins API
Reported by: | johnbillion | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | API | Keywords: | needs-patch |
Cc: |
Description
It makes sense that the 'Installation' tab has been removed from the UI in the Plugin Directory and added as the first item in the FAQ instead.
The 'Installation' section in the plugin readme is still valid, and still present in the sample readme.
However, the installation
field has also been removed from the Plugins API (version 1.0
), which is a breaking change. This field should be reinstated. If it needs to be removed, then the API should get a version bump.
Change History (2)
Note: See
TracTickets for help on using
tickets.
The Installation tab has not been removed. It was added back as part of the second major plugins change. Only plugins committed in the time where it was removed and added to the FAQ area will still have this. Any commit since then will add back both the tab and the API data, as it was before. But a commit has to happen for this to occur.