Tools Release: November 13, 2014
        
        13 Nov 2014
    New versions of cordova tools are now live!
To update your tools:
If you have
cordovainstalled:npm install -g cordovaIf you have
plugmaninstalled:npm install -g plugman
Changes include
Platform updates
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:
- Cordova iOS 3.7.0
 - Cordova WP8 3.7.0
 - Cordova Windows 3.7.1 - see 3.7.0 release and the 3.7.1 update posts
 
cordova-lib
- CB-7079 Allow special characters and digits in 
idwhen publishing to plugins registry - CB-8004 Use Windows 3.7.1 Release
 - CB-7988 Update platform versions for iOS, WP8 & Windows to 3.7.0
 - CB-7846 Fix plugin deletion when a dependent plugin does not exist
 - CB-6992 Fix build issue on iOS when app name contains accented characters
 - CB-7890 validate file copy operations in plugman
 - CB-7884 moved platform metadata to 
platformsConfig.json - Amazon Specific changes: Added support for 
SdkVersion - Expose 
PluginInfofrom cordova-lib - CB-7839 android: Fix 
versionCodelogic when version is less than 3 digits - CB-7033 Improve 
cordova platform check - CB-7311 Fix Xcode project manipulation on Windows host
 - CB-7820 Make 
cordova platfrom restorenot stop if a platform fails to restore - CB-7649 Support iPhone 6 Plus Icon in CLI 
config.xml - CB-7647 Support new iPhone 6 and 6 Plus Images in the CLI config.xml
 - CB-7909 
plugman platform addfixes - Enable platform-specific id for Android and iOS
 - Check for a 
CORDOVA_HOMEenvironment variable to create a global config path 
cordova
- Expose cordova-lib and the cli from cordova-cli
 - CB-7636 Allow using 
--nobuildflag without screening 
cordova-js
- CB-7868 Make 
<clobbers>onnavigatornot break on some versions of Android - CB-7868 Use 
utils.defineGetterSetterinstead ofObject.defineProperty - Upleveled amazon-fireos bridge
 - CB-7735 Fix iOS bridge race condition when using 
innerHTMLon<body> - CB-2520 User agent-related changes for custom user agents in iOS
 
