You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2018/02/26 19:16:59 UTC

svn commit: r1825405 [2/2] - in /cordova/site/public: ./ announcements/2018/ announcements/2018/02/ announcements/2018/02/26/ blog/ docs/en/6.x/reference/cordova-cli/ docs/en/6.x/reference/cordova-plugin-battery-status/ docs/en/6.x/reference/cordova-pl...

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1825405&r1=1825404&r2=1825405&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Mon Feb 26 19:16:58 2018
@@ -6,11 +6,54 @@
 </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 23:30:07 +0000</pubDate>
-    <lastBuildDate>Fri, 23 Feb 2018 23:30:07 +0000</lastBuildDate>
+    <pubDate>Mon, 26 Feb 2018 18:53:35 +0000</pubDate>
+    <lastBuildDate>Mon, 26 Feb 2018 18:53:35 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
+        <title>Cordova Android 7.1.0 Released!</title>
+        <description>&lt;p&gt;We are happy to announce that &lt;code&gt;Cordova Android 7.1.0&lt;/code&gt; has been released! This release fixes various bugs releated to the previous &lt;code&gt;cordova-android@7.0.0&lt;/code&gt; release.&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 remove android
+cordova platform add android@7.1.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.1.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-13879&quot;&gt;CB-13879&lt;/a&gt; updated gradle tools dependency to 3.0.1 for project template&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13831&quot;&gt;CB-13831&lt;/a&gt; Update &lt;code&gt;android-versions&lt;/code&gt; to 1.3.0 to support SDK 27.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13800&quot;&gt;CB-13800&lt;/a&gt; Drop pre-4.4. (KitKat) specific code&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13724&quot;&gt;CB-13724&lt;/a&gt; Updated the &lt;strong&gt;Android&lt;/strong&gt; Tooling required for the latest version on both the test project, and the template&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13724&quot;&gt;CB-13724&lt;/a&gt; Bump Target SDK to API 27 (Android 8.1)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13646&quot;&gt;CB-13646&lt;/a&gt; Using the deprecated &lt;code&gt;NDK&lt;/code&gt; by default breaks the build.  Crosswalk users need to specify the Gradle parameters to keep it working.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12218&quot;&gt;CB-12218&lt;/a&gt; Fix consistency of null result message&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13571&quot;&gt;CB-13571&lt;/a&gt; Prevent crash with unrecognized &lt;strong&gt;Android&lt;/strong&gt; version&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13721&quot;&gt;CB-13721&lt;/a&gt; Fix build apps that use &lt;code&gt;cdvHelpers.getConfigPreference&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13621&quot;&gt;CB-13621&lt;/a&gt; We no longer support &lt;code&gt;cordova update&lt;/code&gt; command.&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Mon, 26 Feb 2018 00:00:00 +0000</pubDate>
+        <link>https://cordova.apache.org/announcements/2018/02/26/cordova-android-7.1.0.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/announcements/2018/02/26/cordova-android-7.1.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 +1017,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=1825405&r1=1825404&r2=1825405&view=diff
==============================================================================
--- cordova/site/public/howto/2018/02/02/cordova-simulate.html (original)
+++ cordova/site/public/howto/2018/02/02/cordova-simulate.html Mon Feb 26 19:16:58 2018
@@ -441,6 +441,26 @@
             </div>
             <div class="col-sm-6">
                 
+                    <a href="/announcements/2018/02/26/cordova-android-7.1.0.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2018/02/26/cordova-android-7.1.0.html">Cordova Android 7.1.0 Released!</a>
+                    <div class="date"> 26 Feb 2018 - By Steve Gill </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.1.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=1825405&r1=1825404&r2=1825405&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Mon Feb 26 19:16:58 2018
@@ -4,6 +4,11 @@
 <!-- posts -->
 
 <url>
+    <loc>https://cordova.apache.org/announcements/2018/02/26/cordova-android-7.1.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=1825405&r1=1825404&r2=1825405&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Mon Feb 26 19:16:58 2018
@@ -77,6 +77,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Mon, 26 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-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org