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/04/11 15:09:59 UTC

svn commit: r1857344 [1/3] - in /cordova/site/public: ./ announcements/2019/03/22/ blog/ docs/en/8.x/guide/platforms/windows/ docs/en/9.x/guide/platforms/windows/ docs/en/dev/guide/platforms/windows/ news/2019/04/ news/2019/04/11/ static/img/guide/plat...

Author: erisu
Date: Thu Apr 11 15:09:58 2019
New Revision: 1857344

URL: http://svn.apache.org/viewvc?rev=1857344&view=rev
Log:
Updated docs

Added:
    cordova/site/public/news/2019/04/
    cordova/site/public/news/2019/04/11/
    cordova/site/public/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html
    cordova/site/public/static/img/guide/platforms/windows/
    cordova/site/public/static/img/guide/platforms/windows/vs2015_packaging.png   (with props)
    cordova/site/public/static/img/guide/platforms/windows/win8_installTools.png   (with props)
    cordova/site/public/static/img/guide/platforms/windows/win8_sdk.png   (with props)
    cordova/site/public/static/img/guide/platforms/windows/win8_sdk_deploy.png   (with props)
    cordova/site/public/static/img/guide/platforms/windows/win8_sdk_openSLN.png   (with props)
    cordova/site/public/static/img/guide/platforms/windows/win8_sdk_run.png   (with props)
    cordova/site/public/static/img/guide/platforms/windows/win8_sdk_runApp.png   (with props)
    cordova/site/public/static/img/guide/platforms/windows/win8_sdk_runHome.png   (with props)
    cordova/site/public/static/img/guide/platforms/windows/win8_sdk_sim.png   (with props)
Modified:
    cordova/site/public/announcements/2019/03/22/cordova-plugman-release-3.0.0.html
    cordova/site/public/blog/index.html
    cordova/site/public/docs/en/8.x/guide/platforms/windows/index.html
    cordova/site/public/docs/en/9.x/guide/platforms/windows/index.html
    cordova/site/public/docs/en/dev/guide/platforms/windows/index.html
    cordova/site/public/feed.xml
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js

Modified: cordova/site/public/announcements/2019/03/22/cordova-plugman-release-3.0.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2019/03/22/cordova-plugman-release-3.0.0.html?rev=1857344&r1=1857343&r2=1857344&view=diff
==============================================================================
--- cordova/site/public/announcements/2019/03/22/cordova-plugman-release-3.0.0.html (original)
+++ cordova/site/public/announcements/2019/03/22/cordova-plugman-release-3.0.0.html Thu Apr 11 15:09:58 2019
@@ -196,6 +196,26 @@ npm install -g plugman@3.0.0
             </div>
             <div class="col-sm-6">
                 
+                    <a href="/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html">Node 6.x and 8.x Deprecation Timeline for Apache Cordova</a>
+                    <div class="date"> 11 Apr 2019 - By Bryan Ellis </div>
+                    <p class="content">
+                        <!--
+                            NOTE:
+                                the markdownify filter is used here
+                                because posts are rendered in sequence;
+                                that is, the next post's content isn't
+                                yet rendered at the time that this post
+                                is being rendered, so page.next.excerpt
+                                is still in Markdown and not HTML
+
+                            Reference: https://github.com/jekyll/jekyll/issues/2860
+                        -->
+                        Currently, all of the latest released platforms, tools, and core libraries require...
+                    </p>
+                
             </div>
         </div>
     </footer>

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1857344&r1=1857343&r2=1857344&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Thu Apr 11 15:09:58 2019
@@ -124,6 +124,40 @@
             
             <li>
                 <header>
+                    <div class="adorner" blogTime="Thu, 11 Apr 2019 00:00:00 +0900"></div>
+                    <h2 class="title">
+                        <a href="/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html">Node 6.x and 8.x Deprecation Timeline for Apache Cordova</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">11 Apr 2019</span>
+                        - by
+                        <span class="author">
+                            
+                                Bryan Ellis
+                            
+                        </span>
+                        <a class="comment" href="/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>Currently, all of the latest released platforms, tools, and core libraries require a minimum version of <code>node 6.x</code> to be installed. Additionally, we have added support for <code>node 10.x</code>.</p>
+
+<p>The Node.js Foundation has reported that the End-of-Life (EOL) for version 6.x will be April 30th, 2019. Looking ahead, the Node.JS Foundation has also scheduled the deprecation of 8.x on December 31, 2019 to be aligned with the scheduled End-of-Life of OpenSSL-1.0.2.</p>
+
+<p>Since October 30th, 2018, <code>node 10.x</code> has started its active Long Term Support ([LTS][1]) period. Thus, as <code>node 10.x</code> is the default download from <a href="https://nodejs.org/en/">Node.js</a>, we also recommend users to upgrade to the current LTS (10.x) before/by the time 8.x has reached EOL.</p>
+
+<p>During these two distinct deprecation periods, we will prepare our tools, platforms, core libraries, and plugins to follow the Node.js Foundation reported EOL schedule.</p>
+
+<p>We will also plan to add <code>node 12.x</code> support. Currently, <code>node 12.x</code> is pending for release on April 23rd, 2019.</p>
+
+<p>JavaScript files in plugins themselves are unaffected since the JavaScript support for them is dependent on platform browser support. For the Electron platform, if using Node.js APIs there is a possibility of experience an effect.  </p>
+</p>
+                    <div><a href="/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
                     <div class="adorner" blogTime="Fri, 22 Mar 2019 00:00:00 +0900"></div>
                     <h2 class="title">
                         <a href="/announcements/2019/03/22/cordova-plugman-release-3.0.0.html">Cordova Plugman 3.0.0 Released!</a>
@@ -8721,7 +8755,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Fri, 22 Mar 2019 00:00:00 +0900").getTime();
+            var lastPostTime = new Date("Thu, 11 Apr 2019 00:00:00 +0900").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };

Modified: cordova/site/public/docs/en/8.x/guide/platforms/windows/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/8.x/guide/platforms/windows/index.html?rev=1857344&r1=1857343&r2=1857344&view=diff
==============================================================================
--- cordova/site/public/docs/en/8.x/guide/platforms/windows/index.html (original)
+++ cordova/site/public/docs/en/8.x/guide/platforms/windows/index.html Thu Apr 11 15:09:58 2019
@@ -2707,7 +2707,7 @@ is run on a device/emulator without the
 
 <p><em>Name</em> and <em>Version</em> can be set from <strong>config.xml</strong>. <em>Publisher</em> can be provided as a build parameter or can be set on <strong>build.json</strong> file.</p>
 
-<p><img src="/static/img/guide/platforms/windows/packaging.png" alt=""></p>
+<p><img src="/static/img/guide/platforms/windows/vs2015_packaging.png" alt=""></p>
 
 <p><em>Name</em> and <em>Version</em> can also be set as platform-specific preferences in <strong>config.xml</strong> in the following way:</p>
 <div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;widget</span> <span class="na">windows-packageVersion=</span><span class="s">"2.0.0"</span> <span class="err">...</span><span class="nt">&gt;</span> <span class="c">&lt;!-- windows-packageVersion overrides version --&gt;</span>

Modified: cordova/site/public/docs/en/9.x/guide/platforms/windows/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/9.x/guide/platforms/windows/index.html?rev=1857344&r1=1857343&r2=1857344&view=diff
==============================================================================
--- cordova/site/public/docs/en/9.x/guide/platforms/windows/index.html (original)
+++ cordova/site/public/docs/en/9.x/guide/platforms/windows/index.html Thu Apr 11 15:09:58 2019
@@ -2723,7 +2723,7 @@ is run on a device/emulator without the
 
 <p><em>Name</em> and <em>Version</em> can be set from <strong>config.xml</strong>. <em>Publisher</em> can be provided as a build parameter or can be set on <strong>build.json</strong> file.</p>
 
-<p><img src="/static/img/guide/platforms/windows/packaging.png" alt=""></p>
+<p><img src="/static/img/guide/platforms/windows/vs2015_packaging.png" alt=""></p>
 
 <p><em>Name</em> and <em>Version</em> can also be set as platform-specific preferences in <strong>config.xml</strong> in the following way:</p>
 <div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;widget</span> <span class="na">windows-packageVersion=</span><span class="s">"2.0.0"</span> <span class="err">...</span><span class="nt">&gt;</span> <span class="c">&lt;!-- windows-packageVersion overrides version --&gt;</span>

Modified: cordova/site/public/docs/en/dev/guide/platforms/windows/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/platforms/windows/index.html?rev=1857344&r1=1857343&r2=1857344&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/platforms/windows/index.html (original)
+++ cordova/site/public/docs/en/dev/guide/platforms/windows/index.html Thu Apr 11 15:09:58 2019
@@ -2731,7 +2731,7 @@ is run on a device/emulator without the
 
 <p><em>Name</em> and <em>Version</em> can be set from <strong>config.xml</strong>. <em>Publisher</em> can be provided as a build parameter or can be set on <strong>build.json</strong> file.</p>
 
-<p><img src="/static/img/guide/platforms/windows/packaging.png" alt=""></p>
+<p><img src="/static/img/guide/platforms/windows/vs2015_packaging.png" alt=""></p>
 
 <p><em>Name</em> and <em>Version</em> can also be set as platform-specific preferences in <strong>config.xml</strong> in the following way:</p>
 <div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;widget</span> <span class="na">windows-packageVersion=</span><span class="s">"2.0.0"</span> <span class="err">...</span><span class="nt">&gt;</span> <span class="c">&lt;!-- windows-packageVersion overrides version --&gt;</span>

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1857344&r1=1857343&r2=1857344&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Thu Apr 11 15:09:58 2019
@@ -6,11 +6,75 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 28 Mar 2019 18:02:12 +0900</pubDate>
-    <lastBuildDate>Thu, 28 Mar 2019 18:02:12 +0900</lastBuildDate>
+    <pubDate>Thu, 11 Apr 2019 23:44:34 +0900</pubDate>
+    <lastBuildDate>Thu, 11 Apr 2019 23:44:34 +0900</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
+        <title>Node 6.x and 8.x Deprecation Timeline for Apache Cordova</title>
+        <description>&lt;p&gt;Currently, all of the latest released platforms, tools, and core libraries require a minimum version of &lt;code&gt;node 6.x&lt;/code&gt; to be installed. Additionally, we have added support for &lt;code&gt;node 10.x&lt;/code&gt;.&lt;/p&gt;
+
+&lt;p&gt;The Node.js Foundation has reported that the End-of-Life (EOL) for version 6.x will be April 30th, 2019. Looking ahead, the Node.JS Foundation has also scheduled the deprecation of 8.x on December 31, 2019 to be aligned with the scheduled End-of-Life of OpenSSL-1.0.2.&lt;/p&gt;
+
+&lt;p&gt;Since October 30th, 2018, &lt;code&gt;node 10.x&lt;/code&gt; has started its active Long Term Support ([LTS][1]) period. Thus, as &lt;code&gt;node 10.x&lt;/code&gt; is the default download from &lt;a href=&quot;https://nodejs.org/en/&quot;&gt;Node.js&lt;/a&gt;, we also recommend users to upgrade to the current LTS (10.x) before/by the time 8.x has reached EOL.&lt;/p&gt;
+
+&lt;p&gt;During these two distinct deprecation periods, we will prepare our tools, platforms, core libraries, and plugins to follow the Node.js Foundation reported EOL schedule.&lt;/p&gt;
+
+&lt;p&gt;We will also plan to add &lt;code&gt;node 12.x&lt;/code&gt; support. Currently, &lt;code&gt;node 12.x&lt;/code&gt; is pending for release on April 23rd, 2019.&lt;/p&gt;
+
+&lt;p&gt;JavaScript files in plugins themselves are unaffected since the JavaScript support for them is dependent on platform browser support. For the Electron platform, if using Node.js APIs there is a possibility of experience an effect.  &lt;/p&gt;
+
+&lt;!--more--&gt;
+
+&lt;h2&gt;Cordova Timeline&lt;/h2&gt;
+
+&lt;h3&gt;&lt;strong&gt;March 2019&lt;/strong&gt;&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;All AppVeyor/Travis CI builds will continue to test on Node.js 6.x, 8.x, and 10.x.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3&gt;&lt;strong&gt;April 2019&lt;/strong&gt;&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;All AppVeyor/Travis CI builds will test on Node.js 6.x, 8.x, 10.x, and 12.x.&lt;/li&gt;
+&lt;li&gt;Update requirement check and notify users: &lt;code&gt;Warning: Node.js 6.x has been deprecated. Please upgrade to the latest Node.js version available (LTS version recommended).&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3&gt;&lt;strong&gt;Fall 2019&lt;/strong&gt;&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Update requirement check and notify users: &lt;code&gt;Warning: Node.js 8.x has been deprecated. Please upgrade to the latest Node.js version available (LTS version recommended).&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3&gt;&lt;strong&gt;Winter 2019&lt;/strong&gt;&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Removed Node.js 6.x support.&lt;/li&gt;
+&lt;li&gt;Removed Node.js 8.x support.&lt;/li&gt;
+&lt;li&gt;Added Node.js 12.x  support.&lt;/li&gt;
+&lt;li&gt;Platforms, tools, and core libraries to bump up a major version.&lt;/li&gt;
+&lt;li&gt;All AppVeyor/Travis CI builds will test on Node.js 10.x, and 12.x.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;a href=&quot;https://github.com/nodejs/Release/blob/2bf2ea36a162571c0aee21f813f51de790c08feb/schedule.svg&quot;&gt;&lt;img src=&quot;https://github.com/nodejs/Release/blob/2bf2ea36a162571c0aee21f813f51de790c08feb/schedule.svg&quot; alt=&quot;Cordova Dode Deprecation Timeline&quot;&gt;&lt;/a&gt;&lt;/p&gt;
+</description>
+        <pubDate>Thu, 11 Apr 2019 00:00:00 +0900</pubDate>
+        <link>https://cordova.apache.org/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html</guid>
+        
+        <category>deprecation</category>
+        
+        <category>timeline</category>
+        
+        <category>node</category>
+        
+        
+        <category>news</category>
+        
+      </item>
+    
+      <item>
         <title>Cordova Plugman 3.0.0 Released!</title>
         <description>&lt;p&gt;We are happy to announce that we have just released &lt;code&gt;plugman 3.0.0&lt;/code&gt;! Plugman is a command line tool which we provide to install and uninstall plugins in a &lt;a href=&quot;https://cordova.apache.org/docs/en/latest/guide/overview/index.html#development-paths&quot;&gt;platform-centered workflow&lt;/a&gt;.&lt;/p&gt;
 
@@ -660,47 +724,6 @@ cordova platform add ios@5.0.0
         
         <category>news</category>
         
-        <category>releases</category>
-        
-        
-        <category>announcements</category>
-        
-      </item>
-    
-      <item>
-        <title>Cordova Browser 6.0.0 Released!</title>
-        <description>&lt;p&gt;We are happy to announce that we have just released &lt;code&gt;Cordova Browser 6.0.0&lt;/code&gt;! This is one of Cordova&amp;#39;s supported platforms for building browser targeted applications.&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://www.npmjs.com/package/cordova-browser&quot;&gt;cordova-browser@6.0.0&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;Release Highlights&lt;/h2&gt;
-
-&lt;p&gt;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.&lt;/p&gt;
-
-&lt;p&gt;Please report any issues you find at &lt;a href=&quot;http://issues.cordova.io/&quot;&gt;issues.cordova.io&lt;/a&gt;!&lt;/p&gt;
-
-&lt;!--more--&gt;
-
-&lt;h1&gt;Changes include:&lt;/h1&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-browser/pull/70&quot;&gt;GH-70&lt;/a&gt; Browser Platform Release Preparation (Cordova 9)&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13740&quot;&gt;CB-13740&lt;/a&gt; Return expected promise resolving with array&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-browser/pull/59&quot;&gt;GH-59&lt;/a&gt; Remove Bundled Dependencies&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14073&quot;&gt;CB-14073&lt;/a&gt; &lt;strong&gt;Browser&lt;/strong&gt;: Drop Node 4, Added Node 10&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14252&quot;&gt;CB-14252&lt;/a&gt; Allow to send --silent arg to run command to disable output (#57)&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13999&quot;&gt;CB-13999&lt;/a&gt; (browser) - Reading &lt;code&gt;config.xml&lt;/code&gt; respects base href (#52)&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-browser/pull/50&quot;&gt;GH-50&lt;/a&gt; corrected path for &lt;code&gt;config.xml&lt;/code&gt;&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Mon, 04 Feb 2019 00:00:00 +0900</pubDate>
-        <link>https://cordova.apache.org/announcements/2019/02/04/cordova-browser-6.0.0.html</link>
-        <guid isPermaLink="true">https://cordova.apache.org/announcements/2019/02/04/cordova-browser-6.0.0.html</guid>
-        
-        <category>news</category>
-        
         <category>releases</category>
         
         

Added: cordova/site/public/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html?rev=1857344&view=auto
==============================================================================
--- cordova/site/public/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html (added)
+++ cordova/site/public/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html Thu Apr 11 15:09:58 2019
@@ -0,0 +1,320 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="format-detection" content="telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
+    <meta name="description" content="Currently, all of the latest released platforms, tools, and core libraries require a minimum version of node 6.x to be installed. Additionally, we have added...">
+
+    <title>
+        
+            
+                Node 6.x and 8.x Deprecation Timeline for Apache Cordova - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" href="https://cordova.apache.org/news/2019/04/11/nodejs-6.x-8.x-deprecation-timeline.html">
+
+    <!-- CSS -->
+    <link rel="stylesheet" type="text/css" href="/static/css/main.css">
+    <link rel="stylesheet" type="text/css" href="/static/css/lib/syntax.css">
+    <!-- Algolia Search CSS -->
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" />
+
+    <!-- Fonts -->
+    <!-- For attribution information, see www/attributions.html -->
+    <link href='https://fonts.googleapis.com/css?family=Raleway:700,400,300,700italic,400italic,300italic' rel='stylesheet' type='text/css'>
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!--[if lt IE 9]>
+        <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+    <script type="text/javascript">
+        var disqus_developer = 1; // this would set it to developer mode
+    </script>
+
+    <!-- JS -->
+    <script defer type="text/javascript" src="/static/js/lib/jquery-2.1.1.min.js"></script>
+    <script defer type="text/javascript" src="/static/js/lib/bootstrap.min.js"></script>
+    <script defer type="text/javascript" src="/static/js/lib/ZeroClipboard.js"></script>
+
+    <script>
+    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+    ga('create', 'UA-64283057-3', 'auto');
+    ga('send', 'pageview');
+</script>
+
+</head>
+
+<body>
+    <header>
+    <a class="scroll-point pt-top" name="top"></a>
+    <nav class="navbar navbar-inverse navbar-fixed-top">
+        <div class="container-fluid">
+            <div class="navbar-header">
+                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
+                    <span class="sr-only">Toggle navigation</span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                </button>
+                <a class="navbar-brand" href="/"><img id="logo_top" src="/static/img/cordova-logo-newbrand.svg"/></a>
+            </div>
+            <div id="navbar" class="navbar-collapse collapse">
+                <div class="nav_bar_center">
+                    <ul class="nav navbar-nav">
+                        <li >
+                            <a href="/docs/en/latest/">Documentation</a>
+                        </li>
+                        <li >
+                            <a href="/plugins">Plugins</a>
+                        </li>
+                        <li class="active">
+                            <a href="/blog" id="blog_button">Blog<span class="badge" id="new_blog_count"></span></a>
+                        </li>
+                        <li >
+                            <a href="/contribute">Contribute</a>
+                        </li>
+                        <li>
+                            <a href="/#getstarted">Get Started</a>
+                        </li>
+                        <li>
+                            <form class="navbar-form navbar-right" id="header-search-form" role="search">
+                                <div class="input-group">
+                                    
+                                        
+                                    
+                                    <input id="header-search-field" type="text" placeholder="Search '9.x' docs..." class="form-control hidden-xs" autocomplete="off">
+                                </div>
+                            </form>
+                        </li>
+                    </ul>
+                </div>
+            </div><!--/.navbar-collapse -->
+        </div>
+    </nav>
+    <div id="_fixed_navbar_spacer" style="padding-top:50px"></div>
+</header>
+
+<div class="page container">
+    <div class="blog">
+    <h1 class="blogHeader">
+    Blog
+    <span class="rss">
+        <img src="/static/img/subscribe.png"><a href="/feed.xml">RSS Feed</a>
+    </span>
+</h1>
+
+<div class="post">
+    <header>
+        <div class="title">Node 6.x and 8.x Deprecation Timeline for Apache Cordova</div>
+        <div class="author">By:
+            
+              Bryan Ellis
+            
+        </div>
+        <div class="date">11 Apr 2019</div>
+    </header>
+    <section>
+        <div>
+            <p>Currently, all of the latest released platforms, tools, and core libraries require a minimum version of <code>node 6.x</code> to be installed. Additionally, we have added support for <code>node 10.x</code>.</p>
+
+<p>The Node.js Foundation has reported that the End-of-Life (EOL) for version 6.x will be April 30th, 2019. Looking ahead, the Node.JS Foundation has also scheduled the deprecation of 8.x on December 31, 2019 to be aligned with the scheduled End-of-Life of OpenSSL-1.0.2.</p>
+
+<p>Since October 30th, 2018, <code>node 10.x</code> has started its active Long Term Support ([LTS][1]) period. Thus, as <code>node 10.x</code> is the default download from <a href="https://nodejs.org/en/">Node.js</a>, we also recommend users to upgrade to the current LTS (10.x) before/by the time 8.x has reached EOL.</p>
+
+<p>During these two distinct deprecation periods, we will prepare our tools, platforms, core libraries, and plugins to follow the Node.js Foundation reported EOL schedule.</p>
+
+<p>We will also plan to add <code>node 12.x</code> support. Currently, <code>node 12.x</code> is pending for release on April 23rd, 2019.</p>
+
+<p>JavaScript files in plugins themselves are unaffected since the JavaScript support for them is dependent on platform browser support. For the Electron platform, if using Node.js APIs there is a possibility of experience an effect.  </p>
+
+<!--more-->
+
+<h2>Cordova Timeline</h2>
+
+<h3><strong>March 2019</strong></h3>
+
+<ul>
+<li>All AppVeyor/Travis CI builds will continue to test on Node.js 6.x, 8.x, and 10.x.</li>
+</ul>
+
+<h3><strong>April 2019</strong></h3>
+
+<ul>
+<li>All AppVeyor/Travis CI builds will test on Node.js 6.x, 8.x, 10.x, and 12.x.</li>
+<li>Update requirement check and notify users: <code>Warning: Node.js 6.x has been deprecated. Please upgrade to the latest Node.js version available (LTS version recommended).</code></li>
+</ul>
+
+<h3><strong>Fall 2019</strong></h3>
+
+<ul>
+<li>Update requirement check and notify users: <code>Warning: Node.js 8.x has been deprecated. Please upgrade to the latest Node.js version available (LTS version recommended).</code></li>
+</ul>
+
+<h3><strong>Winter 2019</strong></h3>
+
+<ul>
+<li>Removed Node.js 6.x support.</li>
+<li>Removed Node.js 8.x support.</li>
+<li>Added Node.js 12.x  support.</li>
+<li>Platforms, tools, and core libraries to bump up a major version.</li>
+<li>All AppVeyor/Travis CI builds will test on Node.js 10.x, and 12.x.</li>
+</ul>
+
+<p><a href="https://github.com/nodejs/Release/blob/2bf2ea36a162571c0aee21f813f51de790c08feb/schedule.svg"><img src="https://github.com/nodejs/Release/blob/2bf2ea36a162571c0aee21f813f51de790c08feb/schedule.svg" alt="Cordova Dode Deprecation Timeline"></a></p>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/announcements/2019/03/22/cordova-plugman-release-3.0.0.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2019/03/22/cordova-plugman-release-3.0.0.html">Cordova Plugman 3.0.0 Released!</a>
+                    <div class="date"> 22 Mar 2019 - By Bryan Ellis </div>
+                    <p class="content">
+                        We are happy to announce that we have just released plugman 3.0.0!...
+                    </p>
+                
+            </div>
+            <div class="col-sm-6">
+                
+            </div>
+        </div>
+    </footer>
+    <div class="disqus">
+        <div id="disqus_thread"></div>
+<script type="text/javascript">
+    /* * * CONFIGURATION VARIABLES * * */
+    var disqus_shortname = 'cordovablogs';
+
+    /* * * DON'T EDIT BELOW THIS LINE * * */
+    (function() {
+        var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+        dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+    })();
+</script>
+<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
+
+    </div>
+</div>
+
+</div>
+
+</div>
+
+<div class="blue-divider"></div>
+<footer>
+    <div class="container">
+        <div class="row">
+    <div class="col-sm-9">
+        <h1>More Resources</h1>
+        <div class="row">
+            <div class="col-sm-4">
+                <h2>General</h2>
+                <ul class="nav">
+                    <li>
+                        <a target="_blank" href="https://projects.apache.org/project.html?cordova">Apache Project Page</a>
+                    </li>
+                    <li>
+                        <a href="http://www.apache.org/dyn/closer.cgi/cordova">Source Distribution</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">License</a>
+                    </li>
+                    <li>
+                        <a href="/artwork">Artwork</a>
+                    </li>
+                </ul>
+            </div>
+            <div class="col-sm-4">
+                <h2>Development</h2>
+                <ul class="nav">
+                    <li><a target="_blank" href="https://github.com/apache?utf8=%E2%9C%93&amp;q=cordova-">Source Code</a></li>
+                    <li><a target="_blank" href="https://issues.apache.org/jira/browse/CB/">Issue Tracker</a></li>
+                    <li><a target="_blank" href="http://stackoverflow.com/questions/tagged/cordova">Stack Overflow</a></li>
+                    <li><a href="/contact">Mailing List</a></li>
+                    <li><a href="/contribute/nightly_builds.html">Nightly builds</a></li>
+                </ul>
+            </div>
+            <div class="col-sm-4">
+                <h2>Apache Software Foundation</h2>
+                <ul class="nav">
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/">About ASF</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/security/">Security</a>
+                    </li>
+                </ul>
+            </div>
+        </div>
+    </div>
+    <div class="col-sm-3">
+        <h1>Contribute</h1>
+        <p style="padding-top:20px"><strong>Help Cordova move forward!</strong></p>
+        <p>Report bugs, improve the docs, or contribute to the code.</p>
+        <a href="/contribute" class="btn btn-lg btn-primary">
+            Learn More
+        </a>
+        <p style="padding-top:20px"> <a href="https://twitter.com/apachecordova" class="twitter-follow-button" data-show-count="false">Follow @apachecordova</a></p>
+        <script async defer src="https://slack-cordova-io.herokuapp.com/slackin.js"></script>
+    </div>
+</div>
+<p class="copyright_text">
+    Copyright &copy; 2012, 2013, 2015 The Apache Software Foundation, Licensed under the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+    Apache and the Apache feather logos are <a target="_blank" href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
+    <br/>
+    "Raleway" font used under license. For details see the <a href="/attributions/">attributions page</a>.
+</p>
+
+    </div>
+</footer>
+
+
+    <script defer type="text/javascript" src="/static/js/index.js"></script>
+    <script defer type="text/javascript" src="/static/js/twitter.js"></script>
+    
+    
+
+
+
+    
+
+
+<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
+<script type="text/javascript">
+    docsearch({
+        apiKey: '0a916ab198bd93d031aa70611271e42e',
+        indexName: 'cordova',
+        inputSelector: '#header-search-field',
+        algoliaOptions: { 'facetFilters': ["version:  9.x", "language: en"] }
+    });
+</script>
+
+</body>
+</html>



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