You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by au...@apache.org on 2017/11/14 18:10:05 UTC

svn commit: r1815241 - in /cordova/site/public: announcements/2017/10/31/ios-release.html blog/index.html docs/en/dev/guide/platforms/android/index.html feed.xml sitemap.xml static/js/index.js

Author: audreyso
Date: Tue Nov 14 18:10:05 2017
New Revision: 1815241

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

Modified:
    cordova/site/public/announcements/2017/10/31/ios-release.html
    cordova/site/public/blog/index.html
    cordova/site/public/docs/en/dev/guide/platforms/android/index.html
    cordova/site/public/feed.xml
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js

Modified: cordova/site/public/announcements/2017/10/31/ios-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2017/10/31/ios-release.html?rev=1815241&r1=1815240&r2=1815241&view=diff
==============================================================================
--- cordova/site/public/announcements/2017/10/31/ios-release.html (original)
+++ cordova/site/public/announcements/2017/10/31/ios-release.html Tue Nov 14 18:10:05 2017
@@ -182,26 +182,6 @@ cordova platform add ios@4.5.3
             </div>
             <div class="col-sm-6">
                 
-                    <a href="/announcements/2017/11/09/android-release.html">Next</a>
-                    <br>
-                    <br>
-                    <a class="title" href="/announcements/2017/11/09/android-release.html">Cordova Android 6.4.0 Released!</a>
-                    <div class="date"> 09 Nov 2017 - 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 would like to announce that Cordova Android 6.4.0 has been released!...
-                    </p>
-                
             </div>
         </div>
     </footer>

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1815241&r1=1815240&r2=1815241&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Tue Nov 14 18:10:05 2017
@@ -124,107 +124,6 @@
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 10 Nov 2017 00:00:00 +0000"></div>
-                    <h2 class="title">
-                        <a href="/news/2017/11/10/plugins-release.html">Plugins Release</a>
-                    </h2>
-                    <div class="details">
-                        <span class="date">10 Nov 2017</span>
-                        - by
-                        <span class="author">
-                            
-                                <a href="https://twitter.com/stevesgill">Steve Gill</a>
-                            
-                        </span>
-                        <a class="comment" href="/news/2017/11/10/plugins-release.html#disqus_thread"></a>
-                    </div>
-                </header>
-                <section class="post-excerpt">
-                    <p><p>The following plugins were updated today:</p>
-
-<ul>
-<li>cordova-plugin-battery-status@1.2.5</li>
-<li>cordova-plugin-camera@3.0.0</li>
-<li>cordova-plugin-contacts@3.0.0</li>
-<li>cordova-plugin-device@1.1.7</li>
-<li>cordova-plugin-dialogs@1.3.4</li>
-<li>cordova-plugin-file-transfer@1.7.0</li>
-<li>cordova-plugin-file@5.0.0</li>
-<li>cordova-plugin-geolocation@3.0.0</li>
-<li>cordova-plugin-globalization@1.0.8</li>
-<li>cordova-plugin-inappbrowser@1.7.2</li>
-<li>cordova-plugin-media@4.0.0</li>
-<li>cordova-plugin-media-capture@2.0.0</li>
-<li>cordova-plugin-network-information@1.3.4</li>
-<li>cordova-plugin-splashscreen@4.1.0</li>
-<li>cordova-plugin-statusbar@2.3.0</li>
-<li>cordova-plugin-screen-orientation@2.0.2</li>
-<li>cordova-plugin-vibration@2.1.6</li>
-<li>cordova-plugin-whitelist@1.3.3</li>
-<li>cordova-plugin-wkwebview-engine@1.1.4</li>
-<li>cordova-plugin-test-framework@1.1.6</li>
-</ul>
-
-<p>In our <a href="https://cordova.apache.org/news/2017/09/22/plugins-release.html">last plugins release</a>, we deprecated <code>cordova-plugin-compat</code> since it got integrated into <code>cordova-android@6.3.0</code>. 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 <code>cordova-plugin-compat</code>: <code>cordova-plugin-camera</code>, <code>cordova-plugin-contacts</code>, <code>cordova-plugin-file</code>, <code>cordova-plugin-geolocation</code>, <code>cordova-plugin-media</code>, and <code>cordova-plugin-media-capture</code>.</p>
-
-<p>We have also changed how usage descriptions work in the following plugins: <code>cordova-plugin-camera</code>, <code>cordova-plugin-contacts</code>, <code>cordova-plugin-media</code>, <code>cordova-plugin-geolocation</code>, and <code>cordova-plugin-media-capture</code>. Usage descriptions are required for <strong>iOS</strong> 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 <code>edit-config</code> tag. View the <code>iOS Quirks</code> section of the plugin documentation to see an example of how to use it. <a href="https://github.com/apache/cordova-plugin-camera#ios-quirks">Here</a> is the example for <code>cordova-plugin-camera</code>.</p>
-
-<p><code>cordova-plugin-statusbar</code> has been updated to work on the new <code>iPhone X</code>.</p>
-
-<p>Lastly, <code>cordova-plugin-file-transfer</code> has officially been deprecated. We recommend using the built in <code>XHR</code> apis instead. Read about transitioning off <code>cordova-plugin-file-transfer</code> at https://cordova.apache.org/blog/2017/10/18/from-filetransfer-to-xhr2.html.</p>
-
-<hr>
-
-<p>You can update any plugin by removing it, and then re-adding it.</p>
-
-<p>E.g. To update your camera plugin:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin rm cordova-plugin-camera --save
-cordova plugin add cordova-plugin-camera@latest --save
-</code></pre></div>
-<p>Changes include:</p>
-</p>
-                    <div><a href="/news/2017/11/10/plugins-release.html">More...</a></div>
-                </section>
-            </li>
-            
-            <li>
-                <header>
-                    <div class="adorner" blogTime="Thu, 09 Nov 2017 00:00:00 +0000"></div>
-                    <h2 class="title">
-                        <a href="/announcements/2017/11/09/android-release.html">Cordova Android 6.4.0 Released!</a>
-                    </h2>
-                    <div class="details">
-                        <span class="date">09 Nov 2017</span>
-                        - by
-                        <span class="author">
-                            
-                                <a href="https://twitter.com/infil00p">Joe Bowser</a>
-                            
-                        </span>
-                        <a class="comment" href="/announcements/2017/11/09/android-release.html#disqus_thread"></a>
-                    </div>
-                </header>
-                <section class="post-excerpt">
-                    <p><p>We would like to announce that <code>Cordova Android 6.4.0</code> has been released! </p>
-
-<p>Due to the recent changes <strong>Google</strong> made to Android Studio, Cordova Android now requires that Gradle be installed as a dependency for Android development on all platforms. We will be removing the code that uses Android Studio as a dependency in the near future. This release now uses the latest Android Gradle plugin that was released with Android Studio 3.0.</p>
-
-<p><strong>Google</strong> has changed the Gradle DSL used and currently support for the Crosswalk WebView is broken in this version of Cordova as a result.  Unfortunately, since Crosswalk is no longer supported by the Crosswalk Project, we do not know whether this issue will be fixed.  If you require support for Crosswalk, we recommend that you continue using cordova-android 6.3.0 at this time and avoid using your project with Android Studio.</p>
-
-<p>To upgrade:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">npm install -g cordova
-cd my_project
-cordova platform update android@6.4.0
-</code></pre></div>
-<p>To add it explicitly:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova platform add android@6.4.0
-</code></pre></div></p>
-                    <div><a href="/announcements/2017/11/09/android-release.html">More...</a></div>
-                </section>
-            </li>
-            
-            <li>
-                <header>
                     <div class="adorner" blogTime="Tue, 31 Oct 2017 00:00:00 +0000"></div>
                     <h2 class="title">
                         <a href="/announcements/2017/10/31/ios-release.html">Cordova iOS 4.5.3</a>
@@ -6792,7 +6691,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Fri, 10 Nov 2017 00:00:00 +0000").getTime();
+            var lastPostTime = new Date("Tue, 31 Oct 2017 00:00:00 +0000").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };

Modified: cordova/site/public/docs/en/dev/guide/platforms/android/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/platforms/android/index.html?rev=1815241&r1=1815240&r2=1815241&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/platforms/android/index.html (original)
+++ cordova/site/public/docs/en/dev/guide/platforms/android/index.html Tue Nov 14 18:10:05 2017
@@ -2726,8 +2726,8 @@ few cordova-android releases can be foun
 </thead><tbody>
 <tr>
 <td>6.X.X</td>
-<td>16 - 26</td>
-<td>4.1 - 8.0.0</td>
+<td>16 - 25</td>
+<td>4.1 - 7.1.1</td>
 </tr>
 <tr>
 <td>5.X.X</td>
@@ -2771,12 +2771,6 @@ or later.</p>
 <p>When installing on Windows you also need to set <code>JAVA_HOME</code> Environment Variable
 according to your JDK installation path (see <a href="#setting-environment-variables">Setting Environment Variables</a>)</p>
 
-<h3>Gradle</h3>
-
-<p>As of Cordova-Android 6.4.0, <a href="https://gradle.org/install/">Gradle</a> is now required to be installed to build Android.</p>
-
-<p>When installing on Windows, you need to add Gradle to your path, (see <a href="#setting-environment-variables">Setting Environment Variables</a>)</p>
-
 <h4>Android SDK</h4>
 
 <p>Install <a href="https://developer.android.com/studio/index.html">Android Studio</a>.

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1815241&r1=1815240&r2=1815241&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Tue Nov 14 18:10:05 2017
@@ -6,345 +6,11 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 14 Nov 2017 00:44:37 +0000</pubDate>
-    <lastBuildDate>Tue, 14 Nov 2017 00:44:37 +0000</lastBuildDate>
+    <pubDate>Tue, 14 Nov 2017 17:48:31 +0000</pubDate>
+    <lastBuildDate>Tue, 14 Nov 2017 17:48:31 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <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>
-    
-      <item>
-        <title>Cordova Android 6.4.0 Released!</title>
-        <description>&lt;p&gt;We would like to announce that &lt;code&gt;Cordova Android 6.4.0&lt;/code&gt; has been released! &lt;/p&gt;
-
-&lt;p&gt;Due to the recent changes &lt;strong&gt;Google&lt;/strong&gt; made to Android Studio, Cordova Android now requires that Gradle be installed as a dependency for Android development on all platforms. We will be removing the code that uses Android Studio as a dependency in the near future. This release now uses the latest Android Gradle plugin that was released with Android Studio 3.0.&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;Google&lt;/strong&gt; has changed the Gradle DSL used and currently support for the Crosswalk WebView is broken in this version of Cordova as a result.  Unfortunately, since Crosswalk is no longer supported by the Crosswalk Project, we do not know whether this issue will be fixed.  If you require support for Crosswalk, we recommend that you continue using cordova-android 6.3.0 at this time and avoid using your project with Android Studio.&lt;/p&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 update android@6.4.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@6.4.0
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;!--more--&gt;
-
-&lt;h2&gt;What&amp;#39;s new in Android&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13289&quot;&gt;CB-13289&lt;/a&gt; Fixing build problems with Studio Three, but keeping &lt;strong&gt;Windows&lt;/strong&gt; Gradle fix for now, will be deprecated&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13289&quot;&gt;CB-13289&lt;/a&gt; Fix test to work with new Google &lt;strong&gt;Android&lt;/strong&gt; Gradle DSL&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13499&quot;&gt;CB-13499&lt;/a&gt; Remove duplicate &amp;quot;setting&amp;quot; in error strings&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13406&quot;&gt;CB-13406&lt;/a&gt; Fixed AVD API level comparison when choosing sub-par API level match. Added tests for the best_image method.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13404&quot;&gt;CB-13404&lt;/a&gt; add &lt;strong&gt;Android&lt;/strong&gt;-versions to bundledDependencies. Ignore best emulator selection when parsed AVD information does not include API level in the target&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Thu, 09 Nov 2017 00:00:00 +0000</pubDate>
-        <link>https://cordova.apache.org/announcements/2017/11/09/android-release.html</link>
-        <guid isPermaLink="true">https://cordova.apache.org/announcements/2017/11/09/android-release.html</guid>
-        
-        <category>news</category>
-        
-        <category>releases</category>
-        
-        
-        <category>announcements</category>
-        
-      </item>
-    
-      <item>
         <title>Cordova iOS 4.5.3</title>
         <description>&lt;p&gt;We are happy to announce a minor version of &lt;code&gt;Cordova iOS 4.5.3&lt;/code&gt; has been released!&lt;/p&gt;
 
@@ -955,6 +621,178 @@ cordova platform add ios@4.5.1
         
         <category>news</category>
         
+        <category>releases</category>
+        
+        
+        <category>announcements</category>
+        
+      </item>
+    
+      <item>
+        <title>Plugins Release</title>
+        <description>&lt;p&gt;The following plugins were updated today because they are being deprecated:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;cordova-plugin-console: 1.1.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-compat: 1.2.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-device-motion: 2.0.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-device-orientation: 2.0.0 &lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;cordova-plugin-console&lt;/code&gt; has been integrated into &lt;code&gt;cordova-ios@4.5.0+&lt;/code&gt;. It is not needed anymore. Make sure to remove it from your projects if you plan on updating your &lt;code&gt;cordova-ios&lt;/code&gt;!&lt;/p&gt;
+
+&lt;p&gt;Similarly, &lt;code&gt;cordova-plugin-compat&lt;/code&gt; has been integrated into the upcoming &lt;code&gt;cordova-android@6.3.0&lt;/code&gt; release. Please remove it from your projects when you update to the latest version of &lt;code&gt;cordova-android&lt;/code&gt;. &lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;cordova-plugin-device-motion&lt;/code&gt; and &lt;code&gt;cordova-plugin-device-orientation&lt;/code&gt; have officially been deprecated. These plugins are being replaced by the built in &lt;a href=&quot;https://www.w3.org/TR/2016/CR-orientation-event-20160818/&quot;&gt;W3C Device Motion and Orientation APIs&lt;/a&gt;, which are now supported on iOS, Android and Windows. Checkout the migration guides the PhoneGap team wrote for &lt;a href=&quot;https://blog.phonegap.com/migrating-from-the-cordova-device-motion-plugin-ddd8176632ed&quot;&gt;Device Motion&lt;/a&gt; and &lt;a href=&quot;https://blog.phonegap.com/migrating-from-the-cordova-device-orientation-plugin-8442b869e6cc&quot;&gt;Device Orientation&lt;/a&gt;.&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-console@1.1.0&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13170&quot;&gt;CB-13170&lt;/a&gt; Integrated this plugin into &lt;code&gt;cordova-ios@4.5.0&lt;/code&gt;. This plugin will not install for &lt;code&gt;cordova-ios &amp;gt;= 4.5.0&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 &lt;code&gt;Travis&lt;/code&gt; and &lt;code&gt;AppVeyor&lt;/code&gt;&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-12935&quot;&gt;CB-12935&lt;/a&gt; (&lt;strong&gt;windows&lt;/strong&gt;) Enable paramedic builds on AppVeyor&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12935&quot;&gt;CB-12935&lt;/a&gt; (&lt;strong&gt;ios&lt;/strong&gt;, &lt;strong&gt;Android&lt;/strong&gt;) Run &lt;code&gt;paramedic&lt;/code&gt; builds on &lt;code&gt;Travis&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-compat@1.2.0&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12730&quot;&gt;CB-12730&lt;/a&gt; Integrate this plugin into &lt;code&gt;cordova-android@6.3.0&lt;/code&gt; and deprecate this plugin as it is no longer needed.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12730&quot;&gt;CB-12730&lt;/a&gt; Prevent plugin from installing with &lt;code&gt;cordova-android &amp;gt;= 6.3.0&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;cordova-plugin-device-orientation@2.0.0&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13076&quot;&gt;CB-13076&lt;/a&gt; added deprecation notice to &lt;code&gt;info&lt;/code&gt; tag&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12728&quot;&gt;CB-12728&lt;/a&gt; Device Orientation - SUNSET&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 &lt;code&gt;Travis&lt;/code&gt; and &lt;code&gt;AppVeyor&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12667&quot;&gt;CB-12667&lt;/a&gt; Reset changes for searching Samsung sensors&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-12935&quot;&gt;CB-12935&lt;/a&gt; (&lt;strong&gt;windows&lt;/strong&gt;) Enable paramedic builds on &lt;code&gt;AppVeyor&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12935&quot;&gt;CB-12935&lt;/a&gt; (&lt;strong&gt;ios&lt;/strong&gt;, &lt;strong&gt;Android&lt;/strong&gt;) Enable paramedic builds on &lt;code&gt;Travis CI&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12667&quot;&gt;CB-12667&lt;/a&gt; &lt;strong&gt;Android&lt;/strong&gt;: Added logic for searching sensors from Samsung vendor&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-motion@2.0.0&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13068&quot;&gt;CB-13068&lt;/a&gt; added &lt;code&gt;info&lt;/code&gt; tag for deprecation&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12726&quot;&gt;CB-12726&lt;/a&gt; Device Motion - SUNSET&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13115&quot;&gt;CB-13115&lt;/a&gt; &lt;strong&gt;Browser&lt;/strong&gt; Fixed &lt;code&gt;getCurrentAcceleration()&lt;/code&gt; on &lt;strong&gt;Firefox&lt;/strong&gt;, &lt;strong&gt;Safari&lt;/strong&gt; and &lt;strong&gt;Edge&lt;/strong&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 &lt;code&gt;Travis&lt;/code&gt; and &lt;code&gt;AppVeyor&lt;/code&gt;&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-12935&quot;&gt;CB-12935&lt;/a&gt; (&lt;strong&gt;windows&lt;/strong&gt;) Enable paramedic builds on &lt;code&gt;AppVeyor&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12935&quot;&gt;CB-12935&lt;/a&gt; (&lt;strong&gt;ios&lt;/strong&gt;, &lt;strong&gt;Android&lt;/strong&gt;) Enable paramedic builds on &lt;code&gt;Travis CI&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, 22 Sep 2017 00:00:00 +0000</pubDate>
+        <link>https://cordova.apache.org/news/2017/09/22/plugins-release.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/news/2017/09/22/plugins-release.html</guid>
+        
+        <category>release</category>
+        
+        <category>plugins</category>
+        
+        
+        <category>news</category>
+        
+      </item>
+    
+      <item>
+        <title>Cordova iOS 4.5.0</title>
+        <description>&lt;p&gt;We are happy to announce a minor version of &lt;code&gt;Cordova iOS 4.5.0&lt;/code&gt; has been released!&lt;/p&gt;
+
+&lt;p&gt;Three new features were added:&lt;/p&gt;
+
+&lt;ol&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12937&quot;&gt;CB-12937&lt;/a&gt; - Plugins can receive &lt;code&gt;handleOpenURLWithApplicationSourceAndAnnotation:&lt;/code&gt; now (new selector, that sends the URL with additional metadata) &lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13164&quot;&gt;CB-13164&lt;/a&gt; - Integrated cordova-plugin-console to build in support for window.console. &lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10916&quot;&gt;CB-10916&lt;/a&gt; - Support &lt;a href=&quot;/docs/en/dev/config_ref/index.html#name&quot;&gt;display name&lt;/a&gt; for &lt;strong&gt;iOS&lt;/strong&gt;&lt;/li&gt;
+&lt;/ol&gt;
+
+&lt;p&gt;&lt;strong&gt;Important!&lt;/strong&gt; If you have included &lt;code&gt;cordova-plugin-console&lt;/code&gt; in your project, you must &lt;strong&gt;remove&lt;/strong&gt; it, otherwise your project will not build.&lt;/p&gt;
+
+&lt;p&gt;If you ever needed to disable the built in console plugin, comment out or remove the &lt;code&gt;Console&lt;/code&gt; &lt;code&gt;&amp;lt;feature&amp;gt;&lt;/code&gt; tag in your platform specific &lt;code&gt;config.xml&lt;/code&gt;, and/or call this right after the &lt;code&gt;deviceready&lt;/code&gt; event:&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.require(&#39;cordova/plugin/ios/logger&#39;).useLogger(false);
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;p&gt;Other notable issues:&lt;/p&gt;
+
+&lt;ol&gt;
+&lt;li&gt;Updated &lt;code&gt;ios-deploy&lt;/code&gt; dependency to v1.9.2, which contains a fix for Xcode 9&lt;/li&gt;
+&lt;li&gt;Updated the bundled &lt;code&gt;ios-sim&lt;/code&gt; to v6.0.0 with support for newer iPads (and this fixes some related bugs)&lt;/li&gt;
+&lt;li&gt;New &lt;code&gt;&amp;lt;access&amp;gt;&lt;/code&gt; tag attribute &lt;code&gt;allows-arbitrary-loads-for-media&lt;/code&gt; (which reflects the correct App Transport Security value). The old attribute &lt;code&gt;allows-arbitrary-loads-in-media&lt;/code&gt; is deprecated.
+&lt;br /&gt;&lt;/li&gt;
+&lt;/ol&gt;
+
+&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; When updating &lt;strong&gt;iOS&lt;/strong&gt;, make sure to save your plugins as current unsaved plugins may not be reinstalled otherwise. Run the following command in your project to save your currently installed plugins into &lt;code&gt;config.xml&lt;/code&gt;:&lt;/p&gt;
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-&quot; data-lang=&quot;&quot;&gt;cordova plugin save
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&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 rm ios
+cordova platform add ios@4.5.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 ios@4.5.0
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;!--more--&gt;
+
+&lt;h2&gt;What&amp;#39;s new in iOS&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13247&quot;&gt;CB-13247&lt;/a&gt; updated checked-in node_modules&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13212&quot;&gt;CB-13212&lt;/a&gt; - Update &lt;code&gt;cordova-ios&lt;/code&gt; with new cordova-common that parses new attribute for access tag&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13240&quot;&gt;CB-13240&lt;/a&gt; - Update &lt;strong&gt;iOS&lt;/strong&gt;-deploy dependency to 1.9.2&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12830&quot;&gt;CB-12830&lt;/a&gt; - cordova emulate &lt;strong&gt;iOS&lt;/strong&gt; with --target throws undefined error (#332)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13210&quot;&gt;CB-13210&lt;/a&gt; - App Transport Security Key is wrong (#331)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13164&quot;&gt;CB-13164&lt;/a&gt; fixed local require, updated cordova.js (#333)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13222&quot;&gt;CB-13222&lt;/a&gt; - (iOS) Infinite Loop when a &amp;quot;NSURLErrorCancelled -999&amp;quot; is received on didFailLoadWithError (#334)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12937&quot;&gt;CB-12937&lt;/a&gt; - (iOS) added new method handleOpenURLWithApplicationSourceAndAnno… (#321)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13164&quot;&gt;CB-13164&lt;/a&gt; Integrated cordova-plugin-console to build in support for window.console. (#330)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13112&quot;&gt;CB-13112&lt;/a&gt; - &lt;resource-file&gt; should not create a new file reference on each &amp;quot;cordova prepare&amp;quot; (#329)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13093&quot;&gt;CB-13093&lt;/a&gt; (iOS) Infinite looping when stressing navigation (#328)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12966&quot;&gt;CB-12966&lt;/a&gt; (ios) Fix bug by escaping project name in podfile template&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; : removed jshint and added eslint&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12960&quot;&gt;CB-12960&lt;/a&gt; Run tests on Node 4.x and 6.x This closes #323&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12948&quot;&gt;CB-12948&lt;/a&gt; - Add a warning to updateProject for &lt;strong&gt;iOS&lt;/strong&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10916&quot;&gt;CB-10916&lt;/a&gt; Support display name for &lt;strong&gt;iOS&lt;/strong&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12887&quot;&gt;CB-12887&lt;/a&gt; - cordova run --list does not show virtual devices in &lt;strong&gt;iOS&lt;/strong&gt; 11&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12762&quot;&gt;CB-12762&lt;/a&gt; : point &lt;code&gt;package.json&lt;/code&gt; repo items to github mirrors instead of apache repos site&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12675&quot;&gt;CB-12675&lt;/a&gt; - Travis xcode 8.3. os-x image fails an e2e test&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12869&quot;&gt;CB-12869&lt;/a&gt; - Update bundled &lt;strong&gt;iOS&lt;/strong&gt;-sim to 6.0.0&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12856&quot;&gt;CB-12856&lt;/a&gt; - Skip CocoaPods check_reqs if on non-darwin (macOS) platform&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8980&quot;&gt;CB-8980&lt;/a&gt; Ensure copied resource-files are cleaned&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;li&gt;Updated cordova-common to 2.1.0 and other bundled node_modules&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Fri, 08 Sep 2017 00:00:00 +0000</pubDate>
+        <link>https://cordova.apache.org/announcements/2017/09/08/ios-release.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/announcements/2017/09/08/ios-release.html</guid>
+        
+        <category>news</category>
+        
         <category>releases</category>
         
         

Modified: cordova/site/public/sitemap.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1815241&r1=1815240&r2=1815241&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Tue Nov 14 18:10:05 2017
@@ -4,16 +4,6 @@
 <!-- posts -->
 
 <url>
-    <loc>https://cordova.apache.org/news/2017/11/10/plugins-release.html</loc>
-</url>
-
-
-<url>
-    <loc>https://cordova.apache.org/announcements/2017/11/09/android-release.html</loc>
-</url>
-
-
-<url>
     <loc>https://cordova.apache.org/announcements/2017/10/31/ios-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=1815241&r1=1815240&r2=1815241&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Tue Nov 14 18:10:05 2017
@@ -77,8 +77,6 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
-        dates.push('Fri, 10 Nov 2017 00:00:00 +0000');
-        dates.push('Thu, 09 Nov 2017 00:00:00 +0000');
         dates.push('Tue, 31 Oct 2017 00:00:00 +0000');
         dates.push('Mon, 30 Oct 2017 00:00:00 +0000');
         dates.push('Thu, 19 Oct 2017 00:00:00 +0000');



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