Repository: cordova-docs
Updated Branches:
  refs/heads/master 59827c2c5 -> c8bfe1397


CB-10299 Adds windows@4.3.0 release blog post

github close #453


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

Branch: refs/heads/master
Commit: c8bfe139731b335936b0df5ec7790055713d9518
Parents: 59827c2
Author: Vladimir Kotikov <kotikov.vladi...@gmail.com>
Authored: Mon Jan 11 16:41:58 2016 +0300
Committer: sgrebnov <v-seg...@microsoft.com>
Committed: Mon Jan 18 18:18:06 2016 +0300

----------------------------------------------------------------------
 www/_posts/2016-01-11-cordova-windows-4.3.0.md | 34 +++++++++++++++++++++
 1 file changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c8bfe139/www/_posts/2016-01-11-cordova-windows-4.3.0.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-01-11-cordova-windows-4.3.0.md 
b/www/_posts/2016-01-11-cordova-windows-4.3.0.md
new file mode 100644
index 0000000..a605a3e
--- /dev/null
+++ b/www/_posts/2016-01-11-cordova-windows-4.3.0.md
@@ -0,0 +1,34 @@
+---
+layout: post
+author:
+    name: Vladimir Kotikov
+    url: https://github.com/vladimir-kotikov
+title:  "Apache Cordova Windows 4.3.0"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Windows 4.3.0` has been released!
+
+This release mostly aims to bring support for [Platform 
Api](https://github.com/cordova/cordova-discuss/pull/12) interface and [unified 
message logging](https://github.com/cordova/cordova-discuss/issues/14) for 
Windows. 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.3.0
+
+To add it explicitly:
+
+    cordova platform add windows@4.3.0
+
+For non-CLI projects or for pre-3.0 projects, refer to the [upgrade 
guides](http://cordova.apache.org/docs/en/dev/guide_platforms_index.md.html).
+
+<!--more-->
+## What's new in Windows
+
+* [CB-10193](https://issues.apache.org/jira/browse/CB-10193) Add BOM to www 
files at build stage instead of prepare
+* [CB-10303](https://issues.apache.org/jira/browse/CB-10303) Fixes build 
arguments parsing
+* [CB-10292](https://issues.apache.org/jira/browse/CB-10292) Windows platform 
support for next version of VS/MSBuild
+* [CB-10224](https://issues.apache.org/jira/browse/CB-10224) Removes 
duplicated/incorrect console line
+* [CB-9828](https://issues.apache.org/jira/browse/CB-9828) Implement and 
expose PlatformApi for Windows


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

Reply via email to