Outdated Cordova plugins installed when start a new ionic project

When starts a new ionic project, it tend to add cordova plugin into the /plugin directive. However the plugin ‘org.cordova.plugin.device’ and ‘org.cordova.plugin.console’ are outdated. Cordova officially moved cordova plugin and changed its name (see http://cordova.apache.org/announcements/2015/04/21/plugins-release-and-move-to-npm.html).
The warning as following:
image

Thanks to you all for building an amazing framework like ionic, and hopefully we could help you make it even better. :wink:

That’s been fixed in master, hopefully the Ionic guys will release it soon.

Great to know. Thanks