You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/03/08 10:08:11 UTC

[cordova-docs] branch master updated: Mar 2019 Cordova Windows 7.0.0 Release Blog Post (#945)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new f288674  Mar 2019 Cordova Windows 7.0.0 Release Blog Post (#945)
f288674 is described below

commit f288674d465754d3d464954e0fd164900df7ebe1
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Mar 8 19:08:06 2019 +0900

    Mar 2019 Cordova Windows 7.0.0 Release Blog Post (#945)
---
 .../2019-03-08-cordova-windows-release-7.0.0.md    | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/www/_posts/2019-03-08-cordova-windows-release-7.0.0.md b/www/_posts/2019-03-08-cordova-windows-release-7.0.0.md
new file mode 100644
index 0000000..a2fe71c
--- /dev/null
+++ b/www/_posts/2019-03-08-cordova-windows-release-7.0.0.md
@@ -0,0 +1,36 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Cordova Windows 7.0.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova Windows 7.0.0`!  This is one of Cordova's supported platforms for building Windows applications.
+
+* [cordova-windows@7.0.0](https://www.npmjs.com/package/cordova-windows)
+
+## Release Highlights
+
+**To upgrade:**
+
+```
+cordova platform remove windows
+cordova platform add windows@7.0.0
+```
+
+As NodeJS 4.x support has been dropped by the NodeJS team on April 30th, 2018, we have raised the minimum required NodeJS version for this release to 6.x.
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* [GH-324](https://github.com/apache/cordova-windows/pull/324) Change Temporary Directories for Tests
+* [GH-319](https://github.com/apache/cordova-windows/pull/319) Windows Platform Release Preparation (Cordova 9)
+* [GH-317](https://github.com/apache/cordova-windows/pull/317) Copy `node_modules` if the directory exists
+* [GH-293](https://github.com/apache/cordova-windows/pull/293) Remove Bundled Dependencies
+* [GH-286](https://github.com/apache/cordova-windows/pull/286) [CB-14225](https://issues.apache.org/jira/browse/CB-14225) Fix Sample Namespace Serialize Attribute in `template/Properties/Default.rd.xml`
+* [GH-289](https://github.com/apache/cordova-windows/pull/293) [CB-14075](https://issues.apache.org/jira/browse/CB-14075) Remove Node 4 from CI
+* [GH-284](https://github.com/apache/cordova-windows/pull/284) [CB-14224](https://issues.apache.org/jira/browse/CB-14224) `Default.rd.xml` header fixes


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