You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2020/07/21 06:02:45 UTC

svn commit: r1880093 - in /cordova/site/public: blog/index.html feed.xml howto/2020/07/18/uiwebview-warning.html news/2020/07/ news/2020/07/21/ news/2020/07/21/splashscreen-plugin-release.html sitemap.xml static/js/index.js

Author: janpio
Date: Tue Jul 21 06:02:44 2020
New Revision: 1880093

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

Added:
    cordova/site/public/news/2020/07/
    cordova/site/public/news/2020/07/21/
    cordova/site/public/news/2020/07/21/splashscreen-plugin-release.html
Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/feed.xml
    cordova/site/public/howto/2020/07/18/uiwebview-warning.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=1880093&r1=1880092&r2=1880093&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Tue Jul 21 06:02:44 2020
@@ -123,6 +123,45 @@
             
             <li>
                 <header>
+                    <div class="adorner" blogTime="Tue, 21 Jul 2020 00:00:00 +0000"></div>
+                    <h2 class="title">
+                        <a href="/news/2020/07/21/splashscreen-plugin-release.html">Splash Screen Plugin Released!</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">21 Jul 2020</span>
+                        - by
+                        <span class="author">
+                            
+                                Bryan Ellis
+                            
+                        </span>
+                        <a class="comment" href="/news/2020/07/21/splashscreen-plugin-release.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that we have just released an update to our Splash Screen plugin!</p>
+
+<ul>
+<li><a href="https://www.npmjs.org/package/cordova-plugin-splashscreen">cordova-plugin-splashscreen@6.0.0</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<h3>Splash Screen</h3>
+
+<p>In this major release, the iOS related source code has been completely removed since it has been integrated into the core of the Cordova-iOS 6.x platform.</p>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/263">GH-263</a> breaking: remove <strong>iOS</strong> platform code from plugin repo</li>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/282">GH-282</a> fix: js <code>clobber</code> only on supported platforms</li>
+</ul>
+</p>
+                    <div><a href="/news/2020/07/21/splashscreen-plugin-release.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
                     <div class="adorner" blogTime="Sat, 18 Jul 2020 00:00:00 +0000"></div>
                     <h2 class="title">
                         <a href="/howto/2020/07/18/uiwebview-warning.html">UPDATED: How to handle the 'Deprecated API Usage - UIWebView' warning while uploading to the App Store</a>
@@ -9780,7 +9819,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Sat, 18 Jul 2020 00:00:00 +0000").getTime();
+            var lastPostTime = new Date("Tue, 21 Jul 2020 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=1880093&r1=1880092&r2=1880093&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Tue Jul 21 06:02:44 2020
@@ -6,11 +6,62 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 20 Jul 2020 11:08:16 +0000</pubDate>
-    <lastBuildDate>Mon, 20 Jul 2020 11:08:16 +0000</lastBuildDate>
+    <pubDate>Tue, 21 Jul 2020 05:41:17 +0000</pubDate>
+    <lastBuildDate>Tue, 21 Jul 2020 05:41:17 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
+        <title>Splash Screen Plugin Released!</title>
+        <description>&lt;p&gt;We are happy to announce that we have just released an update to our Splash Screen plugin!&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-plugin-splashscreen&quot;&gt;cordova-plugin-splashscreen@6.0.0&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;Release Highlights&lt;/h2&gt;
+
+&lt;h3&gt;Splash Screen&lt;/h3&gt;
+
+&lt;p&gt;In this major release, the iOS related source code has been completely removed since it has been integrated into the core of the Cordova-iOS 6.x platform.&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-splashscreen/pull/263&quot;&gt;GH-263&lt;/a&gt; breaking: remove &lt;strong&gt;iOS&lt;/strong&gt; platform code from plugin repo&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-splashscreen/pull/282&quot;&gt;GH-282&lt;/a&gt; fix: js &lt;code&gt;clobber&lt;/code&gt; only on supported platforms&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;!--more--&gt;
+
+&lt;h1&gt;Changes include:&lt;/h1&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-splashscreen/pull/282&quot;&gt;GH-282&lt;/a&gt; fix: js &lt;code&gt;clobber&lt;/code&gt; only on supported platforms&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-splashscreen/pull/281&quot;&gt;GH-281&lt;/a&gt; chore: adds &lt;code&gt;package-lock&lt;/code&gt; file&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-splashscreen/pull/280&quot;&gt;GH-280&lt;/a&gt; doc(android): various improvements including size specs&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-splashscreen/pull/200&quot;&gt;GH-200&lt;/a&gt; fix(windows): implementation structure&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-splashscreen/pull/279&quot;&gt;GH-279&lt;/a&gt; chore: add missing supported platform &lt;strong&gt;Browser&lt;/strong&gt; to &lt;code&gt;npm&lt;/code&gt; keywords&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-splashscreen/pull/278&quot;&gt;GH-278&lt;/a&gt; chore: update &lt;code&gt;engine&lt;/code&gt; checks to cover newer versions&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-splashscreen/pull/277&quot;&gt;GH-277&lt;/a&gt; breaking: replace &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://github.com/apache/cordova-plugin-splashscreen/pull/276&quot;&gt;GH-276&lt;/a&gt; breaking: drop &lt;code&gt;node&lt;/code&gt; &lt;code&gt;engine&lt;/code&gt; requirement&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-splashscreen/pull/275&quot;&gt;GH-275&lt;/a&gt; chore: cleanup repo&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-splashscreen/pull/274&quot;&gt;GH-274&lt;/a&gt; breaking: bump &lt;code&gt;engine&lt;/code&gt; restriction for cordova dependencies&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-splashscreen/pull/263&quot;&gt;GH-263&lt;/a&gt; breaking: remove &lt;strong&gt;iOS&lt;/strong&gt; platform code from plugin repo&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-splashscreen/pull/267&quot;&gt;GH-267&lt;/a&gt; test: force &lt;code&gt;cordova-ios&lt;/code&gt;@^5.1.1&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Tue, 21 Jul 2020 00:00:00 +0000</pubDate>
+        <link>https://cordova.apache.org/news/2020/07/21/splashscreen-plugin-release.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/news/2020/07/21/splashscreen-plugin-release.html</guid>
+        
+        <category>release</category>
+        
+        <category>plugins</category>
+        
+        
+        <category>news</category>
+        
+      </item>
+    
+      <item>
         <title>UPDATED: How to handle the &#39;Deprecated API Usage - UIWebView&#39; warning while uploading to the App Store</title>
         <description>&lt;p&gt;We recently posted &lt;a href=&quot;/howto/2020/03/18/wkwebviewonly.html&quot;&gt;instructions&lt;/a&gt; how to update your apps to remove all &lt;code&gt;UIWebView&lt;/code&gt; references, because Apple now rejects all apps using &lt;code&gt;UIWebView&lt;/code&gt;.&lt;/p&gt;
 
@@ -994,94 +1045,5 @@ Apple has also deprecated the &lt;code&g
         
       </item>
     
-      <item>
-        <title>Cordova Common 4.0.0 Released!</title>
-        <description>&lt;p&gt;We are happy to announce that &lt;code&gt;cordova-common@4.0.0&lt;/code&gt; was released in March 2020. 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 &lt;code&gt;config.xml&lt;/code&gt; parsing.&lt;/p&gt;
-
-&lt;h2&gt;Release Highlights&lt;/h2&gt;
-
-&lt;p&gt;The most notable changes in this major release are:&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/94&quot;&gt;GH-94&lt;/a&gt; fix: &lt;code&gt;PluginInfoProvider&lt;/code&gt; for scoped plugins&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/90&quot;&gt;GH-90&lt;/a&gt; chore: drop node 6 and 8 support&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;As Node.js 6.x and 8.x support has been dropped, we have raised the minimum required Node.js version for this release to 10.x.&lt;/p&gt;
-
-&lt;!--more--&gt;
-
-&lt;h1&gt;Changes include:&lt;/h1&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/140&quot;&gt;GH-140&lt;/a&gt; breaking: bump all dependencies to latest
-
-&lt;ul&gt;
-&lt;li&gt;bump &lt;code&gt;fs-extra@^9.0.0&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;bump &lt;code&gt;@cordova/eslint-config@^3.0.0&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;bump &lt;code&gt;jasmine-spec-reporter@^5.0.1&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;bump Github Actions &lt;code&gt;actions/checkout@v2&lt;/code&gt;&lt;/li&gt;
-&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/139&quot;&gt;GH-139&lt;/a&gt; chore: various cleanup tasks&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/138&quot;&gt;GH-138&lt;/a&gt; chore(dependency): update dev &amp;amp; non-dev dependencies&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/137&quot;&gt;GH-137&lt;/a&gt; refactor: transform &lt;code&gt;var&lt;/code&gt; to &lt;code&gt;let&lt;/code&gt;/&lt;code&gt;const&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/136&quot;&gt;GH-136&lt;/a&gt; ci: final migration to actions&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/85&quot;&gt;GH-85&lt;/a&gt; style: improve line spacing &amp;amp; group like items&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/124&quot;&gt;GH-124&lt;/a&gt; fix(&lt;code&gt;ConfigFile&lt;/code&gt;): correctly resolve *-Info.plist file path&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/135&quot;&gt;GH-135&lt;/a&gt; fix(&lt;code&gt;ConfigFile&lt;/code&gt;): Normalize globbed file paths&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/134&quot;&gt;GH-134&lt;/a&gt; test(&lt;code&gt;ConfigFile&lt;/code&gt;): minor improvements&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/121&quot;&gt;GH-121&lt;/a&gt; feat(&lt;code&gt;CordovaError&lt;/code&gt;): support for error cause &amp;amp; more&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/133&quot;&gt;GH-133&lt;/a&gt; refactor(&lt;code&gt;ConfigParser&lt;/code&gt;): cleanup &amp;amp; simplify&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/132&quot;&gt;GH-132&lt;/a&gt; refactor(&lt;code&gt;PluginInfo&lt;/code&gt;): cleanup &amp;amp; simplify&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/131&quot;&gt;GH-131&lt;/a&gt; refactor(misc): cleanup &amp;amp; simplify&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/130&quot;&gt;GH-130&lt;/a&gt; refactor(&lt;code&gt;ConfigChanges&lt;/code&gt;): simplify&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/128&quot;&gt;GH-128&lt;/a&gt; refactor(&lt;code&gt;xml-helpers&lt;/code&gt;): DRY &amp;amp; simplify&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/129&quot;&gt;GH-129&lt;/a&gt; fix: broken lock file from &lt;a href=&quot;https://github.com/apache/cordova-common/pull/95&quot;&gt;#95&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/127&quot;&gt;GH-127&lt;/a&gt; refactor(&lt;code&gt;munge-util&lt;/code&gt;): DRY &amp;amp; simplify&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/95&quot;&gt;GH-95&lt;/a&gt; TEST: Test using GitHub workflows for CI&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/125&quot;&gt;GH-125&lt;/a&gt; test(&lt;code&gt;ConfigFile&lt;/code&gt;): group &amp;amp; cleanup tests&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/126&quot;&gt;GH-126&lt;/a&gt; chore!: remove main export &lt;code&gt;mungeUtil&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/123&quot;&gt;GH-123&lt;/a&gt; refactor: &lt;code&gt;FileUpdater&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/119&quot;&gt;GH-119&lt;/a&gt; refactor: use ES6 classes where applicable&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/118&quot;&gt;GH-118&lt;/a&gt; refactor: use template strings where applicable&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/116&quot;&gt;GH-116&lt;/a&gt; refactor: use property shorthand notation&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/115&quot;&gt;GH-115&lt;/a&gt; refactor: transform &lt;code&gt;var&lt;/code&gt; to &lt;code&gt;let&lt;/code&gt;/&lt;code&gt;const&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/114&quot;&gt;GH-114&lt;/a&gt; refactor: do not alias &lt;code&gt;this&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/113&quot;&gt;GH-113&lt;/a&gt; refactor: use arrow functions where applicable&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/120&quot;&gt;GH-120&lt;/a&gt; refactor: move &lt;code&gt;CordovaError&lt;/code&gt; module up&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/117&quot;&gt;GH-117&lt;/a&gt; refactor(&lt;code&gt;CordovaError&lt;/code&gt;)!: remove unused features&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/111&quot;&gt;GH-111&lt;/a&gt; chore: remove support for ubuntu platform&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/109&quot;&gt;GH-109&lt;/a&gt; chore: consolidate eslint configs&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/108&quot;&gt;GH-108&lt;/a&gt; style: drop jasmine env workaround&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/105&quot;&gt;GH-105&lt;/a&gt; refactor: eslint setup&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/107&quot;&gt;GH-107&lt;/a&gt; test: always run code coverage during &lt;code&gt;npm test&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/106&quot;&gt;GH-106&lt;/a&gt; ci(travis): run codecov using npx in &lt;code&gt;after_success&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/103&quot;&gt;GH-103&lt;/a&gt; chore: bump production dependencies&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/101&quot;&gt;GH-101&lt;/a&gt; chore: update jasmine dependencies &amp;amp; config&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/100&quot;&gt;GH-100&lt;/a&gt; chore: replace &lt;code&gt;instanbul&lt;/code&gt; w/ &lt;code&gt;nyc&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/102&quot;&gt;GH-102&lt;/a&gt; chore: drop unused &amp;amp; unneeded dependencies&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/104&quot;&gt;GH-104&lt;/a&gt; chore: improve npm ignore list&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/96&quot;&gt;GH-96&lt;/a&gt; feat: Replace &lt;code&gt;addProperty&lt;/code&gt; with ES6 getters&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/71&quot;&gt;GH-71&lt;/a&gt; chore: update &lt;code&gt;strip-bom@4&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/90&quot;&gt;GH-90&lt;/a&gt; chore: drop node 6 and 8 support&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/97&quot;&gt;GH-97&lt;/a&gt; Use &lt;code&gt;Array.prototype.find&lt;/code&gt; in &lt;code&gt;CordovaError&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/93&quot;&gt;GH-93&lt;/a&gt; Re-apply fix for failing &lt;code&gt;CordovaError&lt;/code&gt; test&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/92&quot;&gt;GH-92&lt;/a&gt; Remove obsolete JSHint comments&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-common/pull/87&quot;&gt;GH-87&lt;/a&gt; Convert &lt;code&gt;CordovaError&lt;/code&gt; to ES6 class&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Mon, 30 Mar 2020 00:00:00 +0000</pubDate>
-        <link>https://cordova.apache.org/announcements/2020/03/30/cordova-common-release-4.0.0.html</link>
-        <guid isPermaLink="true">https://cordova.apache.org/announcements/2020/03/30/cordova-common-release-4.0.0.html</guid>
-        
-        <category>news</category>
-        
-        <category>releases</category>
-        
-        
-        <category>announcements</category>
-        
-      </item>
-    
   </channel>
 </rss>

Modified: cordova/site/public/howto/2020/07/18/uiwebview-warning.html
URL: http://svn.apache.org/viewvc/cordova/site/public/howto/2020/07/18/uiwebview-warning.html?rev=1880093&r1=1880092&r2=1880093&view=diff
==============================================================================
--- cordova/site/public/howto/2020/07/18/uiwebview-warning.html (original)
+++ cordova/site/public/howto/2020/07/18/uiwebview-warning.html Tue Jul 21 06:02:44 2020
@@ -188,6 +188,26 @@
             </div>
             <div class="col-sm-6">
                 
+                    <a href="/news/2020/07/21/splashscreen-plugin-release.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2020/07/21/splashscreen-plugin-release.html">Splash Screen Plugin Released!</a>
+                    <div class="date"> 21 Jul 2020 - By Bryan Ellis </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 we have just released an update...
+                    </p>
+                
             </div>
         </div>
     </footer>

Added: cordova/site/public/news/2020/07/21/splashscreen-plugin-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2020/07/21/splashscreen-plugin-release.html?rev=1880093&view=auto
==============================================================================
--- cordova/site/public/news/2020/07/21/splashscreen-plugin-release.html (added)
+++ cordova/site/public/news/2020/07/21/splashscreen-plugin-release.html Tue Jul 21 06:02:44 2020
@@ -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 we have just released an update to our Splash Screen plugin!cordova-plugin-splashscreen@6.0.0Release HighlightsSplash ScreenIn ...">
+
+    <title>
+        
+            
+                Splash Screen Plugin Released! - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" href="https://cordova.apache.org/news/2020/07/21/splashscreen-plugin-release.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>
+    (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 '9.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">Splash Screen Plugin Released!</div>
+        <div class="author">By:
+            
+              Bryan Ellis
+            
+        </div>
+        <div class="date">21 Jul 2020</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that we have just released an update to our Splash Screen plugin!</p>
+
+<ul>
+<li><a href="https://www.npmjs.org/package/cordova-plugin-splashscreen">cordova-plugin-splashscreen@6.0.0</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<h3>Splash Screen</h3>
+
+<p>In this major release, the iOS related source code has been completely removed since it has been integrated into the core of the Cordova-iOS 6.x platform.</p>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/263">GH-263</a> breaking: remove <strong>iOS</strong> platform code from plugin repo</li>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/282">GH-282</a> fix: js <code>clobber</code> only on supported platforms</li>
+</ul>
+
+<!--more-->
+
+<h1>Changes include:</h1>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/282">GH-282</a> fix: js <code>clobber</code> only on supported platforms</li>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/281">GH-281</a> chore: adds <code>package-lock</code> file</li>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/280">GH-280</a> doc(android): various improvements including size specs</li>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/200">GH-200</a> fix(windows): implementation structure</li>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/279">GH-279</a> chore: add missing supported platform <strong>Browser</strong> to <code>npm</code> keywords</li>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/278">GH-278</a> chore: update <code>engine</code> checks to cover newer versions</li>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/277">GH-277</a> breaking: replace <code>jshint</code> with <code>eslint</code></li>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/276">GH-276</a> breaking: drop <code>node</code> <code>engine</code> requirement</li>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/275">GH-275</a> chore: cleanup repo</li>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/274">GH-274</a> breaking: bump <code>engine</code> restriction for cordova dependencies</li>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/263">GH-263</a> breaking: remove <strong>iOS</strong> platform code from plugin repo</li>
+<li><a href="https://github.com/apache/cordova-plugin-splashscreen/pull/267">GH-267</a> test: force <code>cordova-ios</code>@^5.1.1</li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/howto/2020/07/18/uiwebview-warning.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/howto/2020/07/18/uiwebview-warning.html">UPDATED: How to handle the 'Deprecated API Usage - UIWebView' warning while uploading to the App Store</a>
+                    <div class="date"> 18 Jul 2020 - By Niklas Merz </div>
+                    <p class="content">
+                        We recently posted instructions how to update your apps to remove all...
+                    </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:  9.x", "language: en"] }
+    });
+</script>
+
+</body>
+</html>

Modified: cordova/site/public/sitemap.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1880093&r1=1880092&r2=1880093&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Tue Jul 21 06:02:44 2020
@@ -4,6 +4,11 @@
 <!-- posts -->
 
 <url>
+    <loc>https://cordova.apache.org/news/2020/07/21/splashscreen-plugin-release.html</loc>
+</url>
+
+
+<url>
     <loc>https://cordova.apache.org/howto/2020/07/18/uiwebview-warning.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=1880093&r1=1880092&r2=1880093&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Tue Jul 21 06:02:44 2020
@@ -77,6 +77,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Tue, 21 Jul 2020 00:00:00 +0000');
         dates.push('Sat, 18 Jul 2020 00:00:00 +0000');
         dates.push('Sat, 04 Jul 2020 00:00:00 +0000');
         dates.push('Mon, 29 Jun 2020 00:00:00 +0000');



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