Repository: cordova-docs
Updated Branches:
  refs/heads/master ff11f7a73 -> 5766d0a18


CB-11552 Add windows 4.4.1 release blog post

This closes #622


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

Branch: refs/heads/master
Commit: 5766d0a186e0ba37347b5054e897fe252fec0bcd
Parents: ff11f7a
Author: Vladimir Kotikov <kotikov.vladi...@gmail.com>
Authored: Wed Jul 13 17:45:17 2016 +0300
Committer: Vladimir Kotikov <kotikov.vladi...@gmail.com>
Committed: Wed Jul 13 18:52:38 2016 +0300

----------------------------------------------------------------------
 www/_posts/2016-07-13-cordova-windows-4.4.1.md | 37 +++++++++++++++++++++
 1 file changed, 37 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5766d0a1/www/_posts/2016-07-13-cordova-windows-4.4.1.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-07-13-cordova-windows-4.4.1.md 
b/www/_posts/2016-07-13-cordova-windows-4.4.1.md
new file mode 100644
index 0000000..44ba4c5
--- /dev/null
+++ b/www/_posts/2016-07-13-cordova-windows-4.4.1.md
@@ -0,0 +1,37 @@
+---
+layout: post
+author:
+    name: Vladimir Kotikov
+    url: https://github.com/vladimir-kotikov
+title:  "Apache Cordova Windows 4.4.1"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Windows 4.4.1` has been released!
+
+In this release we have fixed a number of issues, related to application 
resuming, splash screen functionality and others.
+Also we have added an ability to specify location of `msbuild` executable to 
build project.
+
+The next Cordova CLI version 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.1
+
+To add it explicitly:
+
+    cordova platform add windows@4.4.1
+
+<!--more-->
+## What's new in Windows platform
+
+* [CB-11522](https://issues.apache.org/jira/browse/CB-11522) Save raw 'detail' 
object to activation context
+* [CB-11538](https://issues.apache.org/jira/browse/CB-11538) Update README 
with information about logging
+* [CB-11537](https://issues.apache.org/jira/browse/CB-11537) Do not duplicate 
log entries when printing logs
+* [CB-11548](https://issues.apache.org/jira/browse/CB-11548) windows: Respect 
user-specified msbuild location
+* [CB-11516](https://issues.apache.org/jira/browse/CB-11516) windows: 
Preparing icons w/ target fails
+* [CB-11470](https://issues.apache.org/jira/browse/CB-11470) App crashes when 
trying to open from another app using Custom URL (Protocol)
+* [CB-11443](https://issues.apache.org/jira/browse/CB-11443) Splashscreen is 
created the second time on resume on Windows


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

Reply via email to