You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/07/28 08:15:52 UTC

docs commit: CB-11621 Add windows@4.4.2 release blog post

Repository: cordova-docs
Updated Branches:
  refs/heads/master f1b871038 -> cc0593745


CB-11621 Add windows@4.4.2 release blog post

This closes #623


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/cc059374
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/cc059374
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/cc059374

Branch: refs/heads/master
Commit: cc05937453a60b079cdfa190eae2fb93f848d8c8
Parents: f1b8710
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Wed Jul 27 17:17:49 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Thu Jul 28 11:15:38 2016 +0300

----------------------------------------------------------------------
 www/_posts/2016-07-27-cordova-windows-4.4.2.md | 33 +++++++++++++++++++++
 1 file changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cc059374/www/_posts/2016-07-27-cordova-windows-4.4.2.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-07-27-cordova-windows-4.4.2.md b/www/_posts/2016-07-27-cordova-windows-4.4.2.md
new file mode 100644
index 0000000..63b1a83
--- /dev/null
+++ b/www/_posts/2016-07-27-cordova-windows-4.4.2.md
@@ -0,0 +1,33 @@
+---
+layout: post
+author:
+    name: Vladimir Kotikov
+    url: https://github.com/vladimir-kotikov
+title:  "Apache Cordova Windows 4.4.2"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Windows 4.4.2` has been released!
+
+This release fixes some issues we've missed in 4.4.1. In particular, we have fixed build issues experienced with
+the new install experience in Visual Studio "15" previews. For the rest of changes see release notes below.
+
+Cordova CLI 6.3.0 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.4.2
+
+To add it explicitly:
+
+    cordova platform add windows@4.4.2
+
+<!--more-->
+## What's new in Windows platform
+
+* [CB-11548](https://issues.apache.org/jira/browse/CB-11548) Fix issues where MSBuild cannot be found
+* [CB-11241](https://issues.apache.org/jira/browse/CB-11241) Return adding BOM to www back to prepare
+* [CB-11582](https://issues.apache.org/jira/browse/CB-11582) Remove duplicate capabilities when writing the appxmanifest


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org