You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by da...@apache.org on 2016/10/24 10:35:42 UTC

[20/21] cordova-windows git commit: CB-12031 Updated RELEASENOTES and Version for release 4.4.3

CB-12031 Updated RELEASENOTES and Version for release 4.4.3


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

Branch: refs/heads/4.4.x
Commit: 224a85cab240c524b079131819db8e39e87b9a8e
Parents: c9a9f96
Author: daserge <v-...@microsoft.com>
Authored: Thu Oct 20 21:18:15 2016 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Thu Oct 20 21:18:15 2016 +0300

----------------------------------------------------------------------
 RELEASENOTES.md          | 21 +++++++++++++++++++++
 VERSION                  |  2 +-
 package.json             |  2 +-
 template/cordova/version |  2 +-
 4 files changed, 24 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/224a85ca/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 7f39cdd..352ddb2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -24,6 +24,27 @@ Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merge
 
 cordova-windows is a library that enables developers to create Windows 8/8.1/10 and WP8.1 application projects that support Cordova APIs.
 
+### 4.4.3 (Oct 19, 2016)
+* [CB-12044](https://issues.apache.org/jira/browse/CB-12044) Fix splashscreen image path for ms-appx on Windows
+* [CB-12042](https://issues.apache.org/jira/browse/CB-12042) Copy base.js to www directory at create
+* [CB-11933](https://issues.apache.org/jira/browse/CB-11933) Add uap prefixes for capabilities at plugin install
+* [CB-12003](https://issues.apache.org/jira/browse/CB-12003) updated node_modules
+* [CB-11933](https://issues.apache.org/jira/browse/CB-11933) Remove capabilities from manifest
+* [CB-11993](https://issues.apache.org/jira/browse/CB-11993) - windows platform doesn't test all node versions on appveyor and travis
+* [CB-11825](https://issues.apache.org/jira/browse/CB-11825) Windows dll file won't be copied as resource while adding custom plugin to a UWP project
+* output message, catch exception if require fails, change eventEmitter to events to be consistent with ios+android
+* [CB-11922](https://issues.apache.org/jira/browse/CB-11922) - Add github pull request template
+* [CB-11522](https://issues.apache.org/jira/browse/CB-11522) [windows] Make cordova-js handle 'unknown' type
+* [CB-11857](https://issues.apache.org/jira/browse/CB-11857) Fixed VS 2015 detection on Windows 10 Anniversary
+* [CB-10738](https://issues.apache.org/jira/browse/CB-10738) Use hardcoded Id attribute in Win10 manifest
+* Add missing license headers to prebuild scripts
+* Update bundled cordova-common dependency to 1.4.1
+* [CB-11658](https://issues.apache.org/jira/browse/CB-11658) activated event is not fired on Windows 10 RS1
+* [CB-11657](https://issues.apache.org/jira/browse/CB-11657) Add bom to www after plugin operations
+* [CB-11478](https://issues.apache.org/jira/browse/CB-11478) Parse --archs option consistently
+* [CB-11558](https://issues.apache.org/jira/browse/CB-11558) Make windows plugin rm remove ProjectReference items
+* [CB-11579](https://issues.apache.org/jira/browse/CB-11579) windows: fix bug with 'cordova clean windows'
+
 ### 4.4.2 (Jul 25, 2016)
 * [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

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/224a85ca/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 1d068c6..9e3a933 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.4.2
+4.4.3

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/224a85ca/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index fe2a3db..d083611 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-windows",
-  "version": "4.4.2",
+  "version": "4.4.3",
   "description": "cordova-windows release",
   "bin": "bin/create",
   "main": "template/cordova/Api.js",

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/224a85ca/template/cordova/version
----------------------------------------------------------------------
diff --git a/template/cordova/version b/template/cordova/version
index 987b536..25f4606 100644
--- a/template/cordova/version
+++ b/template/cordova/version
@@ -20,7 +20,7 @@
 */
 
 // Coho updates this line:
-var VERSION = "4.4.2";
+var VERSION = "4.4.3";
 
 module.exports.version = VERSION;
 


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