You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2020/04/13 04:04:55 UTC

svn commit: r1876438 - in /cordova/site/public: ./ announcements/2020/03/30/ blog/ docs/en/dev/reference/cordova-plugin-inappbrowser/ docs/en/dev/reference/cordova-plugin-statusbar/ news/2020/ news/2020/04/ news/2020/04/13/ static/js/

Author: janpio
Date: Mon Apr 13 04:04:54 2020
New Revision: 1876438

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

Added:
    cordova/site/public/news/2020/
    cordova/site/public/news/2020/04/
    cordova/site/public/news/2020/04/13/
    cordova/site/public/news/2020/04/13/tools-template-release.html
Modified:
    cordova/site/public/announcements/2020/03/30/cordova-common-release-4.0.0.html
    cordova/site/public/blog/index.html
    cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
    cordova/site/public/docs/en/dev/reference/cordova-plugin-statusbar/index.html
    cordova/site/public/feed.xml
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js

Modified: cordova/site/public/announcements/2020/03/30/cordova-common-release-4.0.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2020/03/30/cordova-common-release-4.0.0.html?rev=1876438&r1=1876437&r2=1876438&view=diff
==============================================================================
--- cordova/site/public/announcements/2020/03/30/cordova-common-release-4.0.0.html (original)
+++ cordova/site/public/announcements/2020/03/30/cordova-common-release-4.0.0.html Mon Apr 13 04:04:54 2020
@@ -222,6 +222,26 @@
             </div>
             <div class="col-sm-6">
                 
+                    <a href="/news/2020/04/13/tools-template-release.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2020/04/13/tools-template-release.html">Tools & Template Released!</a>
+                    <div class="date"> 13 Apr 2020 - 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>

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1876438&r1=1876437&r2=1876438&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Mon Apr 13 04:04:54 2020
@@ -123,6 +123,84 @@
             
             <li>
                 <header>
+                    <div class="adorner" blogTime="Mon, 13 Apr 2020 00:00:00 +0000"></div>
+                    <h2 class="title">
+                        <a href="/news/2020/04/13/tools-template-release.html">Tools & Template Released!</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">13 Apr 2020</span>
+                        - by
+                        <span class="author">
+                            
+                                Bryan Ellis
+                            
+                        </span>
+                        <a class="comment" href="/news/2020/04/13/tools-template-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 and template!</p>
+
+<ul>
+<li><a href="https://www.npmjs.org/package/cordova-fetch">cordova-fetch@3.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@6.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/xcode">xcode@3.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-serve">cordova-serve@4.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-app-hello-world">cordova-app-hello-world@5.0.0</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p>We have raised the minimum required Node.js version for all of our packages to 10.x and begun to modernize the node JavaScript to use supported ES6.</p>
+
+<h3>cordova-fetch</h3>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-fetch/pull/78">GH-78</a> Work around npm bug when uninstalling old cordova platforms</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/65">GH-65</a> Save platforms and plugins to devDependencies</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/65">GH-65</a> fix npm install package-name detection when a package has post-install</li>
+</ul>
+
+<h3>cordova-js</h3>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-js/pull/211">GH-211</a> Improve callback error handling</li>
+<li><a href="https://github.com/apache/cordova-js/pull/215">GH-215</a> Do not try to replace <code>window.navigator</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/200">GH-200</a> Fix parsing of some parameter formats in <code>argscheck.checkArgs</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/188">GH-188</a> Add <strong>Electron</strong> Support</li>
+</ul>
+
+<h3>xcode</h3>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-node-xcode/pull/106">GH-106</a> Update build property by <code>targetname</code></li>
+<li><a href="https://github.com/apache/cordova-node-xcode/pull/79">GH-79</a> feat: add new optional paramter to <code>pbxProject.addTarget</code></li>
+</ul>
+
+<h3>cordova-serve</h3>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-serve/pull/30">GH-30</a> breaking: replace dependency <code>opn</code> w/ <code>open</code></li>
+</ul>
+
+<h3>cordova-app-hello-world</h3>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/43">GH-43</a> feature: dark mode</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/58">GH-58</a> chore(index.html): add charset, prevent scaling, use default attributes</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/57">GH-57</a> Update <code>index.css</code>, fixes duplicated <code>env</code> right</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/55">GH-55</a> Simplify demo app JavaScript</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/52">GH-52</a> fix: remove unsupported hooks directory</li>
+</ul>
+
+<p>Please report any issues you find at <a href="http://issues.cordova.io/">issues.cordova.io</a>!</p>
+</p>
+                    <div><a href="/news/2020/04/13/tools-template-release.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
                     <div class="adorner" blogTime="Mon, 30 Mar 2020 00:00:00 +0000"></div>
                     <h2 class="title">
                         <a href="/announcements/2020/03/30/cordova-common-release-4.0.0.html">Cordova Common 4.0.0 Released!</a>
@@ -9249,7 +9327,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Mon, 30 Mar 2020 00:00:00 +0000").getTime();
+            var lastPostTime = new Date("Mon, 13 Apr 2020 00:00:00 +0000").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };

Modified: cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html?rev=1876438&r1=1876437&r2=1876438&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html Mon Apr 13 04:04:54 2020
@@ -2702,8 +2702,8 @@ Only has effect if user has <strong>foot
 <li><strong>enableViewportScale</strong>:  Set to <code>yes</code> or <code>no</code> to prevent viewport scaling through a meta tag (defaults to <code>no</code>).</li>
 <li><strong>mediaPlaybackRequiresUserAction</strong>: Set to <code>yes</code> to prevent HTML5 audio or video from autoplaying (defaults to <code>no</code>).</li>
 <li><strong>allowInlineMediaPlayback</strong>: Set to <code>yes</code> or <code>no</code> to allow in-line HTML5 media playback, displaying within the browser window rather than a device-specific playback interface. The HTML&#39;s <code>video</code> element must also include the <code>webkit-playsinline</code> attribute (defaults to <code>no</code>).</li>
-<li><strong>presentationstyle</strong>:  Set to <code>pagesheet</code>, <code>formsheet</code> or <code>fullscreen</code> to set the <a href="http://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instp/UIViewController/modalPresentationStyle">presentation style</a> (defaults to <code>fullscreen</code>).</li>
-<li><strong>transitionstyle</strong>: Set to <code>fliphorizontal</code>, <code>crossdissolve</code> or <code>coververtical</code> to set the <a href="http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instp/UIViewController/modalTransitionStyle">transition style</a> (defaults to <code>coververtical</code>).</li>
+<li><strong>presentationstyle</strong>:  Set to <code>pagesheet</code>, <code>formsheet</code> or <code>fullscreen</code> to set the <a href="https://developer.apple.com/documentation/uikit/uimodalpresentationstyle">presentation style</a> (defaults to <code>fullscreen</code>).</li>
+<li><strong>transitionstyle</strong>: Set to <code>fliphorizontal</code>, <code>crossdissolve</code> or <code>coververtical</code> to set the <a href="https://developer.apple.com/documentation/uikit/uimodaltransitionstyle">transition style</a> (defaults to <code>coververtical</code>).</li>
 <li><strong>toolbarposition</strong>: Set to <code>top</code> or <code>bottom</code> (default is <code>bottom</code>). Causes the toolbar to be at the top or bottom of the window.</li>
 <li><strong>hidespinner</strong>: Set to <code>yes</code> or <code>no</code> to change the visibility of the loading indicator (defaults to <code>no</code>).</li>
 </ul>

Modified: cordova/site/public/docs/en/dev/reference/cordova-plugin-statusbar/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-statusbar/index.html?rev=1876438&r1=1876437&r2=1876438&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-statusbar/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-statusbar/index.html Mon Apr 13 04:04:54 2020
@@ -2603,7 +2603,7 @@
 <h5>Android Quirks</h5>
 
 <p>Only supported on Android 5 or later. Earlier versions will ignore this preference.</p></li>
-<li><p><strong>StatusBarBackgroundColor</strong> (color hex string, no default value). Set the background color of the statusbar by a hex string (#RRGGBB) at startup. If this value is not set, the background color will be transparent.</p>
+<li><p><strong>StatusBarBackgroundColor</strong> (color hex string, no default value). Set the background color of the statusbar by a hex string (#RRGGBB) at startup. If this value is not set, the background color will be transparent. If <code>StatusBarOverlaysWebView</code> is set to true, then a 8 digit hex (#AARRGGBB) string can optionally be used to define the transparency.</p>
 <div class="highlight"><pre><code class="language-" data-lang="">&lt;preference name="StatusBarBackgroundColor" value="#000000" /&gt;
 </code></pre></div></li>
 <li><p><strong>StatusBarStyle</strong> (status bar style, defaults to lightcontent). Set the status bar style (e.g. text color). Available options: <code>default</code>, <code>lightcontent</code>. <code>blacktranslucent</code> and <code>blackopaque</code> are also available, but <strong>deprecated</strong>, will be removed in next major release, use <code>lightcontent</code> instead.</p>

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1876438&r1=1876437&r2=1876438&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Mon Apr 13 04:04:54 2020
@@ -6,11 +6,279 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 30 Mar 2020 14:33:35 +0000</pubDate>
-    <lastBuildDate>Mon, 30 Mar 2020 14:33:35 +0000</lastBuildDate>
+    <pubDate>Mon, 13 Apr 2020 03:44:39 +0000</pubDate>
+    <lastBuildDate>Mon, 13 Apr 2020 03:44:39 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
+        <title>Tools &amp; Template Released!</title>
+        <description>&lt;p&gt;We are happy to announce that we have just released an update to our tools and template!&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-fetch&quot;&gt;cordova-fetch@3.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@6.0.0&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/xcode&quot;&gt;xcode@3.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@4.0.0&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-app-hello-world&quot;&gt;cordova-app-hello-world@5.0.0&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;Release Highlights&lt;/h2&gt;
+
+&lt;p&gt;We have raised the minimum required Node.js version for all of our packages to 10.x and begun to modernize the node JavaScript to use supported ES6.&lt;/p&gt;
+
+&lt;h3&gt;cordova-fetch&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/78&quot;&gt;GH-78&lt;/a&gt; Work around npm bug when uninstalling old cordova platforms&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/65&quot;&gt;GH-65&lt;/a&gt; Save platforms and plugins to devDependencies&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/65&quot;&gt;GH-65&lt;/a&gt; fix npm install package-name detection when a package has post-install&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3&gt;cordova-js&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/211&quot;&gt;GH-211&lt;/a&gt; Improve callback error handling&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/215&quot;&gt;GH-215&lt;/a&gt; Do not try to replace &lt;code&gt;window.navigator&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/200&quot;&gt;GH-200&lt;/a&gt; Fix parsing of some parameter formats in &lt;code&gt;argscheck.checkArgs&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/188&quot;&gt;GH-188&lt;/a&gt; Add &lt;strong&gt;Electron&lt;/strong&gt; Support&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3&gt;xcode&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-node-xcode/pull/106&quot;&gt;GH-106&lt;/a&gt; Update build property by &lt;code&gt;targetname&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-node-xcode/pull/79&quot;&gt;GH-79&lt;/a&gt; feat: add new optional paramter to &lt;code&gt;pbxProject.addTarget&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3&gt;cordova-serve&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/30&quot;&gt;GH-30&lt;/a&gt; breaking: replace dependency &lt;code&gt;opn&lt;/code&gt; w/ &lt;code&gt;open&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3&gt;cordova-app-hello-world&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/43&quot;&gt;GH-43&lt;/a&gt; feature: dark mode&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/58&quot;&gt;GH-58&lt;/a&gt; chore(index.html): add charset, prevent scaling, use default attributes&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/57&quot;&gt;GH-57&lt;/a&gt; Update &lt;code&gt;index.css&lt;/code&gt;, fixes duplicated &lt;code&gt;env&lt;/code&gt; right&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/55&quot;&gt;GH-55&lt;/a&gt; Simplify demo app JavaScript&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/52&quot;&gt;GH-52&lt;/a&gt; fix: remove unsupported hooks directory&lt;/li&gt;
+&lt;/ul&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-fetch&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Added NOTICE &amp;amp; LICENSE file for release&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/84&quot;&gt;GH-84&lt;/a&gt; doc(README): fix markdown lint warning&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/82&quot;&gt;GH-82&lt;/a&gt; refactor: modernize code &amp;amp; update &lt;code&gt;README&lt;/code&gt;
+
+&lt;ul&gt;
+&lt;li&gt;refactor: transform &lt;code&gt;var&lt;/code&gt; to &lt;code&gt;let&lt;/code&gt; &amp;amp; &lt;code&gt;const&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;refactor: consolidate &lt;code&gt;cordova-common&lt;/code&gt; vars&lt;/li&gt;
+&lt;li&gt;refactor: transform arrow functions &amp;amp; arrow returns&lt;/li&gt;
+&lt;li&gt;refactor: transform template strings&lt;/li&gt;
+&lt;li&gt;doc(README): update &amp;amp; formatting&lt;/li&gt;
+&lt;li&gt;chore(npm): update package repo &amp;amp; bugs url&lt;/li&gt;
+&lt;li&gt;chore: apply suggestions&lt;/li&gt;
+&lt;li&gt;chore: revert promise chain flattening&lt;/li&gt;
+&lt;/ul&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/83&quot;&gt;GH-83&lt;/a&gt; breaking(npm): bump dependencies
+
+&lt;ul&gt;
+&lt;li&gt;&lt;code&gt;@cordova/eslint-config@^3.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;nyc@^15.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;rewire@^5.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;cordova-common@^3.2.1&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;fs-extra@^9.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;npm-package-arg@^8.0.1&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;pify@^5.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;resolve@^1.15.1&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;semver@^7.1.3&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;which@^2.0.2&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;cordova-common@4.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/79&quot;&gt;GH-79&lt;/a&gt; feat: update package &amp;amp; ci services
+
+&lt;ul&gt;
+&lt;li&gt;ci: replace current services with gh-actions&lt;/li&gt;
+&lt;li&gt;ci(gh-action): update workflow&lt;/li&gt;
+&lt;li&gt;chore(package-lock): rebuild&lt;/li&gt;
+&lt;li&gt;chore(npm): drop appveyor from ignore list&lt;/li&gt;
+&lt;li&gt;chore(npm-script): rename cover to test:coverage&lt;/li&gt;
+&lt;/ul&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/81&quot;&gt;GH-81&lt;/a&gt; chore: consolidate eslint configs&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/70&quot;&gt;GH-70&lt;/a&gt; refactor: eslint setup&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/65&quot;&gt;GH-65&lt;/a&gt; Save platforms and plugins to devDependencies&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/72&quot;&gt;GH-72&lt;/a&gt; chore: update &lt;code&gt;file-url&lt;/code&gt; dependency to &lt;code&gt;^3.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/80&quot;&gt;GH-80&lt;/a&gt; Drop code supporting &lt;code&gt;npm@&amp;lt;5&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/74&quot;&gt;GH-74&lt;/a&gt; chore: improve npm ignore list&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/73&quot;&gt;GH-73&lt;/a&gt; chore: bump production dependencies&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/71&quot;&gt;GH-71&lt;/a&gt; chore: update &lt;code&gt;jasmine&lt;/code&gt; dependencies&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/69&quot;&gt;GH-69&lt;/a&gt; chore: drop node 6 and 8 support&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/68&quot;&gt;GH-68&lt;/a&gt; chore: bump version to 3.0.0-dev&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/78&quot;&gt;GH-78&lt;/a&gt; Work around npm bug when uninstalling old cordova platforms&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/77&quot;&gt;GH-77&lt;/a&gt; chore: update &lt;code&gt;nyc&lt;/code&gt; dev dependency&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/63&quot;&gt;GH-63&lt;/a&gt; Add Node.js 12 to CI Services&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/227&quot;&gt;GH-227&lt;/a&gt; doc(README): update&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/225&quot;&gt;GH-225&lt;/a&gt; breaking(npm): bump dependencies
+
+&lt;ul&gt;
+&lt;li&gt;&lt;code&gt;@cordova/eslint-config@^3.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;cordova-android@^8.1.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;cordova-ios@^5.1.1&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;eslint-plugin-es5@^1.5.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;grunt@^1.1.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;jasmine-core@^3.5.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;karma@^4.4.1&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;karma-chrome-launcher@^3.1.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;karma-coverage@^2.0.1&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;karma-jasmine@^3.1.1&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;puppeteer@^2.1.1&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;execa@^4.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;fs-extra@^9.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;globby@^11.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/226&quot;&gt;GH-226&lt;/a&gt; ci(github-actions): add workflow w/ supported changes&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/224&quot;&gt;GH-224&lt;/a&gt; chore(npm): package cleanup&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/223&quot;&gt;GH-223&lt;/a&gt; breaking: bump minimum &lt;code&gt;node&lt;/code&gt; support &lt;code&gt;&amp;gt;=10&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/221&quot;&gt;GH-221&lt;/a&gt; refactor: eslint setup&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/220&quot;&gt;GH-220&lt;/a&gt; fix: move &lt;code&gt;eslint-plugin-es5&lt;/code&gt; to &lt;code&gt;devDependencies&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/211&quot;&gt;GH-211&lt;/a&gt; Improve callback error handling&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/215&quot;&gt;GH-215&lt;/a&gt; Do not try to replace &lt;code&gt;window.navigator&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/216&quot;&gt;GH-216&lt;/a&gt; Re-enable ESLint rules&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/217&quot;&gt;GH-217&lt;/a&gt; Target next major version 6.0.0&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/218&quot;&gt;GH-218&lt;/a&gt; Minor formatting improvements in &lt;code&gt;cordova.js&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/204&quot;&gt;GH-204&lt;/a&gt; ESLint improvements&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/214&quot;&gt;GH-214&lt;/a&gt; Drop unused test helpers&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/209&quot;&gt;GH-209&lt;/a&gt; Collect &amp;amp; report test coverage for our browser code&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/208&quot;&gt;GH-208&lt;/a&gt; Make built JS output a bit prettier&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/207&quot;&gt;GH-207&lt;/a&gt; Add platforms used during tests as &lt;code&gt;devDependencies&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/205&quot;&gt;GH-205&lt;/a&gt; Completely refactor build system&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/199&quot;&gt;GH-199&lt;/a&gt; Add Node.js 12 to CI Services&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/198&quot;&gt;GH-198&lt;/a&gt; Document &lt;code&gt;argscheck.checkArgs&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/201&quot;&gt;GH-201&lt;/a&gt; Improve &lt;code&gt;README&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/200&quot;&gt;GH-200&lt;/a&gt; Fix parsing of some parameter formats in &lt;code&gt;argscheck.checkArgs&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/197&quot;&gt;GH-197&lt;/a&gt; Use &lt;code&gt;.gitgnore&lt;/code&gt; as &lt;code&gt;.eslintignore&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/196&quot;&gt;GH-196&lt;/a&gt; Allow to define modules whose name appears on &lt;code&gt;Object.prototype&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/195&quot;&gt;GH-195&lt;/a&gt; Integrate unused CommonJS tests where applicable&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/194&quot;&gt;GH-194&lt;/a&gt; Minor cleanup of require/define tests&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/193&quot;&gt;GH-193&lt;/a&gt; Update &lt;code&gt;README&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/192&quot;&gt;GH-192&lt;/a&gt; Update dependencies &amp;amp; fix resulting ESLint violations
+
+&lt;ul&gt;
+&lt;li&gt;Fix new ESLint &lt;code&gt;object-curly-spacing&lt;/code&gt; violations&lt;/li&gt;
+&lt;/ul&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/190&quot;&gt;GH-190&lt;/a&gt; Drop build/test support for Node.js 6&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/191&quot;&gt;GH-191&lt;/a&gt; Lint (almost) all JS files&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/189&quot;&gt;GH-189&lt;/a&gt; Remove obsolete stuff from AppVeyor CI config&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-js/pull/188&quot;&gt;GH-188&lt;/a&gt; Add &lt;strong&gt;Electron&lt;/strong&gt; Support&lt;/li&gt;
+&lt;li&gt;Add or update GitHub pull request and issue template&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;xcode&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;node-xcode-3.0.0 Added NOTICE for release&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-node-xcode/pull/107&quot;&gt;GH-107&lt;/a&gt; doc(README): fix CI badge url&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-node-xcode/pull/106&quot;&gt;GH-106&lt;/a&gt; Update build property by &lt;code&gt;targetname&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-node-xcode/pull/79&quot;&gt;GH-79&lt;/a&gt; feat: add new optional paramter to &lt;code&gt;pbxProject.addTarget&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-node-xcode/pull/96&quot;&gt;GH-96&lt;/a&gt; ci: switch travis ci for github actions&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-node-xcode/pull/94&quot;&gt;GH-94&lt;/a&gt; breaking(npm): bump dependencies
+
+&lt;ul&gt;
+&lt;li&gt;&lt;code&gt;simple-plist@^1.1.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;uuid@^7.0.3&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-node-xcode/pull/93&quot;&gt;GH-93&lt;/a&gt; chore(npm): use short notation for repo &amp;amp; bugs&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-node-xcode/pull/90&quot;&gt;GH-90&lt;/a&gt; ci(travis): removes Node.js v6 and v8 from testing&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-node-xcode/pull/92&quot;&gt;GH-92&lt;/a&gt; chore: bump node requirement (&lt;code&gt;&amp;gt;=10&lt;/code&gt;)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-node-xcode/pull/89&quot;&gt;GH-89&lt;/a&gt; chore(npm): improve ignore list&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/31&quot;&gt;GH-31&lt;/a&gt; doc(README): formatting, syntax updating, wording&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/35&quot;&gt;GH-35&lt;/a&gt; refactor: transform template&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/34&quot;&gt;GH-34&lt;/a&gt; refactor: transform object shorthand&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/33&quot;&gt;GH-33&lt;/a&gt; refactor: transform arrow &amp;amp; arrow-returns&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/32&quot;&gt;GH-32&lt;/a&gt; refactor: transform &lt;code&gt;var&lt;/code&gt; to &lt;code&gt;let&lt;/code&gt; &amp;amp; &lt;code&gt;const&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/30&quot;&gt;GH-30&lt;/a&gt; breaking: replace dependency &lt;code&gt;opn&lt;/code&gt; w/ &lt;code&gt;open&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/29&quot;&gt;GH-29&lt;/a&gt; ci: replace existing services with GitHub Actions&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/27&quot;&gt;GH-27&lt;/a&gt; chore(npm): update package &amp;amp; add ignore list&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/28&quot;&gt;GH-28&lt;/a&gt; breaking(npm): bump dependencies
+
+&lt;ul&gt;
+&lt;li&gt;&lt;code&gt;@cordova/eslint-config@^3.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;rewire@^5.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;chalk@^3.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;compression@^1.7.4&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;express@^4.17.1&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;opn@^6.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;which@^2.0.2&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/25&quot;&gt;GH-25&lt;/a&gt; chore: consolidate &lt;code&gt;eslint&lt;/code&gt; configs&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/24&quot;&gt;GH-24&lt;/a&gt; chore: update &lt;code&gt;jasmine&lt;/code&gt; dependencies &amp;amp; settings&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/23&quot;&gt;GH-23&lt;/a&gt; refactor: &lt;code&gt;eslint&lt;/code&gt; setup&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/22&quot;&gt;GH-22&lt;/a&gt; chore: drop node 6 and 8 support&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/20&quot;&gt;GH-20&lt;/a&gt; Spec cleanup&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/19&quot;&gt;GH-19&lt;/a&gt; Improve linting&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/17&quot;&gt;GH-17&lt;/a&gt; chore: remove appveyor allow node12 failure&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-serve/pull/16&quot;&gt;GH-16&lt;/a&gt; Add Node.js 12 to CI Services&lt;/li&gt;
+&lt;li&gt;Add or update GitHub pull request and issue template&lt;/li&gt;
+&lt;/ul&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/64&quot;&gt;GH-64&lt;/a&gt; doc(README): fix markdown lint warnings &amp;amp; add npm badge&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/62&quot;&gt;GH-62&lt;/a&gt; chore(git): ignores &lt;code&gt;node_modules&lt;/code&gt; folder&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/61&quot;&gt;GH-61&lt;/a&gt; chore(npm): add ignore list &amp;amp; update package data&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/60&quot;&gt;GH-60&lt;/a&gt; refactor: transform &lt;code&gt;var&lt;/code&gt; to &lt;code&gt;let&lt;/code&gt; &amp;amp; &lt;code&gt;const&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/43&quot;&gt;GH-43&lt;/a&gt; feature: dark mode&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/59&quot;&gt;GH-59&lt;/a&gt; style: update &lt;code&gt;config.xml&lt;/code&gt;
+
+&lt;ul&gt;
+&lt;li&gt;replace single quotation marks with double quotation mark&lt;/li&gt;
+&lt;li&gt;capitalize &lt;code&gt;UTF-8&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/58&quot;&gt;GH-58&lt;/a&gt; chore(index.html): add charset, prevent scaling, use default attributes&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/57&quot;&gt;GH-57&lt;/a&gt; Update &lt;code&gt;index.css&lt;/code&gt;, fixes duplicated &lt;code&gt;env&lt;/code&gt; right&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/55&quot;&gt;GH-55&lt;/a&gt; Simplify demo app JavaScript&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/56&quot;&gt;GH-56&lt;/a&gt; fix: move default plugin to &lt;code&gt;package.json&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/52&quot;&gt;GH-52&lt;/a&gt; fix: remove unsupported hooks directory&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-app-hello-world/pull/50&quot;&gt;GH-50&lt;/a&gt; feat: ensure &lt;code&gt;.gitignore&lt;/code&gt; file in generated app&lt;/li&gt;
+&lt;li&gt;Add or update GitHub pull request and issue template&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Mon, 13 Apr 2020 00:00:00 +0000</pubDate>
+        <link>https://cordova.apache.org/news/2020/04/13/tools-template-release.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/news/2020/04/13/tools-template-release.html</guid>
+        
+        <category>release</category>
+        
+        <category>tools</category>
+        
+        <category>template</category>
+        
+        
+        <category>news</category>
+        
+      </item>
+    
+      <item>
         <title>Cordova Common 4.0.0 Released!</title>
         <description>&lt;p&gt;We are happy to announce that &lt;code&gt;cordova-common@4.0.0&lt;/code&gt; was released in March 2020. This is one of the libraries used behind-the-scenes by nearly all of the Cordova tooling and provides utilities for dealing with things like &lt;code&gt;config.xml&lt;/code&gt; parsing.&lt;/p&gt;
 
@@ -475,59 +743,6 @@ cordova platform add android@8.1.0
         
         <category>news</category>
         
-        <category>releases</category>
-        
-        
-        <category>announcements</category>
-        
-      </item>
-    
-      <item>
-        <title>Cordova Electron 1.1.1 Released!</title>
-        <description>&lt;p&gt;We are happy to announce that we have just released &lt;code&gt;Cordova Electron 1.1.1&lt;/code&gt;!  This is one of Cordova&amp;#39;s supported platforms for building Electron applications.&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://www.npmjs.com/package/cordova-electron&quot;&gt;cordova-electron@1.1.1&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;Release Highlights&lt;/h2&gt;
-
-&lt;p&gt;&lt;strong&gt;To upgrade:&lt;/strong&gt;&lt;/p&gt;
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-&quot; data-lang=&quot;&quot;&gt;cordova platform remove electron
-cordova platform add electron@1.1.1
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;p&gt;&lt;strong&gt;To install:&lt;/strong&gt;&lt;/p&gt;
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-&quot; data-lang=&quot;&quot;&gt;cordova platform add electron@1.1.1
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;p&gt;Some of the notable fixes in this patch releae are:&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;Builds no longer fails when icons with incorrect requirements are defined as long as one of the icons meet the requirements.&lt;/li&gt;
-&lt;li&gt;Prepare no longer fails  when &lt;code&gt;package.json&lt;/code&gt; is missing the &lt;code&gt;dependencies&lt;/code&gt; property.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;For a quick start guide and in-depth configuration setup, please check out our &lt;a href=&quot;https://github.com/apache/cordova-electron/blob/rel/1.1.1/DOCUMENTATION.md&quot;&gt;Cordova Electron Documentation&lt;/a&gt;!&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-electron/pull/94&quot;&gt;GH-94&lt;/a&gt; chore: rebuilt &lt;code&gt;package-lock.json&lt;/code&gt; for audit fix&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/79&quot;&gt;GH-79&lt;/a&gt; fix: filter icons only matching requirements&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/89&quot;&gt;GH-89&lt;/a&gt; fix: prepare missing dependencies failure&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/86&quot;&gt;GH-86&lt;/a&gt; refactor: improve create test spec speed&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/85&quot;&gt;GH-85&lt;/a&gt; fix: use &lt;code&gt;spyOn&lt;/code&gt; for process global var&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Tue, 27 Aug 2019 00:00:00 +0000</pubDate>
-        <link>https://cordova.apache.org/announcements/2019/08/27/cordova-electron-release-1.1.1.html</link>
-        <guid isPermaLink="true">https://cordova.apache.org/announcements/2019/08/27/cordova-electron-release-1.1.1.html</guid>
-        
-        <category>news</category>
-        
         <category>releases</category>
         
         

Added: cordova/site/public/news/2020/04/13/tools-template-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2020/04/13/tools-template-release.html?rev=1876438&view=auto
==============================================================================
--- cordova/site/public/news/2020/04/13/tools-template-release.html (added)
+++ cordova/site/public/news/2020/04/13/tools-template-release.html Mon Apr 13 04:04:54 2020
@@ -0,0 +1,523 @@
+<!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 and template!cordova-fetch@3.0.0cordova-js@6.0.0xcode@3.0.0cordova-serve@4.0.0cord...">
+
+    <title>
+        
+            
+                Tools & Template Released! - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" href="https://cordova.apache.org/news/2020/04/13/tools-template-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>
+    (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">Tools & Template Released!</div>
+        <div class="author">By:
+            
+              Bryan Ellis
+            
+        </div>
+        <div class="date">13 Apr 2020</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that we have just released an update to our tools and template!</p>
+
+<ul>
+<li><a href="https://www.npmjs.org/package/cordova-fetch">cordova-fetch@3.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@6.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/xcode">xcode@3.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-serve">cordova-serve@4.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-app-hello-world">cordova-app-hello-world@5.0.0</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p>We have raised the minimum required Node.js version for all of our packages to 10.x and begun to modernize the node JavaScript to use supported ES6.</p>
+
+<h3>cordova-fetch</h3>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-fetch/pull/78">GH-78</a> Work around npm bug when uninstalling old cordova platforms</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/65">GH-65</a> Save platforms and plugins to devDependencies</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/65">GH-65</a> fix npm install package-name detection when a package has post-install</li>
+</ul>
+
+<h3>cordova-js</h3>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-js/pull/211">GH-211</a> Improve callback error handling</li>
+<li><a href="https://github.com/apache/cordova-js/pull/215">GH-215</a> Do not try to replace <code>window.navigator</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/200">GH-200</a> Fix parsing of some parameter formats in <code>argscheck.checkArgs</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/188">GH-188</a> Add <strong>Electron</strong> Support</li>
+</ul>
+
+<h3>xcode</h3>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-node-xcode/pull/106">GH-106</a> Update build property by <code>targetname</code></li>
+<li><a href="https://github.com/apache/cordova-node-xcode/pull/79">GH-79</a> feat: add new optional paramter to <code>pbxProject.addTarget</code></li>
+</ul>
+
+<h3>cordova-serve</h3>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-serve/pull/30">GH-30</a> breaking: replace dependency <code>opn</code> w/ <code>open</code></li>
+</ul>
+
+<h3>cordova-app-hello-world</h3>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/43">GH-43</a> feature: dark mode</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/58">GH-58</a> chore(index.html): add charset, prevent scaling, use default attributes</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/57">GH-57</a> Update <code>index.css</code>, fixes duplicated <code>env</code> right</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/55">GH-55</a> Simplify demo app JavaScript</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/52">GH-52</a> fix: remove unsupported hooks directory</li>
+</ul>
+
+<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-fetch</h2>
+
+<ul>
+<li>Added NOTICE &amp; LICENSE file for release</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/84">GH-84</a> doc(README): fix markdown lint warning</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/82">GH-82</a> refactor: modernize code &amp; update <code>README</code>
+
+<ul>
+<li>refactor: transform <code>var</code> to <code>let</code> &amp; <code>const</code></li>
+<li>refactor: consolidate <code>cordova-common</code> vars</li>
+<li>refactor: transform arrow functions &amp; arrow returns</li>
+<li>refactor: transform template strings</li>
+<li>doc(README): update &amp; formatting</li>
+<li>chore(npm): update package repo &amp; bugs url</li>
+<li>chore: apply suggestions</li>
+<li>chore: revert promise chain flattening</li>
+</ul></li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/83">GH-83</a> breaking(npm): bump dependencies
+
+<ul>
+<li><code>@cordova/eslint-config@^3.0.0</code></li>
+<li><code>nyc@^15.0.0</code></li>
+<li><code>rewire@^5.0.0</code></li>
+<li><code>cordova-common@^3.2.1</code></li>
+<li><code>fs-extra@^9.0.0</code></li>
+<li><code>npm-package-arg@^8.0.1</code></li>
+<li><code>pify@^5.0.0</code></li>
+<li><code>resolve@^1.15.1</code></li>
+<li><code>semver@^7.1.3</code></li>
+<li><code>which@^2.0.2</code></li>
+<li><code>cordova-common@4.0.0</code></li>
+</ul></li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/79">GH-79</a> feat: update package &amp; ci services
+
+<ul>
+<li>ci: replace current services with gh-actions</li>
+<li>ci(gh-action): update workflow</li>
+<li>chore(package-lock): rebuild</li>
+<li>chore(npm): drop appveyor from ignore list</li>
+<li>chore(npm-script): rename cover to test:coverage</li>
+</ul></li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/81">GH-81</a> chore: consolidate eslint configs</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/70">GH-70</a> refactor: eslint setup</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/65">GH-65</a> Save platforms and plugins to devDependencies</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/72">GH-72</a> chore: update <code>file-url</code> dependency to <code>^3.0.0</code></li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/80">GH-80</a> Drop code supporting <code>npm@&lt;5</code></li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/74">GH-74</a> chore: improve npm ignore list</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/73">GH-73</a> chore: bump production dependencies</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/71">GH-71</a> chore: update <code>jasmine</code> dependencies</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/69">GH-69</a> chore: drop node 6 and 8 support</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/68">GH-68</a> chore: bump version to 3.0.0-dev</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/78">GH-78</a> Work around npm bug when uninstalling old cordova platforms</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/77">GH-77</a> chore: update <code>nyc</code> dev dependency</li>
+<li><a href="https://github.com/apache/cordova-fetch/pull/63">GH-63</a> Add Node.js 12 to CI Services</li>
+</ul>
+
+<h2>cordova-js</h2>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-js/pull/227">GH-227</a> doc(README): update</li>
+<li><a href="https://github.com/apache/cordova-js/pull/225">GH-225</a> breaking(npm): bump dependencies
+
+<ul>
+<li><code>@cordova/eslint-config@^3.0.0</code></li>
+<li><code>cordova-android@^8.1.0</code></li>
+<li><code>cordova-ios@^5.1.1</code></li>
+<li><code>eslint-plugin-es5@^1.5.0</code></li>
+<li><code>grunt@^1.1.0</code></li>
+<li><code>jasmine-core@^3.5.0</code></li>
+<li><code>karma@^4.4.1</code></li>
+<li><code>karma-chrome-launcher@^3.1.0</code></li>
+<li><code>karma-coverage@^2.0.1</code></li>
+<li><code>karma-jasmine@^3.1.1</code></li>
+<li><code>puppeteer@^2.1.1</code></li>
+<li><code>execa@^4.0.0</code></li>
+<li><code>fs-extra@^9.0.0</code></li>
+<li><code>globby@^11.0.0</code></li>
+</ul></li>
+<li><a href="https://github.com/apache/cordova-js/pull/226">GH-226</a> ci(github-actions): add workflow w/ supported changes</li>
+<li><a href="https://github.com/apache/cordova-js/pull/224">GH-224</a> chore(npm): package cleanup</li>
+<li><a href="https://github.com/apache/cordova-js/pull/223">GH-223</a> breaking: bump minimum <code>node</code> support <code>&gt;=10</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/221">GH-221</a> refactor: eslint setup</li>
+<li><a href="https://github.com/apache/cordova-js/pull/220">GH-220</a> fix: move <code>eslint-plugin-es5</code> to <code>devDependencies</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/211">GH-211</a> Improve callback error handling</li>
+<li><a href="https://github.com/apache/cordova-js/pull/215">GH-215</a> Do not try to replace <code>window.navigator</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/216">GH-216</a> Re-enable ESLint rules</li>
+<li><a href="https://github.com/apache/cordova-js/pull/217">GH-217</a> Target next major version 6.0.0</li>
+<li><a href="https://github.com/apache/cordova-js/pull/218">GH-218</a> Minor formatting improvements in <code>cordova.js</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/204">GH-204</a> ESLint improvements</li>
+<li><a href="https://github.com/apache/cordova-js/pull/214">GH-214</a> Drop unused test helpers</li>
+<li><a href="https://github.com/apache/cordova-js/pull/209">GH-209</a> Collect &amp; report test coverage for our browser code</li>
+<li><a href="https://github.com/apache/cordova-js/pull/208">GH-208</a> Make built JS output a bit prettier</li>
+<li><a href="https://github.com/apache/cordova-js/pull/207">GH-207</a> Add platforms used during tests as <code>devDependencies</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/205">GH-205</a> Completely refactor build system</li>
+<li><a href="https://github.com/apache/cordova-js/pull/199">GH-199</a> Add Node.js 12 to CI Services</li>
+<li><a href="https://github.com/apache/cordova-js/pull/198">GH-198</a> Document <code>argscheck.checkArgs</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/201">GH-201</a> Improve <code>README</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/200">GH-200</a> Fix parsing of some parameter formats in <code>argscheck.checkArgs</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/197">GH-197</a> Use <code>.gitgnore</code> as <code>.eslintignore</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/196">GH-196</a> Allow to define modules whose name appears on <code>Object.prototype</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/195">GH-195</a> Integrate unused CommonJS tests where applicable</li>
+<li><a href="https://github.com/apache/cordova-js/pull/194">GH-194</a> Minor cleanup of require/define tests</li>
+<li><a href="https://github.com/apache/cordova-js/pull/193">GH-193</a> Update <code>README</code></li>
+<li><a href="https://github.com/apache/cordova-js/pull/192">GH-192</a> Update dependencies &amp; fix resulting ESLint violations
+
+<ul>
+<li>Fix new ESLint <code>object-curly-spacing</code> violations</li>
+</ul></li>
+<li><a href="https://github.com/apache/cordova-js/pull/190">GH-190</a> Drop build/test support for Node.js 6</li>
+<li><a href="https://github.com/apache/cordova-js/pull/191">GH-191</a> Lint (almost) all JS files</li>
+<li><a href="https://github.com/apache/cordova-js/pull/189">GH-189</a> Remove obsolete stuff from AppVeyor CI config</li>
+<li><a href="https://github.com/apache/cordova-js/pull/188">GH-188</a> Add <strong>Electron</strong> Support</li>
+<li>Add or update GitHub pull request and issue template</li>
+</ul>
+
+<h2>xcode</h2>
+
+<ul>
+<li>node-xcode-3.0.0 Added NOTICE for release</li>
+<li><a href="https://github.com/apache/cordova-node-xcode/pull/107">GH-107</a> doc(README): fix CI badge url</li>
+<li><a href="https://github.com/apache/cordova-node-xcode/pull/106">GH-106</a> Update build property by <code>targetname</code></li>
+<li><a href="https://github.com/apache/cordova-node-xcode/pull/79">GH-79</a> feat: add new optional paramter to <code>pbxProject.addTarget</code></li>
+<li><a href="https://github.com/apache/cordova-node-xcode/pull/96">GH-96</a> ci: switch travis ci for github actions</li>
+<li><a href="https://github.com/apache/cordova-node-xcode/pull/94">GH-94</a> breaking(npm): bump dependencies
+
+<ul>
+<li><code>simple-plist@^1.1.0</code></li>
+<li><code>uuid@^7.0.3</code></li>
+</ul></li>
+<li><a href="https://github.com/apache/cordova-node-xcode/pull/93">GH-93</a> chore(npm): use short notation for repo &amp; bugs</li>
+<li><a href="https://github.com/apache/cordova-node-xcode/pull/90">GH-90</a> ci(travis): removes Node.js v6 and v8 from testing</li>
+<li><a href="https://github.com/apache/cordova-node-xcode/pull/92">GH-92</a> chore: bump node requirement (<code>&gt;=10</code>)</li>
+<li><a href="https://github.com/apache/cordova-node-xcode/pull/89">GH-89</a> chore(npm): improve ignore list</li>
+</ul>
+
+<h2>cordova-serve</h2>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-serve/pull/31">GH-31</a> doc(README): formatting, syntax updating, wording</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/35">GH-35</a> refactor: transform template</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/34">GH-34</a> refactor: transform object shorthand</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/33">GH-33</a> refactor: transform arrow &amp; arrow-returns</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/32">GH-32</a> refactor: transform <code>var</code> to <code>let</code> &amp; <code>const</code></li>
+<li><a href="https://github.com/apache/cordova-serve/pull/30">GH-30</a> breaking: replace dependency <code>opn</code> w/ <code>open</code></li>
+<li><a href="https://github.com/apache/cordova-serve/pull/29">GH-29</a> ci: replace existing services with GitHub Actions</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/27">GH-27</a> chore(npm): update package &amp; add ignore list</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/28">GH-28</a> breaking(npm): bump dependencies
+
+<ul>
+<li><code>@cordova/eslint-config@^3.0.0</code></li>
+<li><code>rewire@^5.0.0</code></li>
+<li><code>chalk@^3.0.0</code></li>
+<li><code>compression@^1.7.4</code></li>
+<li><code>express@^4.17.1</code></li>
+<li><code>opn@^6.0.0</code></li>
+<li><code>which@^2.0.2</code></li>
+</ul></li>
+<li><a href="https://github.com/apache/cordova-serve/pull/25">GH-25</a> chore: consolidate <code>eslint</code> configs</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/24">GH-24</a> chore: update <code>jasmine</code> dependencies &amp; settings</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/23">GH-23</a> refactor: <code>eslint</code> setup</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/22">GH-22</a> chore: drop node 6 and 8 support</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/20">GH-20</a> Spec cleanup</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/19">GH-19</a> Improve linting</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/17">GH-17</a> chore: remove appveyor allow node12 failure</li>
+<li><a href="https://github.com/apache/cordova-serve/pull/16">GH-16</a> Add Node.js 12 to CI Services</li>
+<li>Add or update GitHub pull request and issue template</li>
+</ul>
+
+<h2>cordova-app-hello-world</h2>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/64">GH-64</a> doc(README): fix markdown lint warnings &amp; add npm badge</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/62">GH-62</a> chore(git): ignores <code>node_modules</code> folder</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/61">GH-61</a> chore(npm): add ignore list &amp; update package data</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/60">GH-60</a> refactor: transform <code>var</code> to <code>let</code> &amp; <code>const</code></li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/43">GH-43</a> feature: dark mode</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/59">GH-59</a> style: update <code>config.xml</code>
+
+<ul>
+<li>replace single quotation marks with double quotation mark</li>
+<li>capitalize <code>UTF-8</code></li>
+</ul></li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/58">GH-58</a> chore(index.html): add charset, prevent scaling, use default attributes</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/57">GH-57</a> Update <code>index.css</code>, fixes duplicated <code>env</code> right</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/55">GH-55</a> Simplify demo app JavaScript</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/56">GH-56</a> fix: move default plugin to <code>package.json</code></li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/52">GH-52</a> fix: remove unsupported hooks directory</li>
+<li><a href="https://github.com/apache/cordova-app-hello-world/pull/50">GH-50</a> feat: ensure <code>.gitignore</code> file in generated app</li>
+<li>Add or update GitHub pull request and issue template</li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/announcements/2020/03/30/cordova-common-release-4.0.0.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2020/03/30/cordova-common-release-4.0.0.html">Cordova Common 4.0.0 Released!</a>
+                    <div class="date"> 30 Mar 2020 - By Bryan Ellis </div>
+                    <p class="content">
+                        We are happy to announce that cordova-common@4.0.0 was released in March 2020....
+                    </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>

Modified: cordova/site/public/sitemap.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1876438&r1=1876437&r2=1876438&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Mon Apr 13 04:04:54 2020
@@ -4,6 +4,11 @@
 <!-- posts -->
 
 <url>
+    <loc>https://cordova.apache.org/news/2020/04/13/tools-template-release.html</loc>
+</url>
+
+
+<url>
     <loc>https://cordova.apache.org/announcements/2020/03/30/cordova-common-release-4.0.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=1876438&r1=1876437&r2=1876438&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Mon Apr 13 04:04:54 2020
@@ -77,6 +77,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Mon, 13 Apr 2020 00:00:00 +0000');
         dates.push('Mon, 30 Mar 2020 00:00:00 +0000');
         dates.push('Wed, 18 Mar 2020 00:00:00 +0000');
         dates.push('Wed, 08 Jan 2020 00:00:00 +0000');



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