You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2018/12/25 05:37:21 UTC

svn commit: r1849712 - in /cordova/site/public: blog/index.html feed.xml news/2018/12/21/xcode-1.1.0.html news/2018/12/25/ news/2018/12/25/tools-release.html sitemap.xml static/js/index.js

Author: steven
Date: Tue Dec 25 05:37:21 2018
New Revision: 1849712

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

Added:
    cordova/site/public/news/2018/12/25/
    cordova/site/public/news/2018/12/25/tools-release.html
Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/feed.xml
    cordova/site/public/news/2018/12/21/xcode-1.1.0.html
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1849712&r1=1849711&r2=1849712&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Tue Dec 25 05:37:21 2018
@@ -124,6 +124,43 @@
             
             <li>
                 <header>
+                    <div class="adorner" blogTime="Tue, 25 Dec 2018 00:00:00 +0000"></div>
+                    <h2 class="title">
+                        <a href="/news/2018/12/25/tools-release.html">Tools Released!</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">25 Dec 2018</span>
+                        - by
+                        <span class="author">
+                            
+                                Bryan Ellis
+                            
+                        </span>
+                        <a class="comment" href="/news/2018/12/25/tools-release.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that we have just released an update to our tools!</p>
+
+<ul>
+<li><a href="https://www.npmjs.org/package/cordova-app-hello-world">cordova-app-hello-world@4.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-fetch">cordova-fetch@2.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@5.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-serve">cordova-serve@3.0.0</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p>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.</p>
+
+<p>Please report any issues you find at <a href="http://issues.cordova.io/">issues.cordova.io</a>!</p>
+</p>
+                    <div><a href="/news/2018/12/25/tools-release.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
                     <div class="adorner" blogTime="Fri, 21 Dec 2018 00:00:00 +0000"></div>
                     <h2 class="title">
                         <a href="/news/2018/12/21/xcode-1.1.0.html">Cordova node xcode 1.1.0 Patch Release</a>
@@ -8115,7 +8152,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Fri, 21 Dec 2018 00:00:00 +0000").getTime();
+            var lastPostTime = new Date("Tue, 25 Dec 2018 00:00:00 +0000").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1849712&r1=1849711&r2=1849712&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Tue Dec 25 05:37:21 2018
@@ -6,11 +6,92 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Fri, 21 Dec 2018 13:24:41 +0000</pubDate>
-    <lastBuildDate>Fri, 21 Dec 2018 13:24:41 +0000</lastBuildDate>
+    <pubDate>Tue, 25 Dec 2018 05:19:31 +0000</pubDate>
+    <lastBuildDate>Tue, 25 Dec 2018 05:19:31 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
+        <title>Tools Released!</title>
+        <description>&lt;p&gt;We are happy to announce that we have just released an update to our tools!&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-app-hello-world&quot;&gt;cordova-app-hello-world@4.0.0&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-fetch&quot;&gt;cordova-fetch@2.0.0&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-js&quot;&gt;cordova-js@5.0.0&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-serve&quot;&gt;cordova-serve@3.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;h2&gt;cordova-app-hello-world&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/24&quot;&gt;GH-24&lt;/a&gt; Absorb cordova-template-reference &lt;/li&gt;
+&lt;li&gt;Slight CSS modernization &amp;amp; use system fonts&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12886&quot;&gt;CB-12886&lt;/a&gt;: Fix for safe-area handling on iOS 11+&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14098&quot;&gt;CB-14098&lt;/a&gt;: Remove unused res folder&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12397&quot;&gt;CB-12397&lt;/a&gt;: fix .gitignore for plugins &amp;amp; platforms&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12762&quot;&gt;CB-12762&lt;/a&gt;: point package.json repo items to github instead of apache mirrors site&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;cordova-fetch&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/56&quot;&gt;GH-56&lt;/a&gt; Bump dependency cordova-common@3 and fs-extra@7&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/48&quot;&gt;GH-48&lt;/a&gt; Added test coverage&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/49&quot;&gt;GH-49&lt;/a&gt; Drop Q usage for native promises&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/50&quot;&gt;GH-50&lt;/a&gt; Handle broken &lt;code&gt;NODE_PATH&lt;/code&gt; setups gracefully&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/44&quot;&gt;GH-44&lt;/a&gt; Look for node_modules in any recursive parent directory&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/26&quot;&gt;GH-26&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14173&quot;&gt;CB-14173&lt;/a&gt;: Fix cordova &lt;code&gt;&amp;lt;platform|plugin&amp;gt; add --link&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/24&quot;&gt;GH-24&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14133&quot;&gt;CB-14133&lt;/a&gt;: Avoid fetching already installed packages&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/23&quot;&gt;GH-23&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14140&quot;&gt;CB-14140&lt;/a&gt;: Remove shelljs&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/18&quot;&gt;GH-18&lt;/a&gt; Simplify installation location retrieval&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/22&quot;&gt;GH-22&lt;/a&gt; Handle missing options&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/21&quot;&gt;GH-21&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14066&quot;&gt;CB-14066&lt;/a&gt;: Drop support for Node 4&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13503&quot;&gt;CB-13503&lt;/a&gt;: fix trimID bug when using &lt;code&gt;file:path/to/plugin&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/12&quot;&gt;GH-12&lt;/a&gt; Enabling support for git+http&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;cordova-js&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/168&quot;&gt;GH-168&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14071&quot;&gt;CB-14071&lt;/a&gt;: Drop Node 4 Support&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/162&quot;&gt;GH-162&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14156&quot;&gt;CB-14156&lt;/a&gt;: Remove Browserify&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/175&quot;&gt;GH-175&lt;/a&gt; Remove support for deprecated platforms, unused dependency (express) and unused tasks&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;cordova-serve&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/14&quot;&gt;GH-14&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14198&quot;&gt;CB-14198&lt;/a&gt;: (all) Fix bug when running &lt;code&gt;simulate --target=&lt;/code&gt; under non-US Windows 10&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/15&quot;&gt;GH-15&lt;/a&gt; Don&amp;#39;t restore mocked resource prior to resolution&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/13&quot;&gt;GH-13&lt;/a&gt; Dependency updates &amp;amp; replacing shelljs with which&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/12&quot;&gt;GH-12&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14069&quot;&gt;CB-14069&lt;/a&gt;: Drop Node 4, Add Node 10 Support&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/10&quot;&gt;GH-10&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14191&quot;&gt;CB-14191&lt;/a&gt;: (android) Fix bug with module requiring&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Tue, 25 Dec 2018 00:00:00 +0000</pubDate>
+        <link>https://cordova.apache.org/news/2018/12/25/tools-release.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/news/2018/12/25/tools-release.html</guid>
+        
+        <category>release</category>
+        
+        <category>tools</category>
+        
+        
+        <category>news</category>
+        
+      </item>
+    
+      <item>
         <title>Cordova node xcode 1.1.0 Patch Release</title>
         <description>&lt;p&gt;We are happy to announce that Cordova node xcode &lt;code&gt;1.1.0&lt;/code&gt; version was released in December 2018.&lt;/p&gt;
 
@@ -320,47 +401,6 @@ cordova platform add windows@latest
         
         <category>release</category>
         
-        <category>tools</category>
-        
-        
-        <category>news</category>
-        
-      </item>
-    
-      <item>
-        <title>Cordova-lib Release</title>
-        <description>&lt;p&gt;We are happy to announce that &lt;code&gt;cordova-lib 8.1.0&lt;/code&gt; was released in September 2018.&lt;/p&gt;
-
-&lt;h2&gt;Release Highlights&lt;/h2&gt;
-
-&lt;p&gt;The purpose of this release is to resolve &lt;code&gt;npm audit&lt;/code&gt; issues, use recent releases of cordova-android and cordova-windows, and include some other recent updates.  Here are the important changes:&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/691&quot;&gt;GH-691&lt;/a&gt; update to use cordova-windows@~6.0.x by default&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/646&quot;&gt;GH-646&lt;/a&gt; Update &lt;strong&gt;Android&lt;/strong&gt; platform to latest release&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14148&quot;&gt;CB-14148&lt;/a&gt; remove nonsense &amp;quot;www&amp;quot; platform from Cordova listing (&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/620&quot;&gt;GH-620&lt;/a&gt;)&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14243&quot;&gt;CB-14243&lt;/a&gt; change dash to underscore for save-exact key reference (&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/631&quot;&gt;GH-631&lt;/a&gt;)&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/630&quot;&gt;GH-630&lt;/a&gt; Improve plugman/uninstall.js messages&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/621&quot;&gt;GH-628&lt;/a&gt; Fix promise handling when removing multiple plugins&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14033&quot;&gt;CB-14033&lt;/a&gt; Support symbolic dir links on &lt;strong&gt;Windows&lt;/strong&gt; (&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/621&quot;&gt;GH-621&lt;/a&gt;)&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13055&quot;&gt;CB-13055&lt;/a&gt; Fold all fetch options to &lt;code&gt;true&lt;/code&gt; (&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/624&quot;&gt;GH-624&lt;/a&gt;)&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/617&quot;&gt;GH-617&lt;/a&gt; Set the fetch option to true in plugman&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13532&quot;&gt;CB-13532&lt;/a&gt; Find plugins in devDependencies&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/611&quot;&gt;GH-611&lt;/a&gt; Fix ElementTree error about unclosed XML tag&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/611&quot;&gt;GH-611&lt;/a&gt; Dependency cleanup - update and remove several dependencies&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/693&quot;&gt;GH-693&lt;/a&gt; Add &lt;strong&gt;browser&lt;/strong&gt; default engine&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;Deprecation Note&lt;/h2&gt;
-
-&lt;p&gt;As NodeJS 4.x support ended on April 30&lt;sup&gt;th&lt;/sup&gt;, 2018, we are proceeding with our &lt;a href=&quot;http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html&quot;&gt;previously announced&lt;/a&gt; deprecation timeline.  This is probably the last release that will support NodeJS 4.x.&lt;/p&gt;
-</description>
-        <pubDate>Mon, 17 Sep 2018 00:00:00 +0000</pubDate>
-        <link>https://cordova.apache.org/news/2018/09/17/cordova-lib-8.1.0.html</link>
-        <guid isPermaLink="true">https://cordova.apache.org/news/2018/09/17/cordova-lib-8.1.0.html</guid>
-        
-        <category>release</category>
-        
         <category>tools</category>
         
         

Modified: cordova/site/public/news/2018/12/21/xcode-1.1.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2018/12/21/xcode-1.1.0.html?rev=1849712&r1=1849711&r2=1849712&view=diff
==============================================================================
--- cordova/site/public/news/2018/12/21/xcode-1.1.0.html (original)
+++ cordova/site/public/news/2018/12/21/xcode-1.1.0.html Tue Dec 25 05:37:21 2018
@@ -167,6 +167,26 @@
             </div>
             <div class="col-sm-6">
                 
+                    <a href="/news/2018/12/25/tools-release.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2018/12/25/tools-release.html">Tools Released!</a>
+                    <div class="date"> 25 Dec 2018 - 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
+                        -->
+                        We are happy to announce that we have just released an update...
+                    </p>
+                
             </div>
         </div>
     </footer>

Added: cordova/site/public/news/2018/12/25/tools-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2018/12/25/tools-release.html?rev=1849712&view=auto
==============================================================================
--- cordova/site/public/news/2018/12/25/tools-release.html (added)
+++ cordova/site/public/news/2018/12/25/tools-release.html Tue Dec 25 05:37:21 2018
@@ -0,0 +1,339 @@
+<!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="We are happy to announce that we have just released an update to our tools!cordova-app-hello-world@4.0.0cordova-fetch@2.0.0cordova-js@5.0.0cordova-serve@3.0....">
+
+    <title>
+        
+            
+                Tools Released! - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" href="https://cordova.apache.org/news/2018/12/25/tools-release.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 '8.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">Tools Released!</div>
+        <div class="author">By:
+            
+              Bryan Ellis
+            
+        </div>
+        <div class="date">25 Dec 2018</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that we have just released an update to our tools!</p>
+
+<ul>
+<li><a href="https://www.npmjs.org/package/cordova-app-hello-world">cordova-app-hello-world@4.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-fetch">cordova-fetch@2.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@5.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-serve">cordova-serve@3.0.0</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p>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.</p>
+
+<p>Please report any issues you find at <a href="http://issues.cordova.io/">issues.cordova.io</a>!</p>
+
+<!--more-->
+
+<h1>Changes include:</h1>
+
+<h2>cordova-app-hello-world</h2>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/24">GH-24</a> Absorb cordova-template-reference </li>
+<li>Slight CSS modernization &amp; use system fonts</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12886">CB-12886</a>: Fix for safe-area handling on iOS 11+</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-14098">CB-14098</a>: Remove unused res folder</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12397">CB-12397</a>: fix .gitignore for plugins &amp; platforms</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12762">CB-12762</a>: point package.json repo items to github instead of apache mirrors site</li>
+</ul>
+
+<h2>cordova-fetch</h2>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-fetch/pull/56">GH-56</a> Bump dependency cordova-common@3 and fs-extra@7</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/48">GH-48</a> Added test coverage</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/49">GH-49</a> Drop Q usage for native promises</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/50">GH-50</a> Handle broken <code>NODE_PATH</code> setups gracefully</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/44">GH-44</a> Look for node_modules in any recursive parent directory</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/26">GH-26</a> <a href="https://issues.apache.org/jira/browse/CB-14173">CB-14173</a>: Fix cordova <code>&lt;platform|plugin&gt; add --link</code></li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/24">GH-24</a> <a href="https://issues.apache.org/jira/browse/CB-14133">CB-14133</a>: Avoid fetching already installed packages</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/23">GH-23</a> <a href="https://issues.apache.org/jira/browse/CB-14140">CB-14140</a>: Remove shelljs</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/18">GH-18</a> Simplify installation location retrieval</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/22">GH-22</a> Handle missing options</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/21">GH-21</a> <a href="https://issues.apache.org/jira/browse/CB-14066">CB-14066</a>: Drop support for Node 4</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13503">CB-13503</a>: fix trimID bug when using <code>file:path/to/plugin</code></li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/12">GH-12</a> Enabling support for git+http</li>
+</ul>
+
+<h2>cordova-js</h2>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-js/pull/168">GH-168</a> <a href="https://issues.apache.org/jira/browse/CB-14071">CB-14071</a>: Drop Node 4 Support</li>
+<li><a href="https://github.com/apache/cordova-js/pull/162">GH-162</a> <a href="https://issues.apache.org/jira/browse/CB-14156">CB-14156</a>: Remove Browserify</li>
+<li><a href="https://github.com/apache/cordova-js/pull/175">GH-175</a> Remove support for deprecated platforms, unused dependency (express) and unused tasks</li>
+</ul>
+
+<h2>cordova-serve</h2>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-serve/pull/14">GH-14</a> <a href="https://issues.apache.org/jira/browse/CB-14198">CB-14198</a>: (all) Fix bug when running <code>simulate --target=</code> under non-US Windows 10</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/15">GH-15</a> Don&#39;t restore mocked resource prior to resolution</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/13">GH-13</a> Dependency updates &amp; replacing shelljs with which</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/12">GH-12</a> <a href="https://issues.apache.org/jira/browse/CB-14069">CB-14069</a>: Drop Node 4, Add Node 10 Support</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/10">GH-10</a> <a href="https://issues.apache.org/jira/browse/CB-14191">CB-14191</a>: (android) Fix bug with module requiring</li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/news/2018/12/21/xcode-1.1.0.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2018/12/21/xcode-1.1.0.html">Cordova node xcode 1.1.0 Patch Release</a>
+                    <div class="date"> 21 Dec 2018 - By Chris Brody </div>
+                    <p class="content">
+                        We are happy to announce that Cordova node xcode 1.1.0 version was...
+                    </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:  8.x", "language: en"] }
+    });
+</script>
+
+</body>
+</html>

Modified: cordova/site/public/sitemap.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1849712&r1=1849711&r2=1849712&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Tue Dec 25 05:37:21 2018
@@ -4,6 +4,11 @@
 <!-- posts -->
 
 <url>
+    <loc>https://cordova.apache.org/news/2018/12/25/tools-release.html</loc>
+</url>
+
+
+<url>
     <loc>https://cordova.apache.org/news/2018/12/21/xcode-1.1.0.html</loc>
 </url>
 

Modified: cordova/site/public/static/js/index.js
URL: http://svn.apache.org/viewvc/cordova/site/public/static/js/index.js?rev=1849712&r1=1849711&r2=1849712&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Tue Dec 25 05:37:21 2018
@@ -77,6 +77,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Tue, 25 Dec 2018 00:00:00 +0000');
         dates.push('Fri, 21 Dec 2018 00:00:00 +0000');
         dates.push('Fri, 23 Nov 2018 00:00:00 +0000');
         dates.push('Wed, 21 Nov 2018 00:00:00 +0000');



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