2015/04/21 released Cordova 5.0.0!
1) Plug-ins are moved from Cordova Plugins Registry (CPR) to NPM and renamed
org.apache.cordova.*→cordova-plugin-*
Old) $ Cordova plugin Add Org.apache.cordova.console
New) $ Cordova plugin Add Cordova-plugin-console
CPR is also read-only from July 15 and stops after October 15
2) Cordova [email protected] release, support pluggable webviews, API 22, whitelist need to add plug-ins ($ Cordova plugin add cordova-plugin-whitelist).
Http://cordova.apache.org/news/2015/04/21/tools-release.html
All of the above-mentioned versions are for CORDOVA-CLI (Cordova-lib, Cordova-plugman), and the version we generally refer to is the CORDOVA-CLI version. And Cordova-js, Cordova-plugin, Cordova-platform also have their own version management.
The current version (2015/04/22) is:
Reference
[Email protected] [Email protected] [Email protected] [Email protected] [Email protected]
Reference: HTTPS://GITHUB.COM/APACHE/CORDOVA-COHO/BLOB/MASTER/DOCS/VERSIONING-AND-RELEASE-STRATEGY.MD/HTTP devgirl.org/2014/11/07/cordovaphonegap-version-confusion/
Cordova 5.0 Release Notes