From 0e90443d3be768c0c8f0045080d037b65047d88b Mon Sep 17 00:00:00 2001 From: sgrebnov Date: Tue, 10 Nov 2015 14:58:23 +0300 Subject: [PATCH] CB-9961 blogpost for Windows 4.2.0 release --- .../2015-11-11-cordova-windows-4.2.0.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 www/_posts/2015-11-11-cordova-windows-4.2.0.md diff --git a/www/_posts/2015-11-11-cordova-windows-4.2.0.md b/www/_posts/2015-11-11-cordova-windows-4.2.0.md new file mode 100644 index 00000000000..3d0574a4882 --- /dev/null +++ b/www/_posts/2015-11-11-cordova-windows-4.2.0.md @@ -0,0 +1,44 @@ +--- +layout: post +author: + name: Sergey Grebnov + url: https://twitter.com/sgrebnov +title: "Apache Cordova Windows 4.2.0" +categories: announcements +tags: news releases +--- + +We are happy to announce that `Cordova Windows 4.2.0` has been released! + +This release adds support for **back button** handling on **Windows 10** and +**Windows Phone 8.1** and various other improvements. It will be the default +Windows version after the next `cordova-cli` release. + +To upgrade: + + npm install -g cordova + cd my_project + cordova platform update windows@4.2.0 + +To add it explicitly: + + cordova platform add windows@4.2.0 + +For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html). + + +## What's new in Windows + +* [CB-8481](https://issues.apache.org/jira/browse/CB-8481) Add backbutton support on Windows 10 and Windows Phone 8.1 +* [CB-9565](https://issues.apache.org/jira/browse/CB-9565) Fixed build failure for Windows 10 when using Node x64 +* Changed output path of windows platforms to support cumulative build in VS +* Created new solution file for dev14 and renaming old to vs2013.sln +* [CB-9870](https://issues.apache.org/jira/browse/CB-9870) Updated hello world template +* Fixed internetClientServer capability name in prepare and docs +* [CB-9800](https://issues.apache.org/jira/browse/CB-9800) Fixing contribute link +* [CB-9836](https://issues.apache.org/jira/browse/CB-9836) Add .gitattributes to prevent CRLF line endings in repos +* [CB-9632](https://issues.apache.org/jira/browse/CB-9632) Fixed tests not to fail on Travis-CI +* [CB-8936](https://issues.apache.org/jira/browse/CB-8936) Introduced --dump arg to log script +* Fix the case of Q requires +* Fixed up "resport" to "report" +* Adds Travis badge