layout: post author:
name: Vladimir Kotikov
url: https://github.com/vladimir-kotikov
title: "Apache Cordova Windows 4.3.2" categories: announcements
We are happy to announce that Cordova Windows 4.3.2
has been released!
This release fixes a number of bugs including an issue when some of config-file
changes were not applied to appxmanifest files
and the bug with omitted icons, specified using target
attribute (see icons guide
for target
attribute usage). See below for full list of changes.
Cordova CLI 6.1.1 will automatically start using this version of Cordova-Windows when creating new projects.
To upgrade:
npm install -g cordova
cd my_project
cordova platform update windows@4.3.2
To add it explicitly:
cordova platform add windows@4.3.2
For non-CLI projects or for pre-3.0 projects, refer to the upgrade guide.