Author: janpio
Date: Thu Feb  4 19:27:02 2021
New Revision: 1886215

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

Added:
    cordova/site/public/announcements/2021/
    cordova/site/public/announcements/2021/02/
    cordova/site/public/announcements/2021/02/04/
    cordova/site/public/announcements/2021/02/04/cordova-ios-release-6.2.0.html
Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/feed.xml
    cordova/site/public/news/2020/11/30/cve-2020-11990.html
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js

Added: 
cordova/site/public/announcements/2021/02/04/cordova-ios-release-6.2.0.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/announcements/2021/02/04/cordova-ios-release-6.2.0.html?rev=1886215&view=auto
==============================================================================
--- cordova/site/public/announcements/2021/02/04/cordova-ios-release-6.2.0.html 
(added)
+++ cordova/site/public/announcements/2021/02/04/cordova-ios-release-6.2.0.html 
Thu Feb  4 19:27:02 2021
@@ -0,0 +1,312 @@
+<!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 Cordova iOS 6.2.0! This is Cordova&#39;s official platform for 
building iOS mobile applications.cordova-i...">
+
+    <title>
+        
+            
+                Cordova iOS 6.2.0 Released! - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" 
href="https://cordova.apache.org/announcements/2021/02/04/cordova-ios-release-6.2.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>
+    
(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="/contribute/team.html">Team</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">Cordova iOS 6.2.0 Released!</div>
+        <div class="author">By:
+            
+              <a href="https://twitter.com/niklasmaerz";>Niklas Merz</a>
+            
+        </div>
+        <div class="date">04 Feb 2021</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that we have just released 
<code>Cordova iOS 6.2.0</code>! This is Cordova&#39;s official platform for 
building iOS mobile applications.</p>
+
+<ul>
+<li><a 
href="https://www.npmjs.com/package/cordova-ios";>cordova-ios@6.2.0</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p>This release contains small bug fixes, dependency updates and resolves some 
splashscreen issues. Plugin developers can now hook into the 
<code>WKURLSchemeHandler</code> (<a 
href="https://github.com/apache/cordova-ios/pull/1030";>learn more</a>).</p>
+
+<p><strong>To upgrade:</strong></p>
+<div class="highlight"><pre><code class="language-bash" 
data-lang="bash">cordova platform remove ios
+cordova platform add ios@6.2.0
+</code></pre></div>
+<p>Please report any issues you find at <a 
href="http://issues.cordova.io/";>issues.cordova.io</a>!</p>
+
+<!--more-->
+
+<h1>Changes include:</h1>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-ios/pull/1069";>GH-1069</a> 
(chore): update dependencies for minor release</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1067";>GH-1067</a> fix: 
plugin podspec with no config elements</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1014";>GH-1014</a> 
fix(splashscreen): Don&#39;t show splashscreen when used as a lib</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1030";>GH-1030</a> 
Allow plugins to hook into the WKURLSchemeHandler</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1036";>GH-1036</a> 
(ios): add console output for simulator selectio</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1060";>GH-1060</a> 
GH-1059: Add VALIDATE_WORKSPACE setting to XcodeProj</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1031";>GH-1031</a> Set 
CDVWebViewProcessPoolFactory to public</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1041";>GH-1041</a> 
Document breaking changes in 4.3.0 &amp; 4.4.0</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1035";>GH-1035</a> 
(ios): nil check in didReceiveData in schemehandler</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1023";>GH-1023</a> 
Reinstate verification of main navigation in case of navigationType other</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1018";>GH-1018</a> 
(iOS) Skip Cocoapods checkTool on non-darwin platform</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1015";>GH-1015</a> 
Project changes to allow consuming cordova as submodule</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1006";>GH-1006</a> Hide 
splash sceen immediately on .hide()</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1005";>GH-1005</a> Fix 
BackgroundColor parsing for lowercase letters</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/1002";>GH-1002</a> 
chore(asf): Update GitHub repo metadata</li>
+<li>Add release notes from version 6.1.1</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/976";>GH-976</a> chore: 
Update npm dependencies</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/973";>GH-973</a> fix: 
Append startURL to the initial url loaded</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/936";>GH-936</a> (ios) 
issue-912: fix deployment to device</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/932";>GH-932</a> ci: 
add node 14 to workflow</li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/news/2020/11/30/cve-2020-11990.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" 
href="/news/2020/11/30/cve-2020-11990.html">Security Advisory CVE-2020-11990</a>
+                    <div class="date"> 30 Nov 2020 - By Jesse MacFadyen </div>
+                    <p class="content">
+                        We have resolved a security issue in the camera plugin 
that could...
+                    </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/blog/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1886215&r1=1886214&r2=1886215&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Thu Feb  4 19:27:02 2021
@@ -124,6 +124,44 @@
             
             <li>
                 <header>
+                    <div class="adorner" blogTime="Thu, 04 Feb 2021 00:00:00 
+0000"></div>
+                    <h2 class="title">
+                        <a 
href="/announcements/2021/02/04/cordova-ios-release-6.2.0.html">Cordova iOS 
6.2.0 Released!</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">04 Feb 2021</span>
+                        - by
+                        <span class="author">
+                            
+                                <a 
href="https://twitter.com/niklasmaerz";>Niklas Merz</a>
+                            
+                        </span>
+                        <a class="comment" 
href="/announcements/2021/02/04/cordova-ios-release-6.2.0.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that we have just released 
<code>Cordova iOS 6.2.0</code>! This is Cordova&#39;s official platform for 
building iOS mobile applications.</p>
+
+<ul>
+<li><a 
href="https://www.npmjs.com/package/cordova-ios";>cordova-ios@6.2.0</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p>This release contains small bug fixes, dependency updates and resolves some 
splashscreen issues. Plugin developers can now hook into the 
<code>WKURLSchemeHandler</code> (<a 
href="https://github.com/apache/cordova-ios/pull/1030";>learn more</a>).</p>
+
+<p><strong>To upgrade:</strong></p>
+<div class="highlight"><pre><code class="language-bash" 
data-lang="bash">cordova platform remove ios
+cordova platform add ios@6.2.0
+</code></pre></div>
+<p>Please report any issues you find at <a 
href="http://issues.cordova.io/";>issues.cordova.io</a>!</p>
+</p>
+                    <div><a 
href="/announcements/2021/02/04/cordova-ios-release-6.2.0.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
                     <div class="adorner" blogTime="Mon, 30 Nov 2020 00:00:00 
+0000"></div>
                     <h2 class="title">
                         <a 
href="/news/2020/11/30/cve-2020-11990.html">Security Advisory CVE-2020-11990</a>
@@ -10260,7 +10298,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Mon, 30 Nov 2020 00:00:00 
+0000").getTime();
+            var lastPostTime = new Date("Thu, 04 Feb 2021 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=1886215&r1=1886214&r2=1886215&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Thu Feb  4 19:27:02 2021
@@ -6,11 +6,69 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Thu, 04 Feb 2021 03:07:50 +0000</pubDate>
-    <lastBuildDate>Thu, 04 Feb 2021 03:07:50 +0000</lastBuildDate>
+    <pubDate>Thu, 04 Feb 2021 19:04:38 +0000</pubDate>
+    <lastBuildDate>Thu, 04 Feb 2021 19:04:38 +0000</lastBuildDate>
     <generator>Jekyll v3.9.0</generator>
     
       <item>
+        <title>Cordova iOS 6.2.0 Released!</title>
+        <description>&lt;p&gt;We are happy to announce that we have just 
released &lt;code&gt;Cordova iOS 6.2.0&lt;/code&gt;! This is Cordova&amp;#39;s 
official platform for building iOS mobile applications.&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://www.npmjs.com/package/cordova-ios&quot;&gt;cordova-ios@6.2.0&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;Release Highlights&lt;/h2&gt;
+
+&lt;p&gt;This release contains small bug fixes, dependency updates and 
resolves some splashscreen issues. Plugin developers can now hook into the 
&lt;code&gt;WKURLSchemeHandler&lt;/code&gt; (&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1030&quot;&gt;learn 
more&lt;/a&gt;).&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;To upgrade:&lt;/strong&gt;&lt;/p&gt;
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-bash&quot; data-lang=&quot;bash&quot;&gt;cordova platform 
remove ios
+cordova platform add ios@6.2.0
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;p&gt;Please report any issues you find at &lt;a 
href=&quot;http://issues.cordova.io/&quot;&gt;issues.cordova.io&lt;/a&gt;!&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-ios/pull/1069&quot;&gt;GH-1069&lt;/a&gt;
 (chore): update dependencies for minor release&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1067&quot;&gt;GH-1067&lt;/a&gt;
 fix: plugin podspec with no config elements&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1014&quot;&gt;GH-1014&lt;/a&gt;
 fix(splashscreen): Don&amp;#39;t show splashscreen when used as a 
lib&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1030&quot;&gt;GH-1030&lt;/a&gt;
 Allow plugins to hook into the WKURLSchemeHandler&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1036&quot;&gt;GH-1036&lt;/a&gt;
 (ios): add console output for simulator selectio&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1060&quot;&gt;GH-1060&lt;/a&gt;
 GH-1059: Add VALIDATE_WORKSPACE setting to XcodeProj&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1031&quot;&gt;GH-1031&lt;/a&gt;
 Set CDVWebViewProcessPoolFactory to public&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1041&quot;&gt;GH-1041&lt;/a&gt;
 Document breaking changes in 4.3.0 &amp;amp; 4.4.0&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1035&quot;&gt;GH-1035&lt;/a&gt;
 (ios): nil check in didReceiveData in schemehandler&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1023&quot;&gt;GH-1023&lt;/a&gt;
 Reinstate verification of main navigation in case of navigationType 
other&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1018&quot;&gt;GH-1018&lt;/a&gt;
 (iOS) Skip Cocoapods checkTool on non-darwin platform&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1015&quot;&gt;GH-1015&lt;/a&gt;
 Project changes to allow consuming cordova as submodule&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1006&quot;&gt;GH-1006&lt;/a&gt;
 Hide splash sceen immediately on .hide()&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1005&quot;&gt;GH-1005&lt;/a&gt;
 Fix BackgroundColor parsing for lowercase letters&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1002&quot;&gt;GH-1002&lt;/a&gt;
 chore(asf): Update GitHub repo metadata&lt;/li&gt;
+&lt;li&gt;Add release notes from version 6.1.1&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/976&quot;&gt;GH-976&lt;/a&gt;
 chore: Update npm dependencies&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/973&quot;&gt;GH-973&lt;/a&gt;
 fix: Append startURL to the initial url loaded&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/936&quot;&gt;GH-936&lt;/a&gt;
 (ios) issue-912: fix deployment to device&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/932&quot;&gt;GH-932&lt;/a&gt;
 ci: add node 14 to workflow&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Thu, 04 Feb 2021 00:00:00 +0000</pubDate>
+        
<link>https://cordova.apache.org/announcements/2021/02/04/cordova-ios-release-6.2.0.html</link>
+        <guid 
isPermaLink="true">https://cordova.apache.org/announcements/2021/02/04/cordova-ios-release-6.2.0.html</guid>
+        
+        <category>news</category>
+        
+        <category>releases</category>
+        
+        
+        <category>announcements</category>
+        
+      </item>
+    
+      <item>
         <title>Security Advisory CVE-2020-11990</title>
         <description>&lt;p&gt;We have resolved a security issue in the camera 
plugin that could have affected certain Cordova (Android) 
applications.&lt;/p&gt;
 
@@ -764,58 +822,5 @@ npm install &lt;span class=&quot;nt&quot
         
       </item>
     
-      <item>
-        <title>UPDATED: How to handle the 'Deprecated API Usage - UIWebView' 
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;
-
-&lt;p&gt;We are talking about this warning:&lt;/p&gt;
-
-&lt;blockquote&gt;
-&lt;p&gt;ITMS-90809: Deprecated API Usage - Apple will stop accepting 
submissions of apps that use UIWebView APIs.&lt;/p&gt;
-&lt;/blockquote&gt;
-
-&lt;p&gt;Some things have changed and new versions of cordova-ios have been 
released since the last post.&lt;/p&gt;
-
-&lt;!--more--&gt;
-
-&lt;h2&gt;Update cordova-ios to version 6.0.0 or newer&lt;/h2&gt;
-
-&lt;p&gt;Please update to the latest &lt;code&gt;cordova-ios&lt;/code&gt; 
version to get the best compatibility with recent iOS changes. As of this 
writing the current version is 6.1.0. Version 6.0.0 of cordova-ios moved 
&lt;code&gt;WKWebView&lt;/code&gt; support into 
&lt;code&gt;cordova-ios&lt;/code&gt; and removed 
&lt;code&gt;UIWebView&lt;/code&gt; code. Due to this change, the 
&lt;code&gt;cordova-plugin-wkwebview-engine&lt;/code&gt; plugin is obsolete and 
will not work with this release. If you have this plugin installed, it is safe 
to remove with &lt;code&gt;cordova plugin remove 
cordova-plugin-wkwebview-engine&lt;/code&gt;.&lt;/p&gt;
-
-&lt;p&gt;Additionaly, &lt;code&gt;WKURLSchemeHandler&lt;/code&gt; support has 
been introduced with this release. Serving your app content through a custom 
scheme fixes CORS issues that exist because of the strict security policies 
that &lt;code&gt;WKWebView&lt;/code&gt; has applied to the 
&lt;code&gt;file&lt;/code&gt; scheme. You can easily configure your Cordova 
project to use a custom scheme by setting the preference options 
&lt;code&gt;scheme&lt;/code&gt; and &lt;code&gt;hostname&lt;/code&gt; in the 
&lt;code&gt;config.xml&lt;/code&gt; file. &lt;strong&gt;Bear in mind that 
running your app with a custom URL scheme changes the origin of your web code 
and you will lose access to web storage, such as local storage, indexed DB, 
etc.&lt;/strong&gt;&lt;/p&gt;
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;preference&lt;/span&gt; &lt;span 
class=&quot;na&quot;&gt;name=&lt;/span&gt;&lt;span 
class=&quot;s&quot;&gt;&quot;scheme&quot;&lt;/span&gt; &lt;span 
class=&quot;na&quot;&gt;value=&lt;/span&gt;&lt;span 
class=&quot;s&quot;&gt;&quot;app&quot;&lt;/span&gt; &lt;span 
class=&quot;nt&quot;&gt;/&amp;gt;&lt;/span&gt;
-&lt;span class=&quot;nt&quot;&gt;&amp;lt;preference&lt;/span&gt; &lt;span 
class=&quot;na&quot;&gt;name=&lt;/span&gt;&lt;span 
class=&quot;s&quot;&gt;&quot;hostname&quot;&lt;/span&gt; &lt;span 
class=&quot;na&quot;&gt;value=&lt;/span&gt;&lt;span 
class=&quot;s&quot;&gt;&quot;localhost&quot;&lt;/span&gt; &lt;span 
class=&quot;nt&quot;&gt;/&amp;gt;&lt;/span&gt;
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;p&gt;It is important to know that with the introduction of 
&lt;code&gt;WKURLSchemeHandler&lt;/code&gt;, iOS 10 support has been 
dropped.&lt;/p&gt;
-
-&lt;h2&gt;Still getting the warning?&lt;/h2&gt;
-
-&lt;p&gt;If you are still getting the warning, it is most likely one or more 
plugins in your project still references &lt;code&gt;UIWebView&lt;/code&gt;. 
You will need to identify which plugins contain 
&lt;code&gt;UIWebView&lt;/code&gt; code and contact those plugin&amp;#39;s 
developers through their support channel (for instance their plugin&amp;#39;s 
repo). They will need to fix their plugins by either removing the references or 
wrap them with the new flag.&lt;/p&gt;
-
-&lt;h2&gt;Using other WKWebView plugin&lt;/h2&gt;
-
-&lt;p&gt;The official Apache WKWebView plugin is no longer needed with these 
&lt;code&gt;cordova-ios&lt;/code&gt; versions since 
&lt;code&gt;WKWebView&lt;/code&gt; has been integrated and 
&lt;code&gt;UIWebView&lt;/code&gt; is removed. There are other WKWebView 
plugins that can be used. Make sure they have been updated and use the latest 
version. If you have any issues or usage questions with their plugins, please 
read their docs and request help through their support channels.&lt;/p&gt;
-
-&lt;h2&gt;CORS issues&lt;/h2&gt;
-
-&lt;p&gt;If you experience any CORS issues Cordova PMC member Norman Breau 
published a &lt;a 
href=&quot;https://breautek.com/2020/07/14/enabling-cors/&quot;&gt;post on his 
blog&lt;/a&gt; with a good explanation of CORS.&lt;/p&gt;
-
-&lt;h2&gt;Weview issues&lt;/h2&gt;
-
-&lt;p&gt;If using a custom scheme, &lt;code&gt;WKWebView&lt;/code&gt; 
won&amp;#39;t allow to load file urls in img/video tags (nor fetch them, nor 
anything). &lt;code&gt;cordova-ios&lt;/code&gt; added a helper method to 
convert file URLs to URLs that have the scheme and 
&lt;code&gt;WKWebView&lt;/code&gt; can understand.&lt;/p&gt;
-
-&lt;p&gt;window.WkWebView.convertFilePath(&amp;#39;your/file/path&amp;#39;);&lt;/p&gt;
-</description>
-        <pubDate>Sat, 18 Jul 2020 00:00:00 +0000</pubDate>
-        
<link>https://cordova.apache.org/howto/2020/07/18/uiwebview-warning.html</link>
-        <guid 
isPermaLink="true">https://cordova.apache.org/howto/2020/07/18/uiwebview-warning.html</guid>
-        
-        <category>ios</category>
-        
-        
-        <category>howto</category>
-        
-      </item>
-    
   </channel>
 </rss>

Modified: cordova/site/public/news/2020/11/30/cve-2020-11990.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2020/11/30/cve-2020-11990.html?rev=1886215&r1=1886214&r2=1886215&view=diff
==============================================================================
--- cordova/site/public/news/2020/11/30/cve-2020-11990.html (original)
+++ cordova/site/public/news/2020/11/30/cve-2020-11990.html Thu Feb  4 19:27:02 
2021
@@ -206,6 +206,26 @@
             </div>
             <div class="col-sm-6">
                 
+                    <a 
href="/announcements/2021/02/04/cordova-ios-release-6.2.0.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" 
href="/announcements/2021/02/04/cordova-ios-release-6.2.0.html">Cordova iOS 
6.2.0 Released!</a>
+                    <div class="date"> 04 Feb 2021 - By Niklas Merz </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 
Cordova iOS...
+                    </p>
+                
             </div>
         </div>
     </footer>

Modified: cordova/site/public/sitemap.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1886215&r1=1886214&r2=1886215&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Thu Feb  4 19:27:02 2021
@@ -4,6 +4,11 @@
 <!-- posts -->
 
 <url>
+    
<loc>https://cordova.apache.org/announcements/2021/02/04/cordova-ios-release-6.2.0.html</loc>
+</url>
+
+
+<url>
     <loc>https://cordova.apache.org/news/2020/11/30/cve-2020-11990.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=1886215&r1=1886214&r2=1886215&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Thu Feb  4 19:27:02 2021
@@ -77,6 +77,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Thu, 04 Feb 2021 00:00:00 +0000');
         dates.push('Mon, 30 Nov 2020 00:00:00 +0000');
         dates.push('Fri, 02 Oct 2020 00:00:00 +0000');
         dates.push('Tue, 29 Sep 2020 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