layout: post author:
name: Mark Koudritsky
url: https://github.com/kamrik
title: "Tools Release: November 13, 2014" categories: news
New versions of cordova tools are now live!
To update your tools:
If you have cordova
installed:
npm install -g cordova
If you have plugman
installed:
npm install -g plugman
When adding these platforms to your project, the following versions are now used by default. These platform versions were released recently, and the tools' defaults were updated:
id
when publishing to plugins registryplatformsConfig.json
SdkVersion
PluginInfo
from cordova-libversionCode
logic when version is less than 3 digitscordova platform check
cordova platfrom restore
not stop if a platform fails to restoreconfig.xml
plugman platform add
fixesCORDOVA_HOME
environment variable to create a global config path--nobuild
flag without screening<clobbers>
on navigator
not break on some versions of Androidutils.defineGetterSetter
instead of Object.defineProperty
innerHTML
on <body>