Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Looking into the JSON rendered in http://registry.cordova.io/-/all, I noted the plugins don't have the "platforms" attribute. Also in the versions attribute, it shows only the latest, not all registered versions.
As an example, take org.apache.cordova.file. If look at it in the -/all URL in the registry, you'll find that in the "latest" attribute the version is 1.3.0. Now look at the "versions" and you will see "1.3.0: latest" missing the other versions (they are correctly listed in http://registry.cordova.io/org.apache.cordova.file as well as in plugins.cordova.io).
Using this same plugin, in -/all URL, you will notice that the "platforms" attribute is missing, but go into the plugin JSON (http://registry.cordova.io/org.apache.cordova.file) and you will notice the platforms supported for each version.