layout: post author:
name: Steve Gill
url: https://twitter.com/stevesgill
title: "Apache Cordova Windows & Windows Phone 3.7.0" categories: announcements
We are happy to announce that Cordova Windows & WP8 3.7.0
has been released!
This release has various bug fixes.
It will be available in the next cordova-cli release (Cordova CLI 4.1.0), which is expected in a few days.
To upgrade (once CLI update is released):
npm install -g cordova
cd my_project
cordova platform update windows
To add it explicitly (available now):
cordova platform add windows@3.7.0
cordova platform add wp8@3.7.0
For non-CLI projects or for pre-3.0 projects, refer to the upgrade guides.
space-in-path
and unicode in name
tests for CIlist-devices
and list-emulators
commandsmsbuild
failure after Windows project creation--target
node_modules
and move to package root--target
name.appxbundle
package format support*.appxmanifest
filesApplyPlatformConfig.ps1
using NodeJS--target
CordovaView
respect DisallowOverscroll
preferencenode_modules
space-in-path
and unicode in name
tests for CI