Author: steven
Date: Fri Feb 23 17:51:33 2018
New Revision: 1825146

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

Added:
    cordova/site/public/announcements/2018/
    cordova/site/public/announcements/2018/02/
    cordova/site/public/announcements/2018/02/23/
    cordova/site/public/announcements/2018/02/23/cordova-windows-6.0.0.html
Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/feed.xml
    cordova/site/public/howto/2018/02/02/cordova-simulate.html
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js

Added: cordova/site/public/announcements/2018/02/23/cordova-windows-6.0.0.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/announcements/2018/02/23/cordova-windows-6.0.0.html?rev=1825146&view=auto
==============================================================================
--- cordova/site/public/announcements/2018/02/23/cordova-windows-6.0.0.html 
(added)
+++ cordova/site/public/announcements/2018/02/23/cordova-windows-6.0.0.html Fri 
Feb 23 17:51:33 2018
@@ -0,0 +1,332 @@
+<!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 Cordova 
Android 7.0.0 has been released! With this release, we have changed the default 
project structure for Android projects....">
+
+    <title>
+        
+            
+                Cordova Android 7.0.0 Released! - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" 
href="https://cordova.apache.org/announcements/2018/02/23/cordova-windows-6.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 defer type="text/javascript" 
src="/static/js/lib/ZeroClipboard.js"></script>
+
+    <script>
+    
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+    
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+    ga('create', 'UA-64283057-3', 'auto');
+    ga('send', 'pageview');
+</script>
+
+</head>
+
+<body>
+    <header>
+    <a class="scroll-point pt-top" name="top"></a>
+    <nav class="navbar navbar-inverse navbar-fixed-top">
+        <div class="container-fluid">
+            <div class="navbar-header">
+                <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#navbar" aria-expanded="false" 
aria-controls="navbar">
+                    <span class="sr-only">Toggle navigation</span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                </button>
+                <a class="navbar-brand" href="/"><img id="logo_top" 
src="/static/img/cordova-logo-newbrand.svg"/></a>
+            </div>
+            <div id="navbar" class="navbar-collapse collapse">
+                <div class="nav_bar_center">
+                    <ul class="nav navbar-nav">
+                        <li >
+                            <a href="/docs/en/latest/">Documentation</a>
+                        </li>
+                        <li >
+                            <a href="/plugins">Plugins</a>
+                        </li>
+                        <li class="active">
+                            <a href="/blog" id="blog_button">Blog<span 
class="badge" id="new_blog_count"></span></a>
+                        </li>
+                        <li >
+                            <a href="/contribute">Contribute</a>
+                        </li>
+                        <li>
+                            <a href="/#getstarted">Get Started</a>
+                        </li>
+                        <li>
+                            <form class="navbar-form navbar-right" 
id="header-search-form" role="search">
+                                <div class="input-group">
+                                    
+                                        
+                                    
+                                    <input id="header-search-field" 
type="text" placeholder="Search '7.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 Android 7.0.0 Released!</div>
+        <div class="author">By:
+            
+              <a href="https://twitter.com/infil00p";>Joe Bowser</a>
+            
+        </div>
+        <div class="date">23 Feb 2018</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that <code>Cordova Android 
7.0.0</code> has been released! </p>
+
+<p>With this release, we have changed the default project structure for 
Android projects.  People who currently use the CLI and treat everything in the 
platforms directory as a build artifact should not notice a difference. </p>
+
+<p>However this a major breaking change for people creating standalone Cordova 
Android projects.  This also means that the locations of files have changed and 
have been brought in line to the structure used by Android Studio.<br>
+This may affect plugin.xml files and config.xml files that use edit-config, 
and make it so plugins that use edit-config will not be able to be compatible 
with both Android 6.x and Android 7.x.  To fix this issue, please do the 
following in your XML files: </p>
+<div class="highlight"><pre><code class="language-" data-lang="">&lt;!-- An 
existing config.xml --&gt;
+&lt;edit-config file="AndroidManifest.xml" target="/manifest/application" 
mode="merge"&gt;
+
+&lt;!-- needs to change to --&gt;
+&lt;edit-config file="app/src/main/AndroidManifest.xml" 
target="/manifest/application" mode="merge"&gt;
+</code></pre></div>
+<h2>Major Changes include:</h2>
+
+<ul>
+<li>Support for Java 1.8 language features in Cordova Plugins</li>
+<li>CordovaInterface now has a Context getter so that contexts can be 
retrieved without an Activity</li>
+<li>Cordova can now build for x86_64, arm64 and armeabi architecture when 
building plugins that use the NDK</li>
+<li>The minimum Android API version supported is now API Level 19</li>
+<li>Due to the directory structure change, we no longer support in-line 
upgrading, bringing us in line with iOS</li>
+<li>ANT builds are no longer supported and the functionality has been 
removed.</li>
+</ul>
+
+<p>To upgrade:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">npm install 
-g cordova
+cd my_project
+cordova platform remove android
+cordova platform add android@7.0.0
+</code></pre></div>
+<p>To add it explicitly:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova 
platform add android@7.0.0
+</code></pre></div>
+<!--more-->
+
+<h2>Curated Changelog</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-13612";>CB-13612</a> Fix 
the remapper so that XML files copy over and the Camera works again.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13741";>CB-13741</a> Bump 
<code>package.json</code> so we can install plugins</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13610";>CB-13610</a> 
Compress the default app assets</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12835";>CB-12835</a> add 
a Context getter in CordovaInterface</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-8976";>CB-8976</a> Added 
the <code>cdvVersionCodeForceAbiDigit</code> flag to the template build.gradle 
that appends 0 to the versionCode when <code>cdvBuildMultipleApks</code> is not 
set</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12291";>CB-12291</a> 
(android) Add x86_64, arm64 and armeabi architecture flavors</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13602";>CB-13602</a> We 
were setting the path wrong, this is hacky but it works</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13601";>CB-13601</a> 
Fixing the standalone run scripts to make sure this works without using the 
CLI</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13580";>CB-13580</a> fix 
build for multiple apks (different product flavors)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13558";>CB-13558</a> 
Upgrading the gradle so we can upload the AAR</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13297";>CB-13297</a> This 
just works once you bump the project structure.  Java 1.8 compatibility 
baked-in</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11244";>CB-11244</a> 
<strong>Android</strong> Studio 3 work, things have changed with how the 
platform is built</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11244";>CB-11244</a> 
Found bug where the gradle subproject changes weren&#39;t actually getting 
written to the correct gradle file</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13470";>CB-13470</a> Fix 
Clean so that it cleans the <strong>Android</strong> Studio structure</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11244";>CB-11244</a> 
Adding specs for resource files inside an <strong>Android</strong> Studio 
Project</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11244";>CB-11244</a> 
Added remapping for drawables</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11244";>CB-11244</a> 
Found bug in Api.js where xml/strings.xml is used instead of 
values/strings.xml</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11244";>CB-11244</a> 
Setup Api.js to support multiple builders based on project structure</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11244";>CB-11244</a> 
Changing directory creation, will most likely hide this behind a flag for the 
next release of <code>cordova-android</code>, and then make it default in the 
next major pending feedback</li>
+<li>Adding the Studio Builder to build a project based on 
<strong>Android</strong> Studio, and deleting Ant, since Google does not 
support Ant Builds anymore. Sorry!</li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a 
href="/howto/2018/02/02/cordova-simulate.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" 
href="/howto/2018/02/02/cordova-simulate.html">A Better Way to Exercise Cordova 
Plugins</a>
+                    <div class="date"> 02 Feb 2018 - By John M. Wargo </div>
+                    <p class="content">
+                        Cordova developers have several ways to test and debug 
their Cordova applications....
+                    </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:  7.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=1825146&r1=1825145&r2=1825146&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Fri Feb 23 17:51:33 2018
@@ -124,6 +124,60 @@
             
             <li>
                 <header>
+                    <div class="adorner" blogTime="Fri, 23 Feb 2018 00:00:00 
+0000"></div>
+                    <h2 class="title">
+                        <a 
href="/announcements/2018/02/23/cordova-windows-6.0.0.html">Cordova Android 
7.0.0 Released!</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">23 Feb 2018</span>
+                        - by
+                        <span class="author">
+                            
+                                <a href="https://twitter.com/infil00p";>Joe 
Bowser</a>
+                            
+                        </span>
+                        <a class="comment" 
href="/announcements/2018/02/23/cordova-windows-6.0.0.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that <code>Cordova Android 
7.0.0</code> has been released! </p>
+
+<p>With this release, we have changed the default project structure for 
Android projects.  People who currently use the CLI and treat everything in the 
platforms directory as a build artifact should not notice a difference. </p>
+
+<p>However this a major breaking change for people creating standalone Cordova 
Android projects.  This also means that the locations of files have changed and 
have been brought in line to the structure used by Android Studio.<br>
+This may affect plugin.xml files and config.xml files that use edit-config, 
and make it so plugins that use edit-config will not be able to be compatible 
with both Android 6.x and Android 7.x.  To fix this issue, please do the 
following in your XML files: </p>
+<div class="highlight"><pre><code class="language-" data-lang="">&lt;!-- An 
existing config.xml --&gt;
+&lt;edit-config file="AndroidManifest.xml" target="/manifest/application" 
mode="merge"&gt;
+
+&lt;!-- needs to change to --&gt;
+&lt;edit-config file="app/src/main/AndroidManifest.xml" 
target="/manifest/application" mode="merge"&gt;
+</code></pre></div>
+<h2>Major Changes include:</h2>
+
+<ul>
+<li>Support for Java 1.8 language features in Cordova Plugins</li>
+<li>CordovaInterface now has a Context getter so that contexts can be 
retrieved without an Activity</li>
+<li>Cordova can now build for x86_64, arm64 and armeabi architecture when 
building plugins that use the NDK</li>
+<li>The minimum Android API version supported is now API Level 19</li>
+<li>Due to the directory structure change, we no longer support in-line 
upgrading, bringing us in line with iOS</li>
+<li>ANT builds are no longer supported and the functionality has been 
removed.</li>
+</ul>
+
+<p>To upgrade:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">npm install 
-g cordova
+cd my_project
+cordova platform remove android
+cordova platform add android@7.0.0
+</code></pre></div>
+<p>To add it explicitly:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova 
platform add android@7.0.0
+</code></pre></div></p>
+                    <div><a 
href="/announcements/2018/02/23/cordova-windows-6.0.0.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
                     <div class="adorner" blogTime="Fri, 02 Feb 2018 00:00:00 
+0000"></div>
                     <h2 class="title">
                         <a href="/howto/2018/02/02/cordova-simulate.html">A 
Better Way to Exercise Cordova Plugins</a>
@@ -7229,7 +7283,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Fri, 02 Feb 2018 00:00:00 
+0000").getTime();
+            var lastPostTime = new Date("Fri, 23 Feb 2018 00:00:00 
+0000").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };

Modified: cordova/site/public/feed.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1825146&r1=1825145&r2=1825146&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Fri Feb 23 17:51:33 2018
@@ -6,11 +6,85 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Fri, 23 Feb 2018 17:20:54 +0000</pubDate>
-    <lastBuildDate>Fri, 23 Feb 2018 17:20:54 +0000</lastBuildDate>
+    <pubDate>Fri, 23 Feb 2018 17:27:53 +0000</pubDate>
+    <lastBuildDate>Fri, 23 Feb 2018 17:27:53 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
+        <title>Cordova Android 7.0.0 Released!</title>
+        <description>&lt;p&gt;We are happy to announce that 
&lt;code&gt;Cordova Android 7.0.0&lt;/code&gt; has been released! &lt;/p&gt;
+
+&lt;p&gt;With this release, we have changed the default project structure for 
Android projects.  People who currently use the CLI and treat everything in the 
platforms directory as a build artifact should not notice a difference. 
&lt;/p&gt;
+
+&lt;p&gt;However this a major breaking change for people creating standalone 
Cordova Android projects.  This also means that the locations of files have 
changed and have been brought in line to the structure used by Android 
Studio.&lt;br&gt;
+This may affect plugin.xml files and config.xml files that use edit-config, 
and make it so plugins that use edit-config will not be able to be compatible 
with both Android 6.x and Android 7.x.  To fix this issue, please do the 
following in your XML files: &lt;/p&gt;
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;&amp;lt;!-- An existing 
config.xml --&amp;gt;
+&amp;lt;edit-config file=&quot;AndroidManifest.xml&quot; 
target=&quot;/manifest/application&quot; mode=&quot;merge&quot;&amp;gt;
+
+&amp;lt;!-- needs to change to --&amp;gt;
+&amp;lt;edit-config file=&quot;app/src/main/AndroidManifest.xml&quot; 
target=&quot;/manifest/application&quot; mode=&quot;merge&quot;&amp;gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;h2&gt;Major Changes include:&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Support for Java 1.8 language features in Cordova Plugins&lt;/li&gt;
+&lt;li&gt;CordovaInterface now has a Context getter so that contexts can be 
retrieved without an Activity&lt;/li&gt;
+&lt;li&gt;Cordova can now build for x86_64, arm64 and armeabi architecture 
when building plugins that use the NDK&lt;/li&gt;
+&lt;li&gt;The minimum Android API version supported is now API Level 
19&lt;/li&gt;
+&lt;li&gt;Due to the directory structure change, we no longer support in-line 
upgrading, bringing us in line with iOS&lt;/li&gt;
+&lt;li&gt;ANT builds are no longer supported and the functionality has been 
removed.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;To upgrade:&lt;/p&gt;
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;npm install -g cordova
+cd my_project
+cordova platform remove android
+cordova platform add android@7.0.0
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;p&gt;To add it explicitly:&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 
android@7.0.0
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;!--more--&gt;
+
+&lt;h2&gt;Curated Changelog&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13612&quot;&gt;CB-13612&lt;/a&gt;
 Fix the remapper so that XML files copy over and the Camera works 
again.&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13741&quot;&gt;CB-13741&lt;/a&gt;
 Bump &lt;code&gt;package.json&lt;/code&gt; so we can install plugins&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13610&quot;&gt;CB-13610&lt;/a&gt;
 Compress the default app assets&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12835&quot;&gt;CB-12835&lt;/a&gt;
 add a Context getter in CordovaInterface&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-8976&quot;&gt;CB-8976&lt;/a&gt;
 Added the &lt;code&gt;cdvVersionCodeForceAbiDigit&lt;/code&gt; flag to the 
template build.gradle that appends 0 to the versionCode when 
&lt;code&gt;cdvBuildMultipleApks&lt;/code&gt; is not set&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12291&quot;&gt;CB-12291&lt;/a&gt;
 (android) Add x86_64, arm64 and armeabi architecture flavors&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13602&quot;&gt;CB-13602&lt;/a&gt;
 We were setting the path wrong, this is hacky but it works&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13601&quot;&gt;CB-13601&lt;/a&gt;
 Fixing the standalone run scripts to make sure this works without using the 
CLI&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13580&quot;&gt;CB-13580&lt;/a&gt;
 fix build for multiple apks (different product flavors)&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13558&quot;&gt;CB-13558&lt;/a&gt;
 Upgrading the gradle so we can upload the AAR&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13297&quot;&gt;CB-13297&lt;/a&gt;
 This just works once you bump the project structure.  Java 1.8 compatibility 
baked-in&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 &lt;strong&gt;Android&lt;/strong&gt; Studio 3 work, things have changed with 
how the platform is built&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 Found bug where the gradle subproject changes weren&amp;#39;t actually getting 
written to the correct gradle file&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13470&quot;&gt;CB-13470&lt;/a&gt;
 Fix Clean so that it cleans the &lt;strong&gt;Android&lt;/strong&gt; Studio 
structure&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 Adding specs for resource files inside an &lt;strong&gt;Android&lt;/strong&gt; 
Studio Project&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 Added remapping for drawables&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 Found bug in Api.js where xml/strings.xml is used instead of 
values/strings.xml&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 Setup Api.js to support multiple builders based on project structure&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 Changing directory creation, will most likely hide this behind a flag for the 
next release of &lt;code&gt;cordova-android&lt;/code&gt;, and then make it 
default in the next major pending feedback&lt;/li&gt;
+&lt;li&gt;Adding the Studio Builder to build a project based on 
&lt;strong&gt;Android&lt;/strong&gt; Studio, and deleting Ant, since Google 
does not support Ant Builds anymore. Sorry!&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Fri, 23 Feb 2018 00:00:00 +0000</pubDate>
+        
<link>https://cordova.apache.org/announcements/2018/02/23/cordova-windows-6.0.0.html</link>
+        <guid 
isPermaLink="true">https://cordova.apache.org/announcements/2018/02/23/cordova-windows-6.0.0.html</guid>
+        
+        <category>news</category>
+        
+        <category>releases</category>
+        
+        
+        <category>announcements</category>
+        
+      </item>
+    
+      <item>
         <title>A Better Way to Exercise Cordova Plugins</title>
         <description>&lt;p&gt;Cordova developers have several ways to test and 
debug their Cordova applications. For functional testing, developers use 
emulators, simulators, and physical devices. Devices can be on-premises, or 
there are many cloud offerings available as well. There&amp;#39;s even great 
tools you can use to debug your applications such as the web app debugging 
capabilities of Chrome and Safari, as well as the excellent debugging 
capabilities of Microsoft&amp;#39;s Visual Studio Code extension for Apache 
Cordova.&lt;/p&gt;
 
@@ -974,299 +1048,6 @@ First we should check if the API is supp
         
         
         <category>news</category>
-        
-      </item>
-    
-      <item>
-        <title>Plugins Release</title>
-        <description>&lt;p&gt;The following plugins were updated 
today:&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;cordova-plugin-battery-status@1.2.5&lt;/li&gt;
-&lt;li&gt;cordova-plugin-camera@3.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-contacts@3.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-device@1.1.7&lt;/li&gt;
-&lt;li&gt;cordova-plugin-dialogs@1.3.4&lt;/li&gt;
-&lt;li&gt;cordova-plugin-file-transfer@1.7.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-file@5.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-geolocation@3.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-globalization@1.0.8&lt;/li&gt;
-&lt;li&gt;cordova-plugin-inappbrowser@1.7.2&lt;/li&gt;
-&lt;li&gt;cordova-plugin-media@4.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-media-capture@2.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-network-information@1.3.4&lt;/li&gt;
-&lt;li&gt;cordova-plugin-splashscreen@4.1.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-statusbar@2.3.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-screen-orientation@2.0.2&lt;/li&gt;
-&lt;li&gt;cordova-plugin-vibration@2.1.6&lt;/li&gt;
-&lt;li&gt;cordova-plugin-whitelist@1.3.3&lt;/li&gt;
-&lt;li&gt;cordova-plugin-wkwebview-engine@1.1.4&lt;/li&gt;
-&lt;li&gt;cordova-plugin-test-framework@1.1.6&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;In our &lt;a 
href=&quot;https://cordova.apache.org/news/2017/09/22/plugins-release.html&quot;&gt;last
 plugins release&lt;/a&gt;, we deprecated 
&lt;code&gt;cordova-plugin-compat&lt;/code&gt; since it got integrated into 
&lt;code&gt;cordova-android@6.3.0&lt;/code&gt;. So for this release cycle, we 
have removed the dependency from plugins that were relying on it and gave the 
plugins a major version jump. The follow plugins have dropped 
&lt;code&gt;cordova-plugin-compat&lt;/code&gt;: 
&lt;code&gt;cordova-plugin-camera&lt;/code&gt;, 
&lt;code&gt;cordova-plugin-contacts&lt;/code&gt;, 
&lt;code&gt;cordova-plugin-file&lt;/code&gt;, 
&lt;code&gt;cordova-plugin-geolocation&lt;/code&gt;, 
&lt;code&gt;cordova-plugin-media&lt;/code&gt;, and 
&lt;code&gt;cordova-plugin-media-capture&lt;/code&gt;.&lt;/p&gt;
-
-&lt;p&gt;We have also changed how usage descriptions work in the following 
plugins: &lt;code&gt;cordova-plugin-camera&lt;/code&gt;, 
&lt;code&gt;cordova-plugin-contacts&lt;/code&gt;, 
&lt;code&gt;cordova-plugin-media&lt;/code&gt;, 
&lt;code&gt;cordova-plugin-geolocation&lt;/code&gt;, and 
&lt;code&gt;cordova-plugin-media-capture&lt;/code&gt;. Usage descriptions are 
required for &lt;strong&gt;iOS&lt;/strong&gt; applications accessing certain 
apis. Apple wants to know why your app needs certain permissions. We now 
recommend you add the usage description to your app via 
&lt;code&gt;edit-config&lt;/code&gt; tag. View the &lt;code&gt;iOS 
Quirks&lt;/code&gt; section of the plugin documentation to see an example of 
how to use it. &lt;a 
href=&quot;https://github.com/apache/cordova-plugin-camera#ios-quirks&quot;&gt;Here&lt;/a&gt;
 is the example for &lt;code&gt;cordova-plugin-camera&lt;/code&gt;.&lt;/p&gt;
-
-&lt;p&gt;&lt;code&gt;cordova-plugin-statusbar&lt;/code&gt; has been updated to 
work on the new &lt;code&gt;iPhone X&lt;/code&gt;.&lt;/p&gt;
-
-&lt;p&gt;Lastly, &lt;code&gt;cordova-plugin-file-transfer&lt;/code&gt; has 
officially been deprecated. We recommend using the built in 
&lt;code&gt;XHR&lt;/code&gt; apis instead. Read about transitioning off 
&lt;code&gt;cordova-plugin-file-transfer&lt;/code&gt; at 
https://cordova.apache.org/blog/2017/10/18/from-filetransfer-to-xhr2.html.&lt;/p&gt;
-
-&lt;hr&gt;
-
-&lt;p&gt;You can update any plugin by removing it, and then re-adding 
it.&lt;/p&gt;
-
-&lt;p&gt;E.g. To update your camera plugin:&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 plugin rm 
cordova-plugin-camera --save
-cordova plugin add cordova-plugin-camera@latest --save
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;p&gt;Changes include:&lt;/p&gt;
-
-&lt;!--more--&gt;
-
-&lt;p&gt;cordova-plugin-battery-status@1.2.5&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13299&quot;&gt;CB-13299&lt;/a&gt;
 (CI) Fix &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt;
 added &lt;code&gt;eslint&lt;/code&gt; and removed 
&lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13028&quot;&gt;CB-13028&lt;/a&gt;
 (CI) Added &lt;strong&gt;Browser&lt;/strong&gt; platform to Travis&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13000&quot;&gt;CB-13000&lt;/a&gt;
 (CI) Speed up &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12991&quot;&gt;CB-12991&lt;/a&gt;
 (CI) Updated CI badges&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-camera@3.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;Added &lt;code&gt;cordova-OSX&lt;/code&gt; support&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13515&quot;&gt;CB-13515&lt;/a&gt;
 (all): Add &amp;#39;protective&amp;#39; entry to 
&lt;code&gt;cordovaDependencies&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13332&quot;&gt;CB-13332&lt;/a&gt;
 (iOS): document 
&lt;code&gt;NSPhotoLibraryAddUsageDescription&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13264&quot;&gt;CB-13264&lt;/a&gt;
 (iOS): Remove &lt;strong&gt;iOS&lt;/strong&gt; usage descriptions&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13473&quot;&gt;CB-13473&lt;/a&gt;
 (CI) Removed &lt;strong&gt;Browser&lt;/strong&gt; builds from 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13446&quot;&gt;CB-13446&lt;/a&gt;
 Sync template with previous doc changes&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13294&quot;&gt;CB-13294&lt;/a&gt;
 Removed &lt;code&gt;cordova-plugin-compat&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13299&quot;&gt;CB-13299&lt;/a&gt;
 (CI) Fix &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12985&quot;&gt;CB-12985&lt;/a&gt;
 setup &lt;code&gt;eslint&lt;/code&gt; and removed 
&lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13028&quot;&gt;CB-13028&lt;/a&gt;
 (CI) &lt;strong&gt;Browser&lt;/strong&gt; builds on Travis and 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13002&quot;&gt;CB-13002&lt;/a&gt;
 (Android, &lt;strong&gt;iOS&lt;/strong&gt;) Fix occasional Appium tests 
failures&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13000&quot;&gt;CB-13000&lt;/a&gt;
 (CI) Speed up &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12991&quot;&gt;CB-12991&lt;/a&gt;
 (CI) Updated CI badges&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12964&quot;&gt;CB-12964&lt;/a&gt;
 (android) Fix of bug when Pictures folder did not exist.&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12982&quot;&gt;CB-12982&lt;/a&gt;
 (Android, &lt;strong&gt;iOS&lt;/strong&gt;) Appium tests: try to create a 
session harder&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12682&quot;&gt;CB-12682&lt;/a&gt;
 (ios, &lt;strong&gt;Android&lt;/strong&gt;): changes cancel error message to 
be consistent for &lt;strong&gt;iOS&lt;/strong&gt; 
&lt;strong&gt;Android&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12764&quot;&gt;CB-12764&lt;/a&gt;
 (android) Adapt Appium tests for &lt;strong&gt;Android&lt;/strong&gt; 
7&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-contacts@3.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13522&quot;&gt;CB-13522&lt;/a&gt;
 (iOS): Remove usage description&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13521&quot;&gt;CB-13521&lt;/a&gt;
 (all): Add &amp;#39;protective&amp;#39; entry to 
&lt;code&gt;cordovaDependencies&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13472&quot;&gt;CB-13472&lt;/a&gt;
 (CI) Fixed Travis &lt;strong&gt;Android&lt;/strong&gt; builds again&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13294&quot;&gt;CB-13294&lt;/a&gt;
 Remove &lt;code&gt;cordova-plugin-compat&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13299&quot;&gt;CB-13299&lt;/a&gt;
 (CI) Fix &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12991&quot;&gt;CB-12991&lt;/a&gt;
 (CI) Updated CI badges&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-device@1.1.7&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13472&quot;&gt;CB-13472&lt;/a&gt;
 (CI) Fixed Travis &lt;strong&gt;Android&lt;/strong&gt; builds again&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt;
 setup &lt;code&gt;eslint&lt;/code&gt; and removed 
&lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13113&quot;&gt;CB-13113&lt;/a&gt;
 (browser) &lt;code&gt;device.isVirtual&lt;/code&gt; is always false&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13028&quot;&gt;CB-13028&lt;/a&gt;
 (CI) &lt;strong&gt;Browser&lt;/strong&gt; builds on Travis and 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13000&quot;&gt;CB-13000&lt;/a&gt;
 (CI) Speed up &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-dialogs@1.3.4&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13473&quot;&gt;CB-13473&lt;/a&gt;
 (CI) Removed &lt;strong&gt;Browser&lt;/strong&gt; builds from 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13472&quot;&gt;CB-13472&lt;/a&gt;
 (CI) Fixed Travis &lt;strong&gt;Android&lt;/strong&gt; builds again&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt;
 setup &lt;code&gt;eslint&lt;/code&gt; and removed 
&lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13028&quot;&gt;CB-13028&lt;/a&gt;
 (CI) &lt;strong&gt;Browser&lt;/strong&gt; builds on Travis and 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-4615&quot;&gt;CB-4615&lt;/a&gt;
 document &lt;strong&gt;Android&lt;/strong&gt; quirk around maximum number of 
button labels supported for the &lt;code&gt;confirm&lt;/code&gt; 
method.&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13000&quot;&gt;CB-13000&lt;/a&gt;
 (CI) Speed up &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-file-transfer@1.7.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;Updated &lt;code&gt;README&lt;/code&gt; with Deprecated 
Status&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13472&quot;&gt;CB-13472&lt;/a&gt;
 (CI) Fixed Travis &lt;strong&gt;Android&lt;/strong&gt; builds again&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12809&quot;&gt;CB-12809&lt;/a&gt;
 Google Play Blocker: Unsafe SSL TrustManager Defined&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7995&quot;&gt;CB-7995&lt;/a&gt;
 document that &lt;code&gt;FileTransferError.exception&lt;/code&gt; on 
&lt;strong&gt;iOS&lt;/strong&gt; is never defined.&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13000&quot;&gt;CB-13000&lt;/a&gt;
 (CI) Speed up &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-file@5.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13481&quot;&gt;CB-13481&lt;/a&gt;
 (android) Don&amp;#39;t ask for permission to read 
&lt;code&gt;file:///android_asset/&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13518&quot;&gt;CB-13518&lt;/a&gt;
 Add &amp;#39;protective&amp;#39; entry to 
&lt;code&gt;cordovaDependencies&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13472&quot;&gt;CB-13472&lt;/a&gt;
 (CI) Fixed Travis &lt;strong&gt;Android&lt;/strong&gt; builds again&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13294&quot;&gt;CB-13294&lt;/a&gt;
 Remove &lt;code&gt;cordova-plugin-compat&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;fixing &lt;code&gt;README&lt;/code&gt; in use of 
&lt;code&gt;window.resolveLocalFileSystemURL&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt;
 setup &lt;code&gt;eslint&lt;/code&gt; and took out 
&lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13028&quot;&gt;CB-13028&lt;/a&gt;
 (CI) &lt;strong&gt;Browser&lt;/strong&gt; builds on Travis&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13000&quot;&gt;CB-13000&lt;/a&gt;
 (CI) Speed up &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12355&quot;&gt;CB-12355&lt;/a&gt;
 (iOS) add description about the &lt;code&gt;mimeTypeForFileAtPath&lt;/code&gt; 
method&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12355&quot;&gt;CB-12355&lt;/a&gt;
 (iOS) fix &lt;code&gt;FileEntry.file.type&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-geolocation@3.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13267&quot;&gt;CB-13267&lt;/a&gt;
 (iOS): Remove &lt;strong&gt;iOS&lt;/strong&gt; usage descriptions&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13516&quot;&gt;CB-13516&lt;/a&gt;
 (all): Add &amp;#39;protective&amp;#39; entry to 
&lt;code&gt;cordovaDependencies&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13472&quot;&gt;CB-13472&lt;/a&gt;
 (CI) Fixed Travis &lt;strong&gt;Android&lt;/strong&gt; builds again&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13294&quot;&gt;CB-13294&lt;/a&gt;
 Remove &lt;code&gt;cordova-plugin-compat&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13299&quot;&gt;CB-13299&lt;/a&gt;
 (CI) Fix &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt;
 added &lt;code&gt;eslint&lt;/code&gt; and removed 
&lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-globalization@1.0.8&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13473&quot;&gt;CB-13473&lt;/a&gt;
 (CI) Removed &lt;strong&gt;Browser&lt;/strong&gt; builds from 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13472&quot;&gt;CB-13472&lt;/a&gt;
 (CI) Fixed Travis &lt;strong&gt;Android&lt;/strong&gt; builds again&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13299&quot;&gt;CB-13299&lt;/a&gt;
 (CI) Fix &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt;
 added &lt;code&gt;eslint&lt;/code&gt; and removed 
&lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13028&quot;&gt;CB-13028&lt;/a&gt;
 (CI) &lt;strong&gt;Browser&lt;/strong&gt; builds on Travis and 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-inappbrowser@1.7.2&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13473&quot;&gt;CB-13473&lt;/a&gt;
 (CI) Removed &lt;strong&gt;Browser&lt;/strong&gt; builds from 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13472&quot;&gt;CB-13472&lt;/a&gt;
 (CI) Fixed Travis &lt;strong&gt;Android&lt;/strong&gt; builds again&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13347&quot;&gt;CB-13347&lt;/a&gt;
 Enable thirdparty cookies on &lt;code&gt;&amp;gt;=Android 5.0&lt;/code&gt; 
device&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt;
 added &lt;code&gt;eslint&lt;/code&gt; and removed 
&lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12975&quot;&gt;CB-12975&lt;/a&gt;
 (docs) Resort and reword &lt;code&gt;cordova.InAppBrowser.open&lt;/code&gt; 
&lt;code&gt;options&lt;/code&gt; lists&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12586&quot;&gt;CB-12586&lt;/a&gt;
 (iOS) fix method &lt;code&gt;hide&lt;/code&gt; doesn&amp;#39;t work&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-media@4.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12264&quot;&gt;CB-12264&lt;/a&gt;
 (README): fix &lt;code&gt;media.getCurrentAmplitude&lt;/code&gt; 
definition&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13265&quot;&gt;CB-13265&lt;/a&gt;
 Remove &lt;strong&gt;iOS&lt;/strong&gt; usage description from media 
plugin&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13517&quot;&gt;CB-13517&lt;/a&gt;
  (all): Add &amp;#39;protective&amp;#39; entry to 
&lt;code&gt;cordovaDependencies&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13473&quot;&gt;CB-13473&lt;/a&gt;
 (CI) Removed &lt;strong&gt;Browser&lt;/strong&gt; builds from 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13294&quot;&gt;CB-13294&lt;/a&gt;
 Remove &lt;code&gt;cordova-plugin-compat&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13299&quot;&gt;CB-13299&lt;/a&gt;
 (CI) Fix &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13028&quot;&gt;CB-13028&lt;/a&gt;
 (CI) &lt;strong&gt;Browser&lt;/strong&gt; builds on Travis and 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12671&quot;&gt;CB-12671&lt;/a&gt;
 &lt;strong&gt;iOS&lt;/strong&gt;: Fix auto-test with stopping media that is in 
starting state&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-media-capture@2.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13520&quot;&gt;CB-13520&lt;/a&gt;
 (all): Add &amp;#39;protective&amp;#39; entry to 
&lt;code&gt;cordovaDependencies&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13266&quot;&gt;CB-13266&lt;/a&gt;
 (ios): Remove &lt;strong&gt;iOS&lt;/strong&gt; usage descriptions&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13473&quot;&gt;CB-13473&lt;/a&gt;
 (CI) Removed &lt;strong&gt;Browser&lt;/strong&gt; builds from 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13294&quot;&gt;CB-13294&lt;/a&gt;
 Remove &lt;code&gt;cordova-plugin-compat&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13299&quot;&gt;CB-13299&lt;/a&gt;
 (CI) Fix &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt;
 added &lt;code&gt;eslint&lt;/code&gt; and removed 
&lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13028&quot;&gt;CB-13028&lt;/a&gt;
 (CI) &lt;strong&gt;Browser&lt;/strong&gt; builds on Travis and 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12882&quot;&gt;CB-12882&lt;/a&gt;
 (ios): adds support for permissions checks for 
&lt;code&gt;captureVideo&lt;/code&gt; and &lt;code&gt;captureImage&lt;/code&gt; 
methods&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-network-information@1.3.4&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12751&quot;&gt;CB-12751&lt;/a&gt;
 (ios) Fix connection type when airplane mode is on&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13299&quot;&gt;CB-13299&lt;/a&gt;
 (CI) Fix &lt;strong&gt;Android&lt;/strong&gt; builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt;
 added &lt;code&gt;eslint&lt;/code&gt; and removed 
&lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13028&quot;&gt;CB-13028&lt;/a&gt;
 (CI) &lt;strong&gt;Browser&lt;/strong&gt; builds on Travis and 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-splashscreen@4.1.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13473&quot;&gt;CB-13473&lt;/a&gt;
 (CI) Removed &lt;strong&gt;Browser&lt;/strong&gt; builds from 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12011&quot;&gt;CB-12011&lt;/a&gt;
 (android) added the possibility to change the spinner color on 
&lt;strong&gt;Android 5.0&lt;/strong&gt;+ apps&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13028&quot;&gt;CB-13028&lt;/a&gt;
 (CI) &lt;strong&gt;Browser&lt;/strong&gt; builds on Travis and 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13094&quot;&gt;CB-13094&lt;/a&gt;
 (android) Don&amp;#39;t show splash when activity being finished&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11487&quot;&gt;CB-11487&lt;/a&gt;
 (browser) Documented &lt;code&gt;AutoHideSplashScreen&lt;/code&gt; for 
&lt;strong&gt;Browser&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11488&quot;&gt;CB-11488&lt;/a&gt;
 (browser) The &lt;code&gt;hide()&lt;/code&gt; call became non re-entrant after 
the addition of fade out. This fixes the issue.&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11487&quot;&gt;CB-11487&lt;/a&gt;
 (browser) The standard &lt;code&gt;AutoHideSplashScreen&lt;/code&gt; 
&lt;code&gt;config.xml&lt;/code&gt; property is now supported by the 
&lt;strong&gt;Browser&lt;/strong&gt; platform.&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11486&quot;&gt;CB-11486&lt;/a&gt;
 (browser) &lt;code&gt;splashScreenDelay&lt;/code&gt; now feed through 
&lt;code&gt;parseInt&lt;/code&gt; to ensure it is an integer by the time 
it&amp;#39;s value is passed in to &lt;code&gt;setTimeout()&lt;/code&gt; in 
&lt;code&gt;hide()&lt;/code&gt;.&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-statusbar@2.3.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13476&quot;&gt;CB-13476&lt;/a&gt;
 (iOS): handle double size statusbar on SDK 10 for &lt;strong&gt;iOS 
11&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13394&quot;&gt;CB-13394&lt;/a&gt;
 (iOS): fix &lt;code&gt;iPhone X&lt;/code&gt; StatusBar rendering in 
landscape&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11858&quot;&gt;CB-11858&lt;/a&gt;
 (android) Add &lt;code&gt;StatusBarStyle&lt;/code&gt; feature support for 
&lt;strong&gt;Android M+&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13311&quot;&gt;CB-13311&lt;/a&gt;
 (iOS) Statusbar does not overlay correctly on &lt;code&gt;iPhone 
X&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13028&quot;&gt;CB-13028&lt;/a&gt;
 (CI) &lt;strong&gt;Browser&lt;/strong&gt; builds on Travis and 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12812&quot;&gt;CB-12812&lt;/a&gt;
 (browser) Fix statusbar plugin with &lt;strong&gt;Browser&lt;/strong&gt; 
platform&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-screen-orientation@2.0.2&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13472&quot;&gt;CB-13472&lt;/a&gt;
 (CI) Fixed Travis &lt;strong&gt;Android&lt;/strong&gt; builds again&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13028&quot;&gt;CB-13028&lt;/a&gt;
 (CI) &lt;strong&gt;Browser&lt;/strong&gt; builds on Travis and 
AppVeyor&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12994&quot;&gt;CB-12994&lt;/a&gt;
 (android, &lt;strong&gt;BlackBerry&lt;/strong&gt;) add 
&lt;code&gt;es6-promise-plugin&lt;/code&gt; from 
&lt;code&gt;npm&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-vibration@2.1.6&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt;
 added &lt;code&gt;eslint&lt;/code&gt; and removed 
&lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-whitelist@1.3.3&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-wkwebview-engine@1.1.4&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;added missing license header&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13519&quot;&gt;CB-13519&lt;/a&gt;
 (all): Add &amp;#39;protective&amp;#39; entry to 
&lt;code&gt;cordovaDependencies&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt;
 added &lt;code&gt;eslint&lt;/code&gt; and removed 
&lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 fixed &lt;code&gt;bugs&lt;/code&gt; entry in 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-test-framework@1.1.6&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt;
 replaced &lt;code&gt;jshint&lt;/code&gt; with 
&lt;code&gt;eslint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt;
 added &lt;code&gt;bugs&lt;/code&gt; entry to 
&lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Fri, 10 Nov 2017 00:00:00 +0000</pubDate>
-        
<link>https://cordova.apache.org/news/2017/11/10/plugins-release.html</link>
-        <guid 
isPermaLink="true">https://cordova.apache.org/news/2017/11/10/plugins-release.html</guid>
-        
-        <category>release</category>
-        
-        <category>plugins</category>
-        
-        
-        <category>news</category>
         
       </item>
     

Modified: cordova/site/public/howto/2018/02/02/cordova-simulate.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/howto/2018/02/02/cordova-simulate.html?rev=1825146&r1=1825145&r2=1825146&view=diff
==============================================================================
--- cordova/site/public/howto/2018/02/02/cordova-simulate.html (original)
+++ cordova/site/public/howto/2018/02/02/cordova-simulate.html Fri Feb 23 
17:51:33 2018
@@ -441,6 +441,26 @@
             </div>
             <div class="col-sm-6">
                 
+                    <a 
href="/announcements/2018/02/23/cordova-windows-6.0.0.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" 
href="/announcements/2018/02/23/cordova-windows-6.0.0.html">Cordova Android 
7.0.0 Released!</a>
+                    <div class="date"> 23 Feb 2018 - By Joe Bowser </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 Cordova Android 7.0.0 
has been released!...
+                    </p>
+                
             </div>
         </div>
     </footer>

Modified: cordova/site/public/sitemap.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1825146&r1=1825145&r2=1825146&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Fri Feb 23 17:51:33 2018
@@ -4,6 +4,11 @@
 <!-- posts -->
 
 <url>
+    
<loc>https://cordova.apache.org/announcements/2018/02/23/cordova-windows-6.0.0.html</loc>
+</url>
+
+
+<url>
     
<loc>https://cordova.apache.org/howto/2018/02/02/cordova-simulate.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=1825146&r1=1825145&r2=1825146&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Fri Feb 23 17:51:33 2018
@@ -77,6 +77,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Fri, 23 Feb 2018 00:00:00 +0000');
         dates.push('Fri, 02 Feb 2018 00:00:00 +0000');
         dates.push('Mon, 29 Jan 2018 00:00:00 +0000');
         dates.push('Sat, 30 Dec 2017 00:00:00 +0000');



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

Reply via email to