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/07/28 23:04:42 UTC

svn commit: r1880383 - in /cordova/site/public: ./ announcements/2020/07/28/ blog/ docs/en/dev/reference/cordova-cli/ news/2020/07/21/ static/js/

Author: janpio
Date: Tue Jul 28 23:04:42 2020
New Revision: 1880383

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

Added:
    cordova/site/public/announcements/2020/07/28/
    cordova/site/public/announcements/2020/07/28/cordova-lib-release-10.0.0.html
Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/docs/en/dev/reference/cordova-cli/index.html
    cordova/site/public/feed.xml
    cordova/site/public/news/2020/07/21/splashscreen-plugin-release.html
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js

Added: cordova/site/public/announcements/2020/07/28/cordova-lib-release-10.0.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2020/07/28/cordova-lib-release-10.0.0.html?rev=1880383&view=auto
==============================================================================
--- cordova/site/public/announcements/2020/07/28/cordova-lib-release-10.0.0.html (added)
+++ cordova/site/public/announcements/2020/07/28/cordova-lib-release-10.0.0.html Tue Jul 28 23:04:42 2020
@@ -0,0 +1,380 @@
+<!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 cordova-lib 10.0.0!cordova-lib@10.0.0Release HighlightsIn addition to various improvements and fixes, thi...">
+
+    <title>
+        
+            
+                Cordova Lib 10.0.0 Released! - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" href="https://cordova.apache.org/announcements/2020/07/28/cordova-lib-release-10.0.0.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">Cordova Lib 10.0.0 Released!</div>
+        <div class="author">By:
+            
+              Bryan Ellis
+            
+        </div>
+        <div class="date">28 Jul 2020</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that we have just released <code>cordova-lib 10.0.0</code>!</p>
+
+<ul>
+<li><a href="https://www.npmjs.com/package/cordova-lib">cordova-lib@10.0.0</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p>In addition to various improvements and fixes, this release has:</p>
+
+<ul>
+<li>Removed the <code>plugin save</code> command, which had become the default behaviour since version 7.0.</li>
+<li>Updated the pinned platforms:
+
+<ul>
+<li>cordova-android@9.0.0</li>
+<li>cordova-ios@6.1.0</li>
+<li>cordova-osx@6.0.0</li>
+</ul></li>
+<li>Raised the minimum required NodeJS version for this release to 10.x.</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>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-lib/pull/846">GH-846</a> breaking: remove <code>cordova info</code> logic from <code>lib</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/849">GH-849</a> breaking: bump dependencies</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/847">GH-847</a> chore: update dev dependencies</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/848">GH-848</a> chore: bump <code>cordova-eslint</code> w/ automatic fixes</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/843">GH-843</a> test(<code>fixture-helper</code>): install <strong>Android</strong> platform by name again</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/844">GH-844</a> fix: remove unused dependency on <code>cordova-create</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/841">GH-841</a> chore: add <code>package-lock.json</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/840">GH-840</a> chore: use short notation in <code>package.json</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/839">GH-839</a> chore: stop testing with nightly</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/838">GH-838</a> chore: update <strong>Android</strong> platform pinning to 9.0.0</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/837">GH-837</a> chore: update <strong>OSX</strong> platform pinning to 6.0.0</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/836">GH-836</a> chore: update <strong>iOS</strong> platform pinning to 6.1.0</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/835">GH-835</a> GH-832: Look at devDeps for restoring platforms</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/833">GH-833</a> breaking: upgrade cordova dependencies for next major</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/831">GH-831</a> test: use <code>expectAsync</code> for rejections</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/825">GH-825</a> test(e2e): improve <code>HooksRunner.spec</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/828">GH-828</a> chore: consolidate eslint configs</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/803">GH-803</a> test: move <code>cordova/platform/{platform =&gt; addHelper}</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/827">GH-827</a> fix: plugin installation from <code>git</code> url w/ <code>semver</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/826">GH-826</a> test: use <code>fs.copySync</code> for increased performance</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/823">GH-823</a> test(e2e): re-enable HooksRunner#12 and move it to plugin#14</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/824">GH-824</a> style: fix linting violations</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/821">GH-821</a> feat: proper support for scoped plugins</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/822">GH-822</a> refactor: <code>eslint</code> setup</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/820">GH-820</a> refactor: remove stub interface to <code>cordova-create</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/819">GH-819</a> refactor: use <code>execa</code>&#39;s cross-platform shebang support in <code>HooksRunner</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/812">GH-812</a> chore: replace <code>superspawn</code> with <code>execa</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/781">GH-781</a> chore: remove <code>plugin save</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/780">GH-780</a> chore: deprecate <code>plugin save</code> command</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/818">GH-818</a> Extend and improve plugin tests in preparation of supporting scoped plugins</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/810">GH-810</a> chore: bump production dependencies</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/816">GH-816</a> Simplify <code>jasmine</code> configuration</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/817">GH-817</a> Remove dead code in <code>integration-tests/plugin.spec</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/815">GH-815</a> Do not spawn child process to get platform version</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/813">GH-813</a> <code>plugman_fetch.spec</code> cleanup</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/814">GH-814</a> Remove obsolete and duplicate ignore entries</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/809">GH-809</a> chore: improve npm ignore list</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/811">GH-811</a> chore: update <code>jasmine</code> dependencies</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/808">GH-808</a> Remove unused module plugman/platforms/common</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/807">GH-807</a> Break dependency cycles</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/804">GH-804</a> Fix <code>cordova/emulate.spec</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/806">GH-806</a> Remove unused exports from <code>cordova/util</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/805">GH-805</a> Remove support for obsolete <code>&lt;project&gt;/.cordova/config.json</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/802">GH-802</a> Minor code cleanup</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/797">GH-797</a> Do not run legacy hooks from dirs anymore</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/800">GH-800</a> Remove <code>platform.check</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/765">GH-765</a> Remove code to handle plugins that were added by cordova@&lt;5.4.0</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/766">GH-766</a> Remove parts of plugman that have been moved to the plugman repo</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/772">GH-772</a> Replace underscore with modern JS</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/799">GH-799</a> chore: drop node 6 and 8 support</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/798">GH-798</a> chore: bump version to 10.0.0-dev</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/770">GH-770</a> Use up-to-date fixtures in tests</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/796">GH-796</a> HooksRunner code &amp; spec cleanup</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/791">GH-791</a> fix: error message during plugin installation w/ missing engine</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/777">GH-777</a> chore: add Node.js 12 to CI services</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/786">GH-786</a> Quick workaround for e2e failure on AppVeyor CI</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/783">GH-783</a> <code>nyc@14</code> update in devDependencies</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/775">GH-775</a> chore: cleanup <code>plugman.createPackageJson</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/767">GH-767</a> Simpler and better <code>cordova/util.getPlatformApiFunction</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/774">GH-774</a> Make <code>src/plugman/init-defaults.js</code> lintable</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/773">GH-773</a> Have <code>plugman.createPackageJson</code> create file in plugin dir, not in cwd</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/771">GH-771</a> Prevent masking of errors during testing</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/768">GH-768</a> Proper async code in <code>src/plugman/createpackagejson.js</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/764">GH-764</a> chore: expressive <code>pkgJson.spec</code></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/763">GH-763</a> Remove unnecessary spy</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/762">GH-762</a> Remove unused fixtures</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/761">GH-761</a> chore: various test improvements
+
+<ul>
+<li>Fix some test descriptions in <code>cordova/util.spec</code></li>
+<li>Stop <code>cordova/util.spec</code> from messing with the user&#39;s home directory!</li>
+<li>Proper temp folder usage in <code>cordova/util.spec</code></li>
+<li>Remove outdated test from <code>cordova/util.spec</code></li>
+<li>Remove <code>rewire</code>/<code>revert</code> anti-pattern</li>
+<li>Remove <code>superspawn</code> faking from <code>HooksRunner.spec</code></li>
+</ul></li>
+<li><a href="https://github.com/apache/cordova-lib/pull/760">GH-760</a> Minor cleanup of CI configs</li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/news/2020/07/21/splashscreen-plugin-release.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2020/07/21/splashscreen-plugin-release.html">Splash Screen Plugin Released!</a>
+                    <div class="date"> 21 Jul 2020 - By Bryan Ellis </div>
+                    <p class="content">
+                        We are happy to announce that we have just released an update...
+                    </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/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1880383&r1=1880382&r2=1880383&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Tue Jul 28 23:04:42 2020
@@ -123,6 +123,52 @@
             
             <li>
                 <header>
+                    <div class="adorner" blogTime="Tue, 28 Jul 2020 00:00:00 +0000"></div>
+                    <h2 class="title">
+                        <a href="/announcements/2020/07/28/cordova-lib-release-10.0.0.html">Cordova Lib 10.0.0 Released!</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">28 Jul 2020</span>
+                        - by
+                        <span class="author">
+                            
+                                Bryan Ellis
+                            
+                        </span>
+                        <a class="comment" href="/announcements/2020/07/28/cordova-lib-release-10.0.0.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that we have just released <code>cordova-lib 10.0.0</code>!</p>
+
+<ul>
+<li><a href="https://www.npmjs.com/package/cordova-lib">cordova-lib@10.0.0</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p>In addition to various improvements and fixes, this release has:</p>
+
+<ul>
+<li>Removed the <code>plugin save</code> command, which had become the default behaviour since version 7.0.</li>
+<li>Updated the pinned platforms:
+
+<ul>
+<li>cordova-android@9.0.0</li>
+<li>cordova-ios@6.1.0</li>
+<li>cordova-osx@6.0.0</li>
+</ul></li>
+<li>Raised the minimum required NodeJS version for this release to 10.x.</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="/announcements/2020/07/28/cordova-lib-release-10.0.0.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
                     <div class="adorner" blogTime="Tue, 21 Jul 2020 00:00:00 +0000"></div>
                     <h2 class="title">
                         <a href="/news/2020/07/21/splashscreen-plugin-release.html">Splash Screen Plugin Released!</a>
@@ -9819,7 +9865,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Tue, 21 Jul 2020 00:00:00 +0000").getTime();
+            var lastPostTime = new Date("Tue, 28 Jul 2020 00:00:00 +0000").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };

Modified: cordova/site/public/docs/en/dev/reference/cordova-cli/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-cli/index.html?rev=1880383&r1=1880382&r2=1880383&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-cli/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-cli/index.html Tue Jul 28 23:04:42 2020
@@ -2574,19 +2574,19 @@
 </tr>
 </thead><tbody>
 <tr>
-<td>create</td>
+<td><code>create</code></td>
 <td>Create a project</td>
 </tr>
 <tr>
-<td>help <code>&lt;command&gt;</code></td>
+<td><code>help &lt;command&gt;</code></td>
 <td>Get help for a command</td>
 </tr>
 <tr>
-<td>telemetry</td>
+<td><code>telemetry</code></td>
 <td>Turn telemetry collection on or off</td>
 </tr>
 <tr>
-<td>config</td>
+<td><code>config</code></td>
 <td>Set, get, delete, edit, and list global cordova options</td>
 </tr>
 </tbody></table>
@@ -2602,39 +2602,43 @@
 </tr>
 </thead><tbody>
 <tr>
-<td>info</td>
+<td><code>info</code></td>
 <td>Generate project information</td>
 </tr>
 <tr>
-<td>requirements</td>
+<td><code>requirements</code></td>
 <td>Checks and print out all the installation requirements for platforms specified</td>
 </tr>
 <tr>
-<td>platform</td>
+<td><code>platform</code></td>
 <td>Manage project platforms</td>
 </tr>
 <tr>
-<td>plugin</td>
+<td><code>plugin</code></td>
 <td>Manage project plugins</td>
 </tr>
 <tr>
-<td>prepare</td>
+<td><code>prepare</code></td>
 <td>Copy files into platform(s) for building</td>
 </tr>
 <tr>
-<td>compile</td>
-<td>Build platform(s)</td>
+<td><code>compile</code></td>
+<td>Compile project for platform(s)</td>
 </tr>
 <tr>
-<td>clean</td>
+<td><code>build</code></td>
+<td>Build project for platform(s) (<code>prepare</code> + <code>compile</code>)</td>
+</tr>
+<tr>
+<td><code>clean</code></td>
 <td>Cleanup project from build artifacts</td>
 </tr>
 <tr>
-<td>run</td>
+<td><code>run</code></td>
 <td>Run project (including prepare &amp;&amp; compile)</td>
 </tr>
 <tr>
-<td>serve</td>
+<td><code>serve</code></td>
 <td>Run project with a local webserver (including prepare)</td>
 </tr>
 </tbody></table>
@@ -3080,7 +3084,7 @@ based on the following criteria (listed
 
 <h3>Conflicting plugins</h3>
 
-<p>Conflicting plugins may occur when adding plugins that use <code>edit-config</code> tags in their plugin.xml file. <code>edit-config</code> allows plugins to add or replace attributes of XML elements.  </p>
+<p>Conflicting plugins may occur when adding plugins that use <code>edit-config</code> tags in their plugin.xml file. <code>edit-config</code> allows plugins to add or replace attributes of XML elements.</p>
 
 <p>This feature can cause issues with the application if more than one plugin tries to modify the same XML element. Conflict detection has been implemented to prevent plugins from being added so one plugin doesn&#39;t try to overwrite another plugin&#39;s <code>edit-config</code> changes. An error will be thrown when a conflict in <code>edit-config</code> has been found and the plugin won&#39;t be added. The error message will mention that all conflicts must be resolved before the plugin can be added. One option to resolving the <code>edit-config</code> conflict is to make changes to the affected plugins&#39; plugin.xml so that they do not modify the same XML element. The other option is to use the <code>--force</code> flag to force add the plugin. This option should be used with caution as it ignores the conflict detection and will overwrite all conflicts it has with other plugins, thus may leave the other plugins in a bad state.</p>
 
@@ -3106,7 +3110,7 @@ copies plugin files for specified platfo
 </thead><tbody>
 <tr>
 <td><code>&lt;platform&gt; [..]</code></td>
-<td>Platform name(s) to prepare. If not specified, all platforms are built.</td>
+<td>Platform name(s) to prepare. If not specified, all platforms are prepared.</td>
 </tr>
 </tbody></table>
 
@@ -3118,9 +3122,9 @@ copies plugin files for specified platfo
 It only performs the compilation step without doing prepare. It&#39;s common to invoke <code>cordova build</code> instead of this command - however, this stage is useful to allow extending using <a href="http://cordova.apache.org/docs/en/latest/guide_appdev_hooks_index.md.html">hooks</a>.</p>
 
 <h3>Syntax</h3>
-<div class="highlight"><pre><code class="language-bash" data-lang="bash">cordova build <span class="o">[</span>&lt;platform&gt; <span class="o">[</span>...]]
-    <span class="o">[</span><span class="nt">--debug</span>|--release]
-    <span class="o">[</span><span class="nt">--device</span>|--emulator|--target<span class="o">=</span>&lt;targetName&gt;]
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">cordova compile <span class="o">[</span>&lt;platform&gt; <span class="o">[</span>...]]
+    <span class="o">[</span><span class="nt">--debug</span> | <span class="nt">--release</span><span class="o">]</span>
+    <span class="o">[</span><span class="nt">--device</span> | <span class="nt">--emulator</span> | <span class="nt">--target</span><span class="o">=</span>&lt;targetName&gt;]
     <span class="o">[</span><span class="nt">--buildConfig</span><span class="o">=</span>&lt;configfile&gt;]
     <span class="o">[</span><span class="nt">--</span> &lt;platformOpts&gt;]
 </code></pre></div>
@@ -3134,8 +3138,8 @@ It only performs the compilation step wi
 
 <h3>Syntax</h3>
 <div class="highlight"><pre><code class="language-bash" data-lang="bash">cordova build <span class="o">[</span>&lt;platform&gt; <span class="o">[</span>...]]
-    <span class="o">[</span><span class="nt">--debug</span>|--release]
-    <span class="o">[</span><span class="nt">--device</span>|--emulator]
+    <span class="o">[</span><span class="nt">--debug</span> | <span class="nt">--release</span><span class="o">]</span>
+    <span class="o">[</span><span class="nt">--device</span> | <span class="nt">--emulator</span><span class="o">]</span>
     <span class="o">[</span><span class="nt">--buildConfig</span><span class="o">=</span>&lt;configfile&gt;]
     <span class="o">[</span><span class="nt">--</span> &lt;platformOpts&gt;]
 </code></pre></div>
@@ -3163,7 +3167,7 @@ It only performs the compilation step wi
 </tr>
 <tr>
 <td>--emulator</td>
-<td>Build it for an emulator. In particular, the platform architecture might be different for a device Vs emulator.</td>
+<td>Build it for an emulator. In particular, the platform architecture might be different for a device vs. emulator.</td>
 </tr>
 <tr>
 <td>--buildConfig=<code>&lt;configFile&gt;</code></td>
@@ -3198,8 +3202,9 @@ It only performs the compilation step wi
 <h3>Syntax</h3>
 <div class="highlight"><pre><code class="language-bash" data-lang="bash">cordova run <span class="o">[</span>&lt;platform&gt; <span class="o">[</span>...]]
     <span class="o">[</span><span class="nt">--list</span> | <span class="nt">--debug</span> | <span class="nt">--release</span><span class="o">]</span>
-    <span class="o">[</span><span class="nt">--noprepare</span><span class="o">]</span> <span class="o">[</span><span class="nt">--nobuild</span><span class="o">]</span>
-    <span class="o">[</span><span class="nt">--device</span>|--emulator|--target<span class="o">=</span>&lt;targetName&gt;]
+    <span class="o">[</span><span class="nt">--noprepare</span><span class="o">]</span>
+    <span class="o">[</span><span class="nt">--nobuild</span><span class="o">]</span>
+    <span class="o">[</span><span class="nt">--device</span> | <span class="nt">--emulator</span> | <span class="nt">--target</span><span class="o">=</span>&lt;targetName&gt;]
     <span class="o">[</span><span class="nt">--buildConfig</span><span class="o">=</span>&lt;configfile&gt;]
     <span class="o">[</span><span class="nt">--</span> &lt;platformOpts&gt;]
 </code></pre></div>

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1880383&r1=1880382&r2=1880383&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Tue Jul 28 23:04:42 2020
@@ -6,11 +6,134 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 21 Jul 2020 05:41:17 +0000</pubDate>
-    <lastBuildDate>Tue, 21 Jul 2020 05:41:17 +0000</lastBuildDate>
+    <pubDate>Tue, 28 Jul 2020 22:44:26 +0000</pubDate>
+    <lastBuildDate>Tue, 28 Jul 2020 22:44:26 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
+        <title>Cordova Lib 10.0.0 Released!</title>
+        <description>&lt;p&gt;We are happy to announce that we have just released &lt;code&gt;cordova-lib 10.0.0&lt;/code&gt;!&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.com/package/cordova-lib&quot;&gt;cordova-lib@10.0.0&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;Release Highlights&lt;/h2&gt;
+
+&lt;p&gt;In addition to various improvements and fixes, this release has:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Removed the &lt;code&gt;plugin save&lt;/code&gt; command, which had become the default behaviour since version 7.0.&lt;/li&gt;
+&lt;li&gt;Updated the pinned platforms:
+
+&lt;ul&gt;
+&lt;li&gt;cordova-android@9.0.0&lt;/li&gt;
+&lt;li&gt;cordova-ios@6.1.0&lt;/li&gt;
+&lt;li&gt;cordova-osx@6.0.0&lt;/li&gt;
+&lt;/ul&gt;&lt;/li&gt;
+&lt;li&gt;Raised the minimum required NodeJS version for this release to 10.x.&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;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/846&quot;&gt;GH-846&lt;/a&gt; breaking: remove &lt;code&gt;cordova info&lt;/code&gt; logic from &lt;code&gt;lib&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/849&quot;&gt;GH-849&lt;/a&gt; breaking: bump dependencies&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/847&quot;&gt;GH-847&lt;/a&gt; chore: update dev dependencies&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/848&quot;&gt;GH-848&lt;/a&gt; chore: bump &lt;code&gt;cordova-eslint&lt;/code&gt; w/ automatic fixes&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/843&quot;&gt;GH-843&lt;/a&gt; test(&lt;code&gt;fixture-helper&lt;/code&gt;): install &lt;strong&gt;Android&lt;/strong&gt; platform by name again&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/844&quot;&gt;GH-844&lt;/a&gt; fix: remove unused dependency on &lt;code&gt;cordova-create&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/841&quot;&gt;GH-841&lt;/a&gt; chore: add &lt;code&gt;package-lock.json&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/840&quot;&gt;GH-840&lt;/a&gt; chore: use short notation in &lt;code&gt;package.json&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/839&quot;&gt;GH-839&lt;/a&gt; chore: stop testing with nightly&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/838&quot;&gt;GH-838&lt;/a&gt; chore: update &lt;strong&gt;Android&lt;/strong&gt; platform pinning to 9.0.0&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/837&quot;&gt;GH-837&lt;/a&gt; chore: update &lt;strong&gt;OSX&lt;/strong&gt; platform pinning to 6.0.0&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/836&quot;&gt;GH-836&lt;/a&gt; chore: update &lt;strong&gt;iOS&lt;/strong&gt; platform pinning to 6.1.0&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/835&quot;&gt;GH-835&lt;/a&gt; GH-832: Look at devDeps for restoring platforms&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/833&quot;&gt;GH-833&lt;/a&gt; breaking: upgrade cordova dependencies for next major&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/831&quot;&gt;GH-831&lt;/a&gt; test: use &lt;code&gt;expectAsync&lt;/code&gt; for rejections&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/825&quot;&gt;GH-825&lt;/a&gt; test(e2e): improve &lt;code&gt;HooksRunner.spec&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/828&quot;&gt;GH-828&lt;/a&gt; chore: consolidate eslint configs&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/803&quot;&gt;GH-803&lt;/a&gt; test: move &lt;code&gt;cordova/platform/{platform =&amp;gt; addHelper}&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/827&quot;&gt;GH-827&lt;/a&gt; fix: plugin installation from &lt;code&gt;git&lt;/code&gt; url w/ &lt;code&gt;semver&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/826&quot;&gt;GH-826&lt;/a&gt; test: use &lt;code&gt;fs.copySync&lt;/code&gt; for increased performance&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/823&quot;&gt;GH-823&lt;/a&gt; test(e2e): re-enable HooksRunner#12 and move it to plugin#14&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/824&quot;&gt;GH-824&lt;/a&gt; style: fix linting violations&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/821&quot;&gt;GH-821&lt;/a&gt; feat: proper support for scoped plugins&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/822&quot;&gt;GH-822&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-lib/pull/820&quot;&gt;GH-820&lt;/a&gt; refactor: remove stub interface to &lt;code&gt;cordova-create&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/819&quot;&gt;GH-819&lt;/a&gt; refactor: use &lt;code&gt;execa&lt;/code&gt;&amp;#39;s cross-platform shebang support in &lt;code&gt;HooksRunner&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/812&quot;&gt;GH-812&lt;/a&gt; chore: replace &lt;code&gt;superspawn&lt;/code&gt; with &lt;code&gt;execa&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/781&quot;&gt;GH-781&lt;/a&gt; chore: remove &lt;code&gt;plugin save&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/780&quot;&gt;GH-780&lt;/a&gt; chore: deprecate &lt;code&gt;plugin save&lt;/code&gt; command&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/818&quot;&gt;GH-818&lt;/a&gt; Extend and improve plugin tests in preparation of supporting scoped plugins&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/810&quot;&gt;GH-810&lt;/a&gt; chore: bump production dependencies&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/816&quot;&gt;GH-816&lt;/a&gt; Simplify &lt;code&gt;jasmine&lt;/code&gt; configuration&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/817&quot;&gt;GH-817&lt;/a&gt; Remove dead code in &lt;code&gt;integration-tests/plugin.spec&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/815&quot;&gt;GH-815&lt;/a&gt; Do not spawn child process to get platform version&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/813&quot;&gt;GH-813&lt;/a&gt; &lt;code&gt;plugman_fetch.spec&lt;/code&gt; cleanup&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/814&quot;&gt;GH-814&lt;/a&gt; Remove obsolete and duplicate ignore entries&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/809&quot;&gt;GH-809&lt;/a&gt; chore: improve npm ignore list&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/811&quot;&gt;GH-811&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-lib/pull/808&quot;&gt;GH-808&lt;/a&gt; Remove unused module plugman/platforms/common&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/807&quot;&gt;GH-807&lt;/a&gt; Break dependency cycles&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/804&quot;&gt;GH-804&lt;/a&gt; Fix &lt;code&gt;cordova/emulate.spec&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/806&quot;&gt;GH-806&lt;/a&gt; Remove unused exports from &lt;code&gt;cordova/util&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/805&quot;&gt;GH-805&lt;/a&gt; Remove support for obsolete &lt;code&gt;&amp;lt;project&amp;gt;/.cordova/config.json&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/802&quot;&gt;GH-802&lt;/a&gt; Minor code cleanup&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/797&quot;&gt;GH-797&lt;/a&gt; Do not run legacy hooks from dirs anymore&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/800&quot;&gt;GH-800&lt;/a&gt; Remove &lt;code&gt;platform.check&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/765&quot;&gt;GH-765&lt;/a&gt; Remove code to handle plugins that were added by cordova@&amp;lt;5.4.0&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/766&quot;&gt;GH-766&lt;/a&gt; Remove parts of plugman that have been moved to the plugman repo&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/772&quot;&gt;GH-772&lt;/a&gt; Replace underscore with modern JS&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/799&quot;&gt;GH-799&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-lib/pull/798&quot;&gt;GH-798&lt;/a&gt; chore: bump version to 10.0.0-dev&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/770&quot;&gt;GH-770&lt;/a&gt; Use up-to-date fixtures in tests&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/796&quot;&gt;GH-796&lt;/a&gt; HooksRunner code &amp;amp; spec cleanup&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/791&quot;&gt;GH-791&lt;/a&gt; fix: error message during plugin installation w/ missing engine&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/777&quot;&gt;GH-777&lt;/a&gt; chore: add Node.js 12 to CI services&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/786&quot;&gt;GH-786&lt;/a&gt; Quick workaround for e2e failure on AppVeyor CI&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/783&quot;&gt;GH-783&lt;/a&gt; &lt;code&gt;nyc@14&lt;/code&gt; update in devDependencies&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/775&quot;&gt;GH-775&lt;/a&gt; chore: cleanup &lt;code&gt;plugman.createPackageJson&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/767&quot;&gt;GH-767&lt;/a&gt; Simpler and better &lt;code&gt;cordova/util.getPlatformApiFunction&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/774&quot;&gt;GH-774&lt;/a&gt; Make &lt;code&gt;src/plugman/init-defaults.js&lt;/code&gt; lintable&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/773&quot;&gt;GH-773&lt;/a&gt; Have &lt;code&gt;plugman.createPackageJson&lt;/code&gt; create file in plugin dir, not in cwd&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/771&quot;&gt;GH-771&lt;/a&gt; Prevent masking of errors during testing&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/768&quot;&gt;GH-768&lt;/a&gt; Proper async code in &lt;code&gt;src/plugman/createpackagejson.js&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/764&quot;&gt;GH-764&lt;/a&gt; chore: expressive &lt;code&gt;pkgJson.spec&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/763&quot;&gt;GH-763&lt;/a&gt; Remove unnecessary spy&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/762&quot;&gt;GH-762&lt;/a&gt; Remove unused fixtures&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/761&quot;&gt;GH-761&lt;/a&gt; chore: various test improvements
+
+&lt;ul&gt;
+&lt;li&gt;Fix some test descriptions in &lt;code&gt;cordova/util.spec&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;Stop &lt;code&gt;cordova/util.spec&lt;/code&gt; from messing with the user&amp;#39;s home directory!&lt;/li&gt;
+&lt;li&gt;Proper temp folder usage in &lt;code&gt;cordova/util.spec&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;Remove outdated test from &lt;code&gt;cordova/util.spec&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;Remove &lt;code&gt;rewire&lt;/code&gt;/&lt;code&gt;revert&lt;/code&gt; anti-pattern&lt;/li&gt;
+&lt;li&gt;Remove &lt;code&gt;superspawn&lt;/code&gt; faking from &lt;code&gt;HooksRunner.spec&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/760&quot;&gt;GH-760&lt;/a&gt; Minor cleanup of CI configs&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate>
+        <link>https://cordova.apache.org/announcements/2020/07/28/cordova-lib-release-10.0.0.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/announcements/2020/07/28/cordova-lib-release-10.0.0.html</guid>
+        
+        <category>news</category>
+        
+        <category>releases</category>
+        
+        
+        <category>announcements</category>
+        
+      </item>
+    
+      <item>
         <title>Splash Screen Plugin Released!</title>
         <description>&lt;p&gt;We are happy to announce that we have just released an update to our Splash Screen plugin!&lt;/p&gt;
 
@@ -777,273 +900,5 @@ Apple has also deprecated the &lt;code&g
         
       </item>
     
-      <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>
-    
   </channel>
 </rss>

Modified: cordova/site/public/news/2020/07/21/splashscreen-plugin-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2020/07/21/splashscreen-plugin-release.html?rev=1880383&r1=1880382&r2=1880383&view=diff
==============================================================================
--- cordova/site/public/news/2020/07/21/splashscreen-plugin-release.html (original)
+++ cordova/site/public/news/2020/07/21/splashscreen-plugin-release.html Tue Jul 28 23:04:42 2020
@@ -184,6 +184,26 @@
             </div>
             <div class="col-sm-6">
                 
+                    <a href="/announcements/2020/07/28/cordova-lib-release-10.0.0.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2020/07/28/cordova-lib-release-10.0.0.html">Cordova Lib 10.0.0 Released!</a>
+                    <div class="date"> 28 Jul 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 cordova-lib 10.0.0!...
+                    </p>
+                
             </div>
         </div>
     </footer>

Modified: cordova/site/public/sitemap.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1880383&r1=1880382&r2=1880383&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Tue Jul 28 23:04:42 2020
@@ -4,6 +4,11 @@
 <!-- posts -->
 
 <url>
+    <loc>https://cordova.apache.org/announcements/2020/07/28/cordova-lib-release-10.0.0.html</loc>
+</url>
+
+
+<url>
     <loc>https://cordova.apache.org/news/2020/07/21/splashscreen-plugin-release.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=1880383&r1=1880382&r2=1880383&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Tue Jul 28 23:04:42 2020
@@ -77,6 +77,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Tue, 28 Jul 2020 00:00:00 +0000');
         dates.push('Tue, 21 Jul 2020 00:00:00 +0000');
         dates.push('Sat, 18 Jul 2020 00:00:00 +0000');
         dates.push('Sat, 04 Jul 2020 00:00:00 +0000');



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