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/09/20 18:10:18 UTC

svn commit: r1841487 - in /cordova/site/public: ./ announcements/2018/08/14/ blog/ news/2018/09/ news/2018/09/17/ static/js/

Author: steven
Date: Thu Sep 20 18:10:18 2018
New Revision: 1841487

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

Added:
    cordova/site/public/news/2018/09/
    cordova/site/public/news/2018/09/17/
    cordova/site/public/news/2018/09/17/cordova-fetch-1.3.1.html
    cordova/site/public/news/2018/09/17/cordova-lib-8.1.0.html
Modified:
    cordova/site/public/announcements/2018/08/14/cordova-osx-4.0.2.html
    cordova/site/public/blog/index.html
    cordova/site/public/feed.xml
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js

Modified: cordova/site/public/announcements/2018/08/14/cordova-osx-4.0.2.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2018/08/14/cordova-osx-4.0.2.html?rev=1841487&r1=1841486&r2=1841487&view=diff
==============================================================================
--- cordova/site/public/announcements/2018/08/14/cordova-osx-4.0.2.html (original)
+++ cordova/site/public/announcements/2018/08/14/cordova-osx-4.0.2.html Thu Sep 20 18:10:18 2018
@@ -179,6 +179,26 @@ cordova platform add osx@latest
             </div>
             <div class="col-sm-6">
                 
+                    <a href="/news/2018/09/17/cordova-fetch-1.3.1.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2018/09/17/cordova-fetch-1.3.1.html">Cordova-fetch Release</a>
+                    <div class="date"> 17 Sep 2018 - By Chris Brody </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-fetch 1.3.1 was released in September...
+                    </p>
+                
             </div>
         </div>
     </footer>

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1841487&r1=1841486&r2=1841487&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Thu Sep 20 18:10:18 2018
@@ -124,6 +124,91 @@
             
             <li>
                 <header>
+                    <div class="adorner" blogTime="Mon, 17 Sep 2018 00:00:00 +0000"></div>
+                    <h2 class="title">
+                        <a href="/news/2018/09/17/cordova-lib-8.1.0.html">Cordova-lib Release</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">17 Sep 2018</span>
+                        - by
+                        <span class="author">
+                            
+                                <a href="https://twitter.com/brodybits">Chris Brody</a>
+                            
+                        </span>
+                        <a class="comment" href="/news/2018/09/17/cordova-lib-8.1.0.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that <code>cordova-lib 8.1.0</code> was released in September 2018.</p>
+
+<h2>Release Highlights</h2>
+
+<p>The purpose of this release is to resolve <code>npm audit</code> issues, use recent releases of cordova-android and cordova-windows, and include some other recent updates.  Here are the important changes:</p>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-lib/pull/691">GH-691</a> update to use cordova-windows@~6.0.x by default</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/646">GH-646</a> Update <strong>Android</strong> platform to latest release</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-14148">CB-14148</a> remove nonsense &quot;www&quot; platform from Cordova listing (<a href="https://github.com/apache/cordova-lib/pull/620">GH-620</a>)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-14243">CB-14243</a> change dash to underscore for save-exact key reference (<a href="https://github.com/apache/cordova-lib/pull/631">GH-631</a>)</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/630">GH-630</a> Improve plugman/uninstall.js messages</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/621">GH-628</a> Fix promise handling when removing multiple plugins</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-14033">CB-14033</a> Support symbolic dir links on <strong>Windows</strong> (<a href="https://github.com/apache/cordova-lib/pull/621">GH-621</a>)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13055">CB-13055</a> Fold all fetch options to <code>true</code> (<a href="https://github.com/apache/cordova-lib/pull/624">GH-624</a>)</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/617">GH-617</a> Set the fetch option to true in plugman</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13532">CB-13532</a> Find plugins in devDependencies</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/611">GH-611</a> Fix ElementTree error about unclosed XML tag</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/611">GH-611</a> Dependency cleanup - update and remove several dependencies</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/693">GH-693</a> Add <strong>browser</strong> default engine</li>
+</ul>
+
+<h2>Deprecation Note</h2>
+
+<p>As NodeJS 4.x support ended on April 30<sup>th</sup>, 2018, we are proceeding with our <a href="http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html">previously announced</a> deprecation timeline.  This is probably the last release that will support NodeJS 4.x.</p>
+</p>
+                    <div><a href="/news/2018/09/17/cordova-lib-8.1.0.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
+                    <div class="adorner" blogTime="Mon, 17 Sep 2018 00:00:00 +0000"></div>
+                    <h2 class="title">
+                        <a href="/news/2018/09/17/cordova-fetch-1.3.1.html">Cordova-fetch Release</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">17 Sep 2018</span>
+                        - by
+                        <span class="author">
+                            
+                                <a href="https://twitter.com/brodybits">Chris Brody</a>
+                            
+                        </span>
+                        <a class="comment" href="/news/2018/09/17/cordova-fetch-1.3.1.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that <code>cordova-fetch 1.3.1</code> was released in September 2018.</p>
+
+<h2>Release Highlights</h2>
+
+<p>The purpose of this release is to resolve the project URL in <code>package.json</code> and include a few minor bug fixes. Here are the important changes:</p>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-fetch/pull/20">GH-20</a> Fix repo url in <code>package.json</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13503">CB-13503</a> fix trimID bug when using file:path/to/plugin (<a href="https://github.com/apache/cordova-fetch/pull/13">GH-13</a>)</li>
+</ul>
+
+<h2>Deprecation Note</h2>
+
+<p>As NodeJS 4.x support ended on April 30<sup>th</sup>, 2018, we are proceeding with our <a href="http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html">previously announced</a> deprecation timeline.  This is probably the last release that will support NodeJS 4.x.</p>
+</p>
+                    <div><a href="/news/2018/09/17/cordova-fetch-1.3.1.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
                     <div class="adorner" blogTime="Tue, 14 Aug 2018 00:00:00 +0000"></div>
                     <h2 class="title">
                         <a href="/announcements/2018/08/14/cordova-osx-4.0.2.html">Cordova OSX (macOS) 4.0.2 Released!</a>
@@ -7696,7 +7781,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Tue, 14 Aug 2018 00:00:00 +0000").getTime();
+            var lastPostTime = new Date("Mon, 17 Sep 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=1841487&r1=1841486&r2=1841487&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Thu Sep 20 18:10:18 2018
@@ -6,11 +6,82 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 18 Sep 2018 20:12:45 +0000</pubDate>
-    <lastBuildDate>Tue, 18 Sep 2018 20:12:45 +0000</lastBuildDate>
+    <pubDate>Thu, 20 Sep 2018 17:45:49 +0000</pubDate>
+    <lastBuildDate>Thu, 20 Sep 2018 17:45:49 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
+        <title>Cordova-lib Release</title>
+        <description>&lt;p&gt;We are happy to announce that &lt;code&gt;cordova-lib 8.1.0&lt;/code&gt; was released in September 2018.&lt;/p&gt;
+
+&lt;h2&gt;Release Highlights&lt;/h2&gt;
+
+&lt;p&gt;The purpose of this release is to resolve &lt;code&gt;npm audit&lt;/code&gt; issues, use recent releases of cordova-android and cordova-windows, and include some other recent updates.  Here are the important changes:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/691&quot;&gt;GH-691&lt;/a&gt; update to use cordova-windows@~6.0.x by default&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/646&quot;&gt;GH-646&lt;/a&gt; Update &lt;strong&gt;Android&lt;/strong&gt; platform to latest release&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14148&quot;&gt;CB-14148&lt;/a&gt; remove nonsense &amp;quot;www&amp;quot; platform from Cordova listing (&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/620&quot;&gt;GH-620&lt;/a&gt;)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14243&quot;&gt;CB-14243&lt;/a&gt; change dash to underscore for save-exact key reference (&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/631&quot;&gt;GH-631&lt;/a&gt;)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/630&quot;&gt;GH-630&lt;/a&gt; Improve plugman/uninstall.js messages&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/621&quot;&gt;GH-628&lt;/a&gt; Fix promise handling when removing multiple plugins&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14033&quot;&gt;CB-14033&lt;/a&gt; Support symbolic dir links on &lt;strong&gt;Windows&lt;/strong&gt; (&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/621&quot;&gt;GH-621&lt;/a&gt;)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13055&quot;&gt;CB-13055&lt;/a&gt; Fold all fetch options to &lt;code&gt;true&lt;/code&gt; (&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/624&quot;&gt;GH-624&lt;/a&gt;)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/617&quot;&gt;GH-617&lt;/a&gt; Set the fetch option to true in plugman&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13532&quot;&gt;CB-13532&lt;/a&gt; Find plugins in devDependencies&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/611&quot;&gt;GH-611&lt;/a&gt; Fix ElementTree error about unclosed XML tag&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/611&quot;&gt;GH-611&lt;/a&gt; Dependency cleanup - update and remove several dependencies&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-lib/pull/693&quot;&gt;GH-693&lt;/a&gt; Add &lt;strong&gt;browser&lt;/strong&gt; default engine&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;Deprecation Note&lt;/h2&gt;
+
+&lt;p&gt;As NodeJS 4.x support ended on April 30&lt;sup&gt;th&lt;/sup&gt;, 2018, we are proceeding with our &lt;a href=&quot;http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html&quot;&gt;previously announced&lt;/a&gt; deprecation timeline.  This is probably the last release that will support NodeJS 4.x.&lt;/p&gt;
+</description>
+        <pubDate>Mon, 17 Sep 2018 00:00:00 +0000</pubDate>
+        <link>https://cordova.apache.org/news/2018/09/17/cordova-lib-8.1.0.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/news/2018/09/17/cordova-lib-8.1.0.html</guid>
+        
+        <category>release</category>
+        
+        <category>tools</category>
+        
+        
+        <category>news</category>
+        
+      </item>
+    
+      <item>
+        <title>Cordova-fetch Release</title>
+        <description>&lt;p&gt;We are happy to announce that &lt;code&gt;cordova-fetch 1.3.1&lt;/code&gt; was released in September 2018.&lt;/p&gt;
+
+&lt;h2&gt;Release Highlights&lt;/h2&gt;
+
+&lt;p&gt;The purpose of this release is to resolve the project URL in &lt;code&gt;package.json&lt;/code&gt; and include a few minor bug fixes. Here are the important changes:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/20&quot;&gt;GH-20&lt;/a&gt; Fix repo url 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-13503&quot;&gt;CB-13503&lt;/a&gt; fix trimID bug when using file:path/to/plugin (&lt;a href=&quot;https://github.com/apache/cordova-fetch/pull/13&quot;&gt;GH-13&lt;/a&gt;)&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;Deprecation Note&lt;/h2&gt;
+
+&lt;p&gt;As NodeJS 4.x support ended on April 30&lt;sup&gt;th&lt;/sup&gt;, 2018, we are proceeding with our &lt;a href=&quot;http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html&quot;&gt;previously announced&lt;/a&gt; deprecation timeline.  This is probably the last release that will support NodeJS 4.x.&lt;/p&gt;
+</description>
+        <pubDate>Mon, 17 Sep 2018 00:00:00 +0000</pubDate>
+        <link>https://cordova.apache.org/news/2018/09/17/cordova-fetch-1.3.1.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/news/2018/09/17/cordova-fetch-1.3.1.html</guid>
+        
+        <category>release</category>
+        
+        <category>tools</category>
+        
+        
+        <category>news</category>
+        
+      </item>
+    
+      <item>
         <title>Cordova OSX (macOS) 4.0.2 Released!</title>
         <description>&lt;p&gt;We are happy to announce that &lt;code&gt;Cordova OSX 4.0.2&lt;/code&gt; (for macOS) has been released! This release fixes various bugs releated to the previous &lt;code&gt;cordova-osx@4.0.1&lt;/code&gt; release.&lt;/p&gt;
 
@@ -348,148 +419,6 @@ cordova platform add android@7.1.1
         
         
         <category>news</category>
-        
-      </item>
-    
-      <item>
-        <title>Cordova-Common Release</title>
-        <description>&lt;p&gt;We are happy to announce that &lt;code&gt;cordova-common 2.2.3&lt;/code&gt; has been released. This is one of the libraries used behind-the-scenes by nearly all of the Cordova tooling and provides utilities for dealing with things like config.xml parsing.&lt;/p&gt;
-
-&lt;h2&gt;Release Highlights&lt;/h2&gt;
-
-&lt;p&gt;The purpose of this release was primarily to bring some dependencies up to date, but there were also a handful of small bugfixes:&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13979&quot;&gt;CB-13979&lt;/a&gt; More consistency for &lt;code&gt;config.xml&lt;/code&gt; lookups&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-11691&quot;&gt;CB-11691&lt;/a&gt; Fix for modifying binary plists&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13770&quot;&gt;CB-13770&lt;/a&gt; Warn when &lt;code&gt;&amp;lt;edit-config&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;config-file&amp;gt;&lt;/code&gt; not found&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13744&quot;&gt;CB-13744&lt;/a&gt; Recognize storyboards as XML files&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;Deprecation Note&lt;/h2&gt;
-
-&lt;p&gt;As NodeJS 4.x support ended on April 30&lt;sup&gt;th&lt;/sup&gt;, 2018, we are proceeding with our &lt;a href=&quot;http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html&quot;&gt;previously announced&lt;/a&gt; deprecation timeline.  This is probably the last release that will support NodeJS 4.x.&lt;/p&gt;
-</description>
-        <pubDate>Mon, 04 Jun 2018 00:00:00 +0000</pubDate>
-        <link>https://cordova.apache.org/news/2018/06/04/common-release.html</link>
-        <guid isPermaLink="true">https://cordova.apache.org/news/2018/06/04/common-release.html</guid>
-        
-        <category>release</category>
-        
-        <category>tools</category>
-        
-        
-        <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-pluin-vibration@3.1.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-statusbar@2.4.2&lt;/li&gt;
-&lt;li&gt;cordova-plugin-media-capture@3.0.2&lt;/li&gt;
-&lt;li&gt;cordova-plugin-inappbrowser@3.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-globalization@1.11.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-device@2.0.2&lt;/li&gt;
-&lt;li&gt;cordova-plugin-camera@4.0.3&lt;/li&gt;
-&lt;li&gt;cordova-plugin-battery-status@2.0.2&lt;/li&gt;
-&lt;li&gt;cordova-plugin-device-motion@2.0.1&lt;/li&gt;
-&lt;li&gt;cordova-plugin-device-orientation@2.0.1&lt;/li&gt;
-&lt;/ul&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
-cordova plugin add cordova-plugin-camera@latest
-&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-camera@4.0.2&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12593&quot;&gt;CB-12593&lt;/a&gt; &lt;strong&gt;Android&lt;/strong&gt; Fix potential &lt;code&gt;FileProvider&lt;/code&gt; conflicts&lt;/li&gt;
-&lt;li&gt;Fix a mistake in the examples of usage descriptions (#313)&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13854&quot;&gt;CB-13854&lt;/a&gt;: fix Camera opens in portrait orientation on iphones&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13415&quot;&gt;CB-13415&lt;/a&gt; &lt;strong&gt;Android&lt;/strong&gt; Importing corrupt images using the Camera plugin crashes the app&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-vibration@3.1.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14022&quot;&gt;CB-14022&lt;/a&gt; documented &lt;strong&gt;Android&lt;/strong&gt; quirk with vibration&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13892&quot;&gt;CB-13892&lt;/a&gt;: Remove &lt;code&gt;navigator.notification&lt;/code&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-statusbar@2.4.2&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12679&quot;&gt;CB-12679&lt;/a&gt; Remove Permissions section&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-media-capture@3.0.2&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13866&quot;&gt;CB-13866&lt;/a&gt;: &lt;strong&gt;iOS&lt;/strong&gt; fix Camera opens in portrait orientation on iphones&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-inappbrowser@3.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13659&quot;&gt;CB-13659&lt;/a&gt; &lt;strong&gt;iOS&lt;/strong&gt; Add hidespinner option&lt;/li&gt;
-&lt;li&gt;In file &lt;code&gt;AppBrowser.java&lt;/code&gt;: New code within &lt;code&gt;shouldOverrideUrlLoading()&lt;/code&gt; to check for whitelisting custom schemes via a new &lt;code&gt;AllowedSchemes&lt;/code&gt; preference configuration item.  Allows custom schemes like &lt;code&gt;mycoolapp://&lt;/code&gt; or &lt;code&gt;wevotetwitterscheme://&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;code&gt;InAppBrowser.java&lt;/code&gt;: New method &lt;code&gt;isURLWhileListed&lt;/code&gt; to check for whitelisting of &lt;code&gt;AllowedSchemes&lt;/code&gt; in a new preference configuration item. There is a new check in &lt;code&gt;shouldOverrideUrlLoading&lt;/code&gt;, to allow whitelisted custom schemes like &amp;quot;mycoolapp://&amp;quot;&lt;/li&gt;
-&lt;li&gt;Add customisation of the navigation buttons for &lt;strong&gt;iOS&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;Fix navigation buttons on &lt;strong&gt;iOS&lt;/strong&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-globalization@1.11.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;Updating &lt;code&gt;moment.js&lt;/code&gt; to version 2.20.1 (#64)&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-device@2.0.2&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13893&quot;&gt;CB-13893&lt;/a&gt; &lt;strong&gt;iOS&lt;/strong&gt; delete &lt;code&gt;libz.tbd&lt;/code&gt; from device plugin&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-battery-status@2.0.2&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10645&quot;&gt;CB-10645&lt;/a&gt; The battery status handler doesn&amp;#39;t reinitialize on &lt;strong&gt;Android&lt;/strong&gt; after &lt;code&gt;window.location.reload()&lt;/code&gt;. Instead of throwing an error, rather remove the status handler and re-initialize.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-device-motion@2.0.1&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14001&quot;&gt;CB-14001&lt;/a&gt;: Fix &lt;code&gt;cordovaDependencies&lt;/code&gt; to allow plugin install&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-device-orientation@2.0.1&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14001&quot;&gt;CB-14001&lt;/a&gt;: Fix &lt;code&gt;cordovaDependencies&lt;/code&gt; to allow plugin install&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Mon, 16 Apr 2018 00:00:00 +0000</pubDate>
-        <link>https://cordova.apache.org/news/2018/04/16/plugins-release.html</link>
-        <guid isPermaLink="true">https://cordova.apache.org/news/2018/04/16/plugins-release.html</guid>
-        
-        <category>release</category>
-        
-        <category>plugins</category>
-        
-        
-        <category>news</category>
         
       </item>
     

Added: cordova/site/public/news/2018/09/17/cordova-fetch-1.3.1.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2018/09/17/cordova-fetch-1.3.1.html?rev=1841487&view=auto
==============================================================================
--- cordova/site/public/news/2018/09/17/cordova-fetch-1.3.1.html (added)
+++ cordova/site/public/news/2018/09/17/cordova-fetch-1.3.1.html Thu Sep 20 18:10:18 2018
@@ -0,0 +1,308 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="format-detection" content="telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
+    <meta name="description" content="We are happy to announce that cordova-fetch 1.3.1 was released in September 2018.Release HighlightsThe purpose of this release is to resolve the project URL ...">
+
+    <title>
+        
+            
+                Cordova-fetch Release - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" href="https://cordova.apache.org/news/2018/09/17/cordova-fetch-1.3.1.html">
+
+    <!-- CSS -->
+    <link rel="stylesheet" type="text/css" href="/static/css/main.css">
+    <link rel="stylesheet" type="text/css" href="/static/css/lib/syntax.css">
+    <!-- Algolia Search CSS -->
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" />
+
+    <!-- Fonts -->
+    <!-- For attribution information, see www/attributions.html -->
+    <link href='https://fonts.googleapis.com/css?family=Raleway:700,400,300,700italic,400italic,300italic' rel='stylesheet' type='text/css'>
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!--[if lt IE 9]>
+        <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+    <script type="text/javascript">
+        var disqus_developer = 1; // this would set it to developer mode
+    </script>
+
+    <!-- JS -->
+    <script defer type="text/javascript" src="/static/js/lib/jquery-2.1.1.min.js"></script>
+    <script defer type="text/javascript" src="/static/js/lib/bootstrap.min.js"></script>
+    <script defer type="text/javascript" src="/static/js/lib/ZeroClipboard.js"></script>
+
+    <script>
+    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+    ga('create', 'UA-64283057-3', 'auto');
+    ga('send', 'pageview');
+</script>
+
+</head>
+
+<body>
+    <header>
+    <a class="scroll-point pt-top" name="top"></a>
+    <nav class="navbar navbar-inverse navbar-fixed-top">
+        <div class="container-fluid">
+            <div class="navbar-header">
+                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
+                    <span class="sr-only">Toggle navigation</span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                </button>
+                <a class="navbar-brand" href="/"><img id="logo_top" src="/static/img/cordova-logo-newbrand.svg"/></a>
+            </div>
+            <div id="navbar" class="navbar-collapse collapse">
+                <div class="nav_bar_center">
+                    <ul class="nav navbar-nav">
+                        <li >
+                            <a href="/docs/en/latest/">Documentation</a>
+                        </li>
+                        <li >
+                            <a href="/plugins">Plugins</a>
+                        </li>
+                        <li class="active">
+                            <a href="/blog" id="blog_button">Blog<span class="badge" id="new_blog_count"></span></a>
+                        </li>
+                        <li >
+                            <a href="/contribute">Contribute</a>
+                        </li>
+                        <li>
+                            <a href="/#getstarted">Get Started</a>
+                        </li>
+                        <li>
+                            <form class="navbar-form navbar-right" id="header-search-form" role="search">
+                                <div class="input-group">
+                                    
+                                        
+                                    
+                                    <input id="header-search-field" type="text" placeholder="Search '8.x' docs..." class="form-control hidden-xs" autocomplete="off">
+                                </div>
+                            </form>
+                        </li>
+                    </ul>
+                </div>
+            </div><!--/.navbar-collapse -->
+        </div>
+    </nav>
+    <div id="_fixed_navbar_spacer" style="padding-top:50px"></div>
+</header>
+
+<div class="page container">
+    <div class="blog">
+    <h1 class="blogHeader">
+    Blog
+    <span class="rss">
+        <img src="/static/img/subscribe.png"><a href="/feed.xml">RSS Feed</a>
+    </span>
+</h1>
+
+<div class="post">
+    <header>
+        <div class="title">Cordova-fetch Release</div>
+        <div class="author">By:
+            
+              <a href="https://twitter.com/brodybits">Chris Brody</a>
+            
+        </div>
+        <div class="date">17 Sep 2018</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that <code>cordova-fetch 1.3.1</code> was released in September 2018.</p>
+
+<h2>Release Highlights</h2>
+
+<p>The purpose of this release is to resolve the project URL in <code>package.json</code> and include a few minor bug fixes. Here are the important changes:</p>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-fetch/pull/20">GH-20</a> Fix repo url in <code>package.json</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13503">CB-13503</a> fix trimID bug when using file:path/to/plugin (<a href="https://github.com/apache/cordova-fetch/pull/13">GH-13</a>)</li>
+</ul>
+
+<h2>Deprecation Note</h2>
+
+<p>As NodeJS 4.x support ended on April 30<sup>th</sup>, 2018, we are proceeding with our <a href="http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html">previously announced</a> deprecation timeline.  This is probably the last release that will support NodeJS 4.x.</p>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/announcements/2018/08/14/cordova-osx-4.0.2.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2018/08/14/cordova-osx-4.0.2.html">Cordova OSX (macOS) 4.0.2 Released!</a>
+                    <div class="date"> 14 Aug 2018 - By Chris Brody </div>
+                    <p class="content">
+                        We are happy to announce that Cordova OSX 4.0.2 (for macOS) has...
+                    </p>
+                
+            </div>
+            <div class="col-sm-6">
+                
+                    <a href="/news/2018/09/17/cordova-lib-8.1.0.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2018/09/17/cordova-lib-8.1.0.html">Cordova-lib Release</a>
+                    <div class="date"> 17 Sep 2018 - By Chris Brody </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-lib 8.1.0 was released in September...
+                    </p>
+                
+            </div>
+        </div>
+    </footer>
+    <div class="disqus">
+        <div id="disqus_thread"></div>
+<script type="text/javascript">
+    /* * * CONFIGURATION VARIABLES * * */
+    var disqus_shortname = 'cordovablogs';
+
+    /* * * DON'T EDIT BELOW THIS LINE * * */
+    (function() {
+        var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+        dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+    })();
+</script>
+<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
+
+    </div>
+</div>
+
+</div>
+
+</div>
+
+<div class="blue-divider"></div>
+<footer>
+    <div class="container">
+        <div class="row">
+    <div class="col-sm-9">
+        <h1>More Resources</h1>
+        <div class="row">
+            <div class="col-sm-4">
+                <h2>General</h2>
+                <ul class="nav">
+                    <li>
+                        <a target="_blank" href="https://projects.apache.org/project.html?cordova">Apache Project Page</a>
+                    </li>
+                    <li>
+                        <a href="http://www.apache.org/dyn/closer.cgi/cordova">Source Distribution</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">License</a>
+                    </li>
+                    <li>
+                        <a href="/artwork">Artwork</a>
+                    </li>
+                </ul>
+            </div>
+            <div class="col-sm-4">
+                <h2>Development</h2>
+                <ul class="nav">
+                    <li><a target="_blank" href="https://github.com/apache?utf8=%E2%9C%93&amp;q=cordova-">Source Code</a></li>
+                    <li><a target="_blank" href="https://issues.apache.org/jira/browse/CB/">Issue Tracker</a></li>
+                    <li><a target="_blank" href="http://stackoverflow.com/questions/tagged/cordova">Stack Overflow</a></li>
+                    <li><a href="/contact">Mailing List</a></li>
+                    <li><a href="/contribute/nightly_builds.html">Nightly builds</a></li>
+                </ul>
+            </div>
+            <div class="col-sm-4">
+                <h2>Apache Software Foundation</h2>
+                <ul class="nav">
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/">About ASF</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/security/">Security</a>
+                    </li>
+                </ul>
+            </div>
+        </div>
+    </div>
+    <div class="col-sm-3">
+        <h1>Contribute</h1>
+        <p style="padding-top:20px"><strong>Help Cordova move forward!</strong></p>
+        <p>Report bugs, improve the docs, or contribute to the code.</p>
+        <a href="/contribute" class="btn btn-lg btn-primary">
+            Learn More
+        </a>
+        <p style="padding-top:20px"> <a href="https://twitter.com/apachecordova" class="twitter-follow-button" data-show-count="false">Follow @apachecordova</a></p>
+        <script async defer src="https://slack-cordova-io.herokuapp.com/slackin.js"></script>
+    </div>
+</div>
+<p class="copyright_text">
+    Copyright &copy; 2012, 2013, 2015 The Apache Software Foundation, Licensed under the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+    Apache and the Apache feather logos are <a target="_blank" href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
+    <br/>
+    "Raleway" font used under license. For details see the <a href="/attributions/">attributions page</a>.
+</p>
+
+    </div>
+</footer>
+
+
+    <script defer type="text/javascript" src="/static/js/index.js"></script>
+    <script defer type="text/javascript" src="/static/js/twitter.js"></script>
+    
+    
+
+
+
+    
+
+
+<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
+<script type="text/javascript">
+    docsearch({
+        apiKey: '0a916ab198bd93d031aa70611271e42e',
+        indexName: 'cordova',
+        inputSelector: '#header-search-field',
+        algoliaOptions: { 'facetFilters': ["version:  8.x", "language: en"] }
+    });
+</script>
+
+</body>
+</html>

Added: cordova/site/public/news/2018/09/17/cordova-lib-8.1.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2018/09/17/cordova-lib-8.1.0.html?rev=1841487&view=auto
==============================================================================
--- cordova/site/public/news/2018/09/17/cordova-lib-8.1.0.html (added)
+++ cordova/site/public/news/2018/09/17/cordova-lib-8.1.0.html Thu Sep 20 18:10:18 2018
@@ -0,0 +1,299 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="format-detection" content="telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
+    <meta name="description" content="We are happy to announce that cordova-lib 8.1.0 was released in September 2018.Release HighlightsThe purpose of this release is to resolve npm audit issues, ...">
+
+    <title>
+        
+            
+                Cordova-lib Release - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" href="https://cordova.apache.org/news/2018/09/17/cordova-lib-8.1.0.html">
+
+    <!-- CSS -->
+    <link rel="stylesheet" type="text/css" href="/static/css/main.css">
+    <link rel="stylesheet" type="text/css" href="/static/css/lib/syntax.css">
+    <!-- Algolia Search CSS -->
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" />
+
+    <!-- Fonts -->
+    <!-- For attribution information, see www/attributions.html -->
+    <link href='https://fonts.googleapis.com/css?family=Raleway:700,400,300,700italic,400italic,300italic' rel='stylesheet' type='text/css'>
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!--[if lt IE 9]>
+        <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+    <script type="text/javascript">
+        var disqus_developer = 1; // this would set it to developer mode
+    </script>
+
+    <!-- JS -->
+    <script defer type="text/javascript" src="/static/js/lib/jquery-2.1.1.min.js"></script>
+    <script defer type="text/javascript" src="/static/js/lib/bootstrap.min.js"></script>
+    <script defer type="text/javascript" src="/static/js/lib/ZeroClipboard.js"></script>
+
+    <script>
+    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+    ga('create', 'UA-64283057-3', 'auto');
+    ga('send', 'pageview');
+</script>
+
+</head>
+
+<body>
+    <header>
+    <a class="scroll-point pt-top" name="top"></a>
+    <nav class="navbar navbar-inverse navbar-fixed-top">
+        <div class="container-fluid">
+            <div class="navbar-header">
+                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
+                    <span class="sr-only">Toggle navigation</span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                </button>
+                <a class="navbar-brand" href="/"><img id="logo_top" src="/static/img/cordova-logo-newbrand.svg"/></a>
+            </div>
+            <div id="navbar" class="navbar-collapse collapse">
+                <div class="nav_bar_center">
+                    <ul class="nav navbar-nav">
+                        <li >
+                            <a href="/docs/en/latest/">Documentation</a>
+                        </li>
+                        <li >
+                            <a href="/plugins">Plugins</a>
+                        </li>
+                        <li class="active">
+                            <a href="/blog" id="blog_button">Blog<span class="badge" id="new_blog_count"></span></a>
+                        </li>
+                        <li >
+                            <a href="/contribute">Contribute</a>
+                        </li>
+                        <li>
+                            <a href="/#getstarted">Get Started</a>
+                        </li>
+                        <li>
+                            <form class="navbar-form navbar-right" id="header-search-form" role="search">
+                                <div class="input-group">
+                                    
+                                        
+                                    
+                                    <input id="header-search-field" type="text" placeholder="Search '8.x' docs..." class="form-control hidden-xs" autocomplete="off">
+                                </div>
+                            </form>
+                        </li>
+                    </ul>
+                </div>
+            </div><!--/.navbar-collapse -->
+        </div>
+    </nav>
+    <div id="_fixed_navbar_spacer" style="padding-top:50px"></div>
+</header>
+
+<div class="page container">
+    <div class="blog">
+    <h1 class="blogHeader">
+    Blog
+    <span class="rss">
+        <img src="/static/img/subscribe.png"><a href="/feed.xml">RSS Feed</a>
+    </span>
+</h1>
+
+<div class="post">
+    <header>
+        <div class="title">Cordova-lib Release</div>
+        <div class="author">By:
+            
+              <a href="https://twitter.com/brodybits">Chris Brody</a>
+            
+        </div>
+        <div class="date">17 Sep 2018</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that <code>cordova-lib 8.1.0</code> was released in September 2018.</p>
+
+<h2>Release Highlights</h2>
+
+<p>The purpose of this release is to resolve <code>npm audit</code> issues, use recent releases of cordova-android and cordova-windows, and include some other recent updates.  Here are the important changes:</p>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-lib/pull/691">GH-691</a> update to use cordova-windows@~6.0.x by default</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/646">GH-646</a> Update <strong>Android</strong> platform to latest release</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-14148">CB-14148</a> remove nonsense &quot;www&quot; platform from Cordova listing (<a href="https://github.com/apache/cordova-lib/pull/620">GH-620</a>)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-14243">CB-14243</a> change dash to underscore for save-exact key reference (<a href="https://github.com/apache/cordova-lib/pull/631">GH-631</a>)</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/630">GH-630</a> Improve plugman/uninstall.js messages</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/621">GH-628</a> Fix promise handling when removing multiple plugins</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-14033">CB-14033</a> Support symbolic dir links on <strong>Windows</strong> (<a href="https://github.com/apache/cordova-lib/pull/621">GH-621</a>)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13055">CB-13055</a> Fold all fetch options to <code>true</code> (<a href="https://github.com/apache/cordova-lib/pull/624">GH-624</a>)</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/617">GH-617</a> Set the fetch option to true in plugman</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13532">CB-13532</a> Find plugins in devDependencies</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/611">GH-611</a> Fix ElementTree error about unclosed XML tag</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/611">GH-611</a> Dependency cleanup - update and remove several dependencies</li>
+<li><a href="https://github.com/apache/cordova-lib/pull/693">GH-693</a> Add <strong>browser</strong> default engine</li>
+</ul>
+
+<h2>Deprecation Note</h2>
+
+<p>As NodeJS 4.x support ended on April 30<sup>th</sup>, 2018, we are proceeding with our <a href="http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html">previously announced</a> deprecation timeline.  This is probably the last release that will support NodeJS 4.x.</p>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/news/2018/09/17/cordova-fetch-1.3.1.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2018/09/17/cordova-fetch-1.3.1.html">Cordova-fetch Release</a>
+                    <div class="date"> 17 Sep 2018 - By Chris Brody </div>
+                    <p class="content">
+                        We are happy to announce that cordova-fetch 1.3.1 was released in September...
+                    </p>
+                
+            </div>
+            <div class="col-sm-6">
+                
+            </div>
+        </div>
+    </footer>
+    <div class="disqus">
+        <div id="disqus_thread"></div>
+<script type="text/javascript">
+    /* * * CONFIGURATION VARIABLES * * */
+    var disqus_shortname = 'cordovablogs';
+
+    /* * * DON'T EDIT BELOW THIS LINE * * */
+    (function() {
+        var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+        dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+    })();
+</script>
+<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
+
+    </div>
+</div>
+
+</div>
+
+</div>
+
+<div class="blue-divider"></div>
+<footer>
+    <div class="container">
+        <div class="row">
+    <div class="col-sm-9">
+        <h1>More Resources</h1>
+        <div class="row">
+            <div class="col-sm-4">
+                <h2>General</h2>
+                <ul class="nav">
+                    <li>
+                        <a target="_blank" href="https://projects.apache.org/project.html?cordova">Apache Project Page</a>
+                    </li>
+                    <li>
+                        <a href="http://www.apache.org/dyn/closer.cgi/cordova">Source Distribution</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">License</a>
+                    </li>
+                    <li>
+                        <a href="/artwork">Artwork</a>
+                    </li>
+                </ul>
+            </div>
+            <div class="col-sm-4">
+                <h2>Development</h2>
+                <ul class="nav">
+                    <li><a target="_blank" href="https://github.com/apache?utf8=%E2%9C%93&amp;q=cordova-">Source Code</a></li>
+                    <li><a target="_blank" href="https://issues.apache.org/jira/browse/CB/">Issue Tracker</a></li>
+                    <li><a target="_blank" href="http://stackoverflow.com/questions/tagged/cordova">Stack Overflow</a></li>
+                    <li><a href="/contact">Mailing List</a></li>
+                    <li><a href="/contribute/nightly_builds.html">Nightly builds</a></li>
+                </ul>
+            </div>
+            <div class="col-sm-4">
+                <h2>Apache Software Foundation</h2>
+                <ul class="nav">
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/">About ASF</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/security/">Security</a>
+                    </li>
+                </ul>
+            </div>
+        </div>
+    </div>
+    <div class="col-sm-3">
+        <h1>Contribute</h1>
+        <p style="padding-top:20px"><strong>Help Cordova move forward!</strong></p>
+        <p>Report bugs, improve the docs, or contribute to the code.</p>
+        <a href="/contribute" class="btn btn-lg btn-primary">
+            Learn More
+        </a>
+        <p style="padding-top:20px"> <a href="https://twitter.com/apachecordova" class="twitter-follow-button" data-show-count="false">Follow @apachecordova</a></p>
+        <script async defer src="https://slack-cordova-io.herokuapp.com/slackin.js"></script>
+    </div>
+</div>
+<p class="copyright_text">
+    Copyright &copy; 2012, 2013, 2015 The Apache Software Foundation, Licensed under the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+    Apache and the Apache feather logos are <a target="_blank" href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
+    <br/>
+    "Raleway" font used under license. For details see the <a href="/attributions/">attributions page</a>.
+</p>
+
+    </div>
+</footer>
+
+
+    <script defer type="text/javascript" src="/static/js/index.js"></script>
+    <script defer type="text/javascript" src="/static/js/twitter.js"></script>
+    
+    
+
+
+
+    
+
+
+<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
+<script type="text/javascript">
+    docsearch({
+        apiKey: '0a916ab198bd93d031aa70611271e42e',
+        indexName: 'cordova',
+        inputSelector: '#header-search-field',
+        algoliaOptions: { 'facetFilters': ["version:  8.x", "language: en"] }
+    });
+</script>
+
+</body>
+</html>

Modified: cordova/site/public/sitemap.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1841487&r1=1841486&r2=1841487&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Thu Sep 20 18:10:18 2018
@@ -4,6 +4,16 @@
 <!-- posts -->
 
 <url>
+    <loc>https://cordova.apache.org/news/2018/09/17/cordova-lib-8.1.0.html</loc>
+</url>
+
+
+<url>
+    <loc>https://cordova.apache.org/news/2018/09/17/cordova-fetch-1.3.1.html</loc>
+</url>
+
+
+<url>
     <loc>https://cordova.apache.org/announcements/2018/08/14/cordova-osx-4.0.2.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=1841487&r1=1841486&r2=1841487&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Thu Sep 20 18:10:18 2018
@@ -77,6 +77,8 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Mon, 17 Sep 2018 00:00:00 +0000');
+        dates.push('Mon, 17 Sep 2018 00:00:00 +0000');
         dates.push('Tue, 14 Aug 2018 00:00:00 +0000');
         dates.push('Fri, 10 Aug 2018 00:00:00 +0000');
         dates.push('Wed, 01 Aug 2018 00:00:00 +0000');



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