Author: steven
Date: Fri Feb 23 23:09:47 2018
New Revision: 1825180

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

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

Modified: cordova/site/public/blog/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1825180&r1=1825179&r2=1825180&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Fri Feb 23 23:09:47 2018
@@ -124,84 +124,6 @@
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 23 Feb 2018 00:00:00 
+0000"></div>
-                    <h2 class="title">
-                        <a 
href="/announcements/2018/02/23/cordova-windows-6.0.0.html">Cordova Windows 
6.0.0 Released!</a>
-                    </h2>
-                    <div class="details">
-                        <span class="date">23 Feb 2018</span>
-                        - by
-                        <span class="author">
-                            
-                                <a href="https://twitter.com/sujan";>Jan 
Piotrowski</a>
-                            
-                        </span>
-                        <a class="comment" 
href="/announcements/2018/02/23/cordova-windows-6.0.0.html#disqus_thread"></a>
-                    </div>
-                </header>
-                <section class="post-excerpt">
-                    <p><p>We are happy to announce the release of 
<code>cordova-windows 6.0.0</code>. </p>
-
-<p>This is a major release that changes functionality you might rely on, so 
please make sure to read the following list of changes:</p>
-
-<h2>Changes</h2>
-
-<ul>
-<li><strong>Windows 10 / UWP</strong> builds are now default, meaning 
<code>cordova build windows</code> will now build a Windows 10 UWP app by 
default. Windows (Phone) 8.1 is still supported of course, just use 
<code>cordova build windows -- --appx=8.1-win</code>, <code>cordova build 
windows -- --appx=8.1-phone</code> or an equivalent configuration option.</li>
-<li>You can now build apps with a current installation of <strong>Visual 
Studio 2017</strong> (<code>15.5.x</code> at the time of writing) without any 
additional configuration or hacks (like the environment variable 
<code>VSINSTALLDIR</code> that was required for 5.0.0).
-
-<ul>
-<li>Note: <a 
href="https://docs.microsoft.com/en-us/visualstudio/productinfo/vs2017-compatibility-vs#windows-store-and-windows-phone-apps";>Visual
 Studio 2017 doesn&#39;t support Windows 8.1 apps any more</a>, so you can only 
build these apps with Visual Studio 2015 installed.</li>
-</ul></li>
-<li>New <strong>ENV variable <code>MSBUILDDIR</code></strong> allows to 
directly configure the MSBuild Tools to be used to build the app. While 
<code>VSINSTALLDIR</code> always has been a hack that accidentally also worked 
to switch between different MSBuildTools versions, we now we this functionality 
explicit:  Just set the ENV var to a your desired MSBuild folder (e.g. 
<code>C:\Program Files (x86)\Microsoft Visual 
Studio\2017\Community\MSBuild\15.0\Bin</code> or <code>C:\Program Files 
(x86)\MSBuild\14.0\bin\</code>) and it will be used to build your project. 
-
-<ul>
-<li>If you have Visual Studio 2017 and Visual Studio 2015 installed at the 
same time, the normal logic would always choose Visual Studio 2017&#39;s 
MSBuild 15 - and fail on a Windows (Phone) 8.1 project. If you set the 
environment variable MSBuild 14, it can successfully build your 8.1 apps.</li>
-<li>If the supplied path is invalid or doesn&#39;t contain a working MSBuild, 
the normal MSBuild selection logic will be triggered</li>
-</ul></li>
-<li>Fixes several bugs</li>
-</ul>
-
-<h2>Installation</h2>
-
-<p>As usual this new version will be added as the default 
<code>cordova-windows</code> version only with the next release of Cordova CLI. 
Until then, please use these commands to remove and re-add the 
<code>windows</code> platform:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova 
platform rm windows
-cordova platform add windows@6.0.0
-</code></pre></div>
-<h3>Known limitations</h3>
-
-<p>As it&#39;s often the case, the 6.0.0 release of cordova-windows is not 
perfect and has some known limitations:</p>
-
-<ul>
-<li>If you only have Visual Studio 2017 installed on your machine, you can not 
build Windows (Phone) 8.1 apps.</li>
-<li>&quot;Windows 10 Phone emulator is currently not supported. If you want to 
deploy to emulator, use Visual Studio instead.&quot;</li>
-<li><a href="https://github.com/apache/cordova-windows/issues/266";>Some 
<code>build</code></a> and <a 
href="https://github.com/apache/cordova-windows/issues/267";>requirements error 
messages</a> are a bit misleading</li>
-</ul>
-
-<h2>Feedback</h2>
-
-<p>If you encounter problems with this new version, you can use the <a 
href="https://github.com/apache/cordova-windows/issues";>GitHub issues of the 
<code>cordova-windows</code> repository</a> to do so now. 
(<code>cordova-windows</code> is the first Apache Cordova repository on GitHub 
that enabled issue tracking. Yay!)</p>
-
-<h2>Open questions</h2>
-
-<p>Working on this update showed how much code is there to support other 
platform variants beside Windows 10 desktop.</p>
-
-<p>TODO refine </p>
-
-<ul>
-<li>Is Windows 8.1 support still needed or would it make sense to get rid of 
<em>really</em> much code and do a 7.0.0 release that drops support for 
that?</li>
-<li>Windows 10 Phone? Still relevant?</li>
-<li>Where should the project move? What is missing? What should be supported? 
What do you need?</li>
-</ul>
-
-<p>Please help us decide how to further develop <code>cordova-windows</code> 
by answering these questions below in the comments. Thanks!</p>
-</p>
-                    <div><a 
href="/announcements/2018/02/23/cordova-windows-6.0.0.html">More...</a></div>
-                </section>
-            </li>
-            
-            <li>
-                <header>
                     <div class="adorner" blogTime="Fri, 02 Feb 2018 00:00:00 
+0000"></div>
                     <h2 class="title">
                         <a href="/howto/2018/02/02/cordova-simulate.html">A 
Better Way to Exercise Cordova Plugins</a>
@@ -7307,7 +7229,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Fri, 23 Feb 2018 00:00:00 
+0000").getTime();
+            var lastPostTime = new Date("Fri, 02 Feb 2018 00:00:00 
+0000").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };

Modified: cordova/site/public/feed.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1825180&r1=1825179&r2=1825180&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Fri Feb 23 23:09:47 2018
@@ -6,120 +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>Fri, 23 Feb 2018 17:53:16 +0000</pubDate>
-    <lastBuildDate>Fri, 23 Feb 2018 17:53:16 +0000</lastBuildDate>
+    <pubDate>Fri, 23 Feb 2018 22:44:44 +0000</pubDate>
+    <lastBuildDate>Fri, 23 Feb 2018 22:44:44 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
-        <title>Cordova Windows 6.0.0 Released!</title>
-        <description>&lt;p&gt;We are happy to announce the release of 
&lt;code&gt;cordova-windows 6.0.0&lt;/code&gt;. &lt;/p&gt;
-
-&lt;p&gt;This is a major release that changes functionality you might rely on, 
so please make sure to read the following list of changes:&lt;/p&gt;
-
-&lt;h2&gt;Changes&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;strong&gt;Windows 10 / UWP&lt;/strong&gt; builds are now 
default, meaning &lt;code&gt;cordova build windows&lt;/code&gt; will now build 
a Windows 10 UWP app by default. Windows (Phone) 8.1 is still supported of 
course, just use &lt;code&gt;cordova build windows -- 
--appx=8.1-win&lt;/code&gt;, &lt;code&gt;cordova build windows -- 
--appx=8.1-phone&lt;/code&gt; or an equivalent configuration option.&lt;/li&gt;
-&lt;li&gt;You can now build apps with a current installation of 
&lt;strong&gt;Visual Studio 2017&lt;/strong&gt; 
(&lt;code&gt;15.5.x&lt;/code&gt; at the time of writing) without any additional 
configuration or hacks (like the environment variable 
&lt;code&gt;VSINSTALLDIR&lt;/code&gt; that was required for 5.0.0).
-
-&lt;ul&gt;
-&lt;li&gt;Note: &lt;a 
href=&quot;https://docs.microsoft.com/en-us/visualstudio/productinfo/vs2017-compatibility-vs#windows-store-and-windows-phone-apps&quot;&gt;Visual
 Studio 2017 doesn&amp;#39;t support Windows 8.1 apps any more&lt;/a&gt;, so 
you can only build these apps with Visual Studio 2015 installed.&lt;/li&gt;
-&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;New &lt;strong&gt;ENV variable 
&lt;code&gt;MSBUILDDIR&lt;/code&gt;&lt;/strong&gt; allows to directly configure 
the MSBuild Tools to be used to build the app. While 
&lt;code&gt;VSINSTALLDIR&lt;/code&gt; always has been a hack that accidentally 
also worked to switch between different MSBuildTools versions, we now we this 
functionality explicit:  Just set the ENV var to a your desired MSBuild folder 
(e.g. &lt;code&gt;C:\Program Files (x86)\Microsoft Visual 
Studio\2017\Community\MSBuild\15.0\Bin&lt;/code&gt; or &lt;code&gt;C:\Program 
Files (x86)\MSBuild\14.0\bin\&lt;/code&gt;) and it will be used to build your 
project. 
-
-&lt;ul&gt;
-&lt;li&gt;If you have Visual Studio 2017 and Visual Studio 2015 installed at 
the same time, the normal logic would always choose Visual Studio 
2017&amp;#39;s MSBuild 15 - and fail on a Windows (Phone) 8.1 project. If you 
set the environment variable MSBuild 14, it can successfully build your 8.1 
apps.&lt;/li&gt;
-&lt;li&gt;If the supplied path is invalid or doesn&amp;#39;t contain a working 
MSBuild, the normal MSBuild selection logic will be triggered&lt;/li&gt;
-&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;Fixes several bugs&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;Installation&lt;/h2&gt;
-
-&lt;p&gt;As usual this new version will be added as the default 
&lt;code&gt;cordova-windows&lt;/code&gt; version only with the next release of 
Cordova CLI. Until then, please use these commands to remove and re-add the 
&lt;code&gt;windows&lt;/code&gt; platform:&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 rm 
windows
-cordova platform add windows@6.0.0
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;h3&gt;Known limitations&lt;/h3&gt;
-
-&lt;p&gt;As it&amp;#39;s often the case, the 6.0.0 release of cordova-windows 
is not perfect and has some known limitations:&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;If you only have Visual Studio 2017 installed on your machine, you 
can not build Windows (Phone) 8.1 apps.&lt;/li&gt;
-&lt;li&gt;&amp;quot;Windows 10 Phone emulator is currently not supported. If 
you want to deploy to emulator, use Visual Studio instead.&amp;quot;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-windows/issues/266&quot;&gt;Some 
&lt;code&gt;build&lt;/code&gt;&lt;/a&gt; and &lt;a 
href=&quot;https://github.com/apache/cordova-windows/issues/267&quot;&gt;requirements
 error messages&lt;/a&gt; are a bit misleading&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;Feedback&lt;/h2&gt;
-
-&lt;p&gt;If you encounter problems with this new version, you can use the 
&lt;a 
href=&quot;https://github.com/apache/cordova-windows/issues&quot;&gt;GitHub 
issues of the &lt;code&gt;cordova-windows&lt;/code&gt; repository&lt;/a&gt; to 
do so now. (&lt;code&gt;cordova-windows&lt;/code&gt; is the first Apache 
Cordova repository on GitHub that enabled issue tracking. Yay!)&lt;/p&gt;
-
-&lt;h2&gt;Open questions&lt;/h2&gt;
-
-&lt;p&gt;Working on this update showed how much code is there to support other 
platform variants beside Windows 10 desktop.&lt;/p&gt;
-
-&lt;p&gt;TODO refine &lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;Is Windows 8.1 support still needed or would it make sense to get 
rid of &lt;em&gt;really&lt;/em&gt; much code and do a 7.0.0 release that drops 
support for that?&lt;/li&gt;
-&lt;li&gt;Windows 10 Phone? Still relevant?&lt;/li&gt;
-&lt;li&gt;Where should the project move? What is missing? What should be 
supported? What do you need?&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;Please help us decide how to further develop 
&lt;code&gt;cordova-windows&lt;/code&gt; by answering these questions below in 
the comments. Thanks!&lt;/p&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-13889&quot;&gt;CB-13889&lt;/a&gt;
 Allow test failures for Visual Studio 2017 environments (#263)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13878&quot;&gt;CB-13878&lt;/a&gt;
 MSBUILDDIR env variable (#262)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13883&quot;&gt;CB-13883&lt;/a&gt;
 Visual Studio 2017 support (#261)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13877&quot;&gt;CB-13877&lt;/a&gt;
 Clean up MSBuildTools.js (#259)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13870&quot;&gt;CB-13870&lt;/a&gt;
 Improve check_reqs (#258)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13877&quot;&gt;CB-13877&lt;/a&gt;
 more env information about msbuild and visual studio on appveyor 
(#257)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13877&quot;&gt;CB-13877&lt;/a&gt;
 First MSBuildTools.js work: Debug output, move misplaced method, comments 
(#255)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13875&quot;&gt;CB-13875&lt;/a&gt;
 add &lt;code&gt;prepare&lt;/code&gt; script that can be called in e2e tests 
(#254)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13817&quot;&gt;CB-13817&lt;/a&gt;
 Add new alias &lt;code&gt;uwp&lt;/code&gt; for &lt;code&gt;--appx&lt;/code&gt; 
param including tests (#251)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13870&quot;&gt;CB-13870&lt;/a&gt;
 change default from UAP to 10.0 (#253)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13829&quot;&gt;CB-13829&lt;/a&gt;
 Fix tests that were broken since &lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13237&quot;&gt;CB-13237&lt;/a&gt;
 (#246)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11968&quot;&gt;CB-11968&lt;/a&gt;
 Add support for config-file in &lt;code&gt;config.xml&lt;/code&gt; 
(#235)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13799&quot;&gt;CB-13799&lt;/a&gt;
 updated npm test for &lt;code&gt;cordova-windows&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13812&quot;&gt;CB-13812&lt;/a&gt;
 run tests on AppVeyor with VS 2017 as well&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13641&quot;&gt;CB-13641&lt;/a&gt;
 support transparent splash screen background color. (#245)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13175&quot;&gt;CB-13175&lt;/a&gt;
 fixing Windows8.1 crash on startup&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13422&quot;&gt;CB-13422&lt;/a&gt;
 (windows) Fix typo in build error message&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;
 ignoring cordova.js for eslint &amp;amp; removing comments and references to 
jshint&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13237&quot;&gt;CB-13237&lt;/a&gt;
 Default to UAP&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13155&quot;&gt;CB-13155&lt;/a&gt;
 Improved target parsing&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13022&quot;&gt;CB-13022&lt;/a&gt;
 Correct a VS installation warning during check_reqs&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12636&quot;&gt;CB-12636&lt;/a&gt;
 Fix check_reqs to properly find VS 2017&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 eslint and removed jshint&lt;/li&gt;
-&lt;li&gt;Allow build when using --bundle and multiple architectures. This 
closes #175&lt;/li&gt;
-&lt;li&gt;README: Fix broken Markdown headings&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12617&quot;&gt;CB-12617&lt;/a&gt;
 Removed node 0.x from CI&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;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12784&quot;&gt;CB-12784&lt;/a&gt;
 Fixed a crash on Windows 10 Creators Update&lt;/li&gt;
-&lt;li&gt;Add support for uap3.&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12018&quot;&gt;CB-12018&lt;/a&gt;
 updated tests to work with jasmine instead of jasmine-node&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12499&quot;&gt;CB-12499&lt;/a&gt;
 UWP: Dependent external libraries specified as resource-file not being 
referenced in Release mode&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Fri, 23 Feb 2018 00:00:00 +0000</pubDate>
-        
<link>https://cordova.apache.org/announcements/2018/02/23/cordova-windows-6.0.0.html</link>
-        <guid 
isPermaLink="true">https://cordova.apache.org/announcements/2018/02/23/cordova-windows-6.0.0.html</guid>
-        
-        <category>news</category>
-        
-        <category>releases</category>
-        
-        
-        <category>announcements</category>
-        
-      </item>
-    
-      <item>
         <title>A Better Way to Exercise Cordova Plugins</title>
         <description>&lt;p&gt;Cordova developers have several ways to test and 
debug their Cordova applications. For functional testing, developers use 
emulators, simulators, and physical devices. Devices can be on-premises, or 
there are many cloud offerings available as well. There&amp;#39;s even great 
tools you can use to debug your applications such as the web app debugging 
capabilities of Chrome and Safari, as well as the excellent debugging 
capabilities of Microsoft&amp;#39;s Visual Studio Code extension for Apache 
Cordova.&lt;/p&gt;
 
@@ -1083,6 +974,299 @@ 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=1825180&r1=1825179&r2=1825180&view=diff
==============================================================================
--- cordova/site/public/howto/2018/02/02/cordova-simulate.html (original)
+++ cordova/site/public/howto/2018/02/02/cordova-simulate.html Fri Feb 23 
23:09:47 2018
@@ -441,26 +441,6 @@
             </div>
             <div class="col-sm-6">
                 
-                    <a 
href="/announcements/2018/02/23/cordova-windows-6.0.0.html">Next</a>
-                    <br>
-                    <br>
-                    <a class="title" 
href="/announcements/2018/02/23/cordova-windows-6.0.0.html">Cordova Windows 
6.0.0 Released!</a>
-                    <div class="date"> 23 Feb 2018 - By Jan Piotrowski </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 the release of 
cordova-windows 6.0.0. This is...
-                    </p>
-                
             </div>
         </div>
     </footer>

Modified: cordova/site/public/sitemap.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1825180&r1=1825179&r2=1825180&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Fri Feb 23 23:09:47 2018
@@ -4,11 +4,6 @@
 <!-- posts -->
 
 <url>
-    
<loc>https://cordova.apache.org/announcements/2018/02/23/cordova-windows-6.0.0.html</loc>
-</url>
-
-
-<url>
     
<loc>https://cordova.apache.org/howto/2018/02/02/cordova-simulate.html</loc>
 </url>
 

Modified: cordova/site/public/static/js/index.js
URL: 
http://svn.apache.org/viewvc/cordova/site/public/static/js/index.js?rev=1825180&r1=1825179&r2=1825180&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Fri Feb 23 23:09:47 2018
@@ -77,7 +77,6 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
-        dates.push('Fri, 23 Feb 2018 00:00:00 +0000');
         dates.push('Fri, 02 Feb 2018 00:00:00 +0000');
         dates.push('Mon, 29 Jan 2018 00:00:00 +0000');
         dates.push('Sat, 30 Dec 2017 00:00:00 +0000');



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

Reply via email to