You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by gi...@apache.org on 2021/08/23 17:13:50 UTC

[cordova-docs] branch asf-site updated: Deploying to asf-site from @ apache/cordova-docs@3bc09e6e5d669bab3d227f78e7565a809a33ffb9 🚀

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3bf4a16  Deploying to asf-site from @ apache/cordova-docs@3bc09e6e5d669bab3d227f78e7565a809a33ffb9 🚀
3bf4a16 is described below

commit 3bf4a169b164744409e5e8b3dde8f6ee3bc3d6a1
Author: purplecabbage <pu...@gmail.com>
AuthorDate: Mon Aug 23 17:13:46 2021 +0000

    Deploying to asf-site from @ apache/cordova-docs@3bc09e6e5d669bab3d227f78e7565a809a33ffb9 🚀
---
 .../2021/08/16/cordova-android-10.1.0.html         |  20 +++
 blog/index.html                                    |  69 +++++++++-
 feed.xml                                           | 142 ++++++++++++---------
 .../2021/08/23/camera-plugin-6.0.0-release.html    |  88 +++++++------
 sitemap.xml                                        |   5 +
 static/js/index.js                                 |   1 +
 6 files changed, 222 insertions(+), 103 deletions(-)

diff --git a/announcements/2021/08/16/cordova-android-10.1.0.html b/announcements/2021/08/16/cordova-android-10.1.0.html
index 0b23b7f..fd8f409 100644
--- a/announcements/2021/08/16/cordova-android-10.1.0.html
+++ b/announcements/2021/08/16/cordova-android-10.1.0.html
@@ -210,6 +210,26 @@ cordova platform add android@10.1.0
             </div>
             <div class="col-sm-6">
                 
+                    <a href="/news/2021/08/23/camera-plugin-6.0.0-release.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2021/08/23/camera-plugin-6.0.0-release.html">Camera Plugin 6.0.0 Released!</a>
+                    <div class="date"> 23 Aug 2021 - 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>
diff --git a/blog/index.html b/blog/index.html
index a676c32..d0876c0 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -124,6 +124,73 @@
             
             <li>
                 <header>
+                    <div class="adorner" blogTime="Mon, 23 Aug 2021 00:00:00 +0000"></div>
+                    <h2 class="title">
+                        <a href="/news/2021/08/23/camera-plugin-6.0.0-release.html">Camera Plugin 6.0.0 Released!</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">23 Aug 2021</span>
+                        - by
+                        <span class="author">
+                            
+                                Bryan Ellis
+                            
+                        </span>
+                        <a class="comment" href="/news/2021/08/23/camera-plugin-6.0.0-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 Camera plugin!</p>
+
+<p>We are happy to announce that we have just released an update for <code>Cordova Camera Plugin (6.0.0)</code>!</p>
+
+<ul>
+<li><a href="https://www.npmjs.com/package/cordova-plugin-camera">cordova-plugin-camera@6.0.0</a></li>
+</ul>
+
+<p><strong>To upgrade:</strong></p>
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">cordova plugin remove cordova-plugin-camera
+cordova plugin add cordova-plugin-camera@6.0.0
+</code></pre></div>
+<h2>Release Highlights</h2>
+
+<ul>
+<li><p>Requires <strong><code>Cordova-Android</code> 10.x of higher</strong></p>
+
+<p>This major release has bumped the minimum Cordova-Android requirement to 10.x or higher. This requirement change was made for the <strong>AndroidX Only Support</strong> initiative.</p>
+
+<p>If your project is using an older Cordova-Android release, please upgrade the Android platform before using it.</p>
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">cordova platform remove android
+cordova platform add android@10.x
+</code></pre></div></li>
+<li><p><strong><code>AndroidX</code> Only Support</strong></p>
+
+<p>In this release, we have completely migrated to the AndroidX library and no longer support the Android Support Library. </p>
+
+<p>If you were using the <a href="https://www.npmjs.com/package/cordova-plugin-androidx-adapter">cordova-plugin-androidx-adapter</a> plugin to migrate the Camera&#39;s legacy Android Support Library references to the new AndroidX references, it can be removed unless your project is using other third-party plugins that have not migrated to AndroidX.</p></li>
+<li><p><strong>HEIC</strong> Support</p>
+
+<p>We introduced support to encode the HEIC file formats to the defined <code>EncodingType</code> for WebView display.</p></li>
+<li><p>Package Visibility Support</p>
+
+<p>We have updated this plugin to support the breaking changes that were introduced in Android 11 around package visibility.</p>
+
+<p>For more information on package visibility, please check out the following Google&#39;s resources:</p>
+
+<ul>
+<li><a href="ttps://medium.com/androiddevelopers/package-visibility-in-android-11-cc857f221cd9">Package visibility in Android 11</a></li>
+<li><a href="https://developer.android.com/training/package-visibility">Package visibility filtering on Android</a></li>
+</ul></li>
+</ul>
+
+<p>Please report any issues you find at <a href="http://issues.cordova.io/">issues.cordova.io</a>!</p>
+</p>
+                    <div><a href="/news/2021/08/23/camera-plugin-6.0.0-release.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
                     <div class="adorner" blogTime="Mon, 16 Aug 2021 00:00:00 +0000"></div>
                     <h2 class="title">
                         <a href="/announcements/2021/08/16/cordova-android-10.1.0.html">Cordova Android 10.1.0 Released!</a>
@@ -10835,7 +10902,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Mon, 16 Aug 2021 00:00:00 +0000").getTime();
+            var lastPostTime = new Date("Mon, 23 Aug 2021 00:00:00 +0000").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };
diff --git a/feed.xml b/feed.xml
index 723a747..e06bbd7 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,11 +6,91 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Fri, 20 Aug 2021 02:08:37 +0000</pubDate>
-    <lastBuildDate>Fri, 20 Aug 2021 02:08:37 +0000</lastBuildDate>
+    <pubDate>Mon, 23 Aug 2021 16:43:45 +0000</pubDate>
+    <lastBuildDate>Mon, 23 Aug 2021 16:43:45 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>
+        <title>Camera Plugin 6.0.0 Released!</title>
+        <description>&lt;p&gt;We are happy to announce that we have just released an update to our Camera plugin!&lt;/p&gt;
+
+&lt;p&gt;We are happy to announce that we have just released an update for &lt;code&gt;Cordova Camera Plugin (6.0.0)&lt;/code&gt;!&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.com/package/cordova-plugin-camera&quot;&gt;cordova-plugin-camera@6.0.0&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&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 plugin remove cordova-plugin-camera
+cordova plugin add cordova-plugin-camera@6.0.0
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;h2&gt;Release Highlights&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;p&gt;Requires &lt;strong&gt;&lt;code&gt;Cordova-Android&lt;/code&gt; 10.x of higher&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;This major release has bumped the minimum Cordova-Android requirement to 10.x or higher. This requirement change was made for the &lt;strong&gt;AndroidX Only Support&lt;/strong&gt; initiative.&lt;/p&gt;
+
+&lt;p&gt;If your project is using an older Cordova-Android release, please upgrade the Android platform before using it.&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 android
+cordova platform add android@10.x
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;code&gt;AndroidX&lt;/code&gt; Only Support&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;In this release, we have completely migrated to the AndroidX library and no longer support the Android Support Library. &lt;/p&gt;
+
+&lt;p&gt;If you were using the &lt;a href=&quot;https://www.npmjs.com/package/cordova-plugin-androidx-adapter&quot;&gt;cordova-plugin-androidx-adapter&lt;/a&gt; plugin to migrate the Camera&amp;#39;s legacy Android Support Library references to the new AndroidX references, it can be removed unless your project is using other third-party plugins that have not migrated to AndroidX.&lt;/p&gt;&lt;/li&gt;
+&lt;li&gt;&lt;p&gt;&lt;strong&gt;HEIC&lt;/strong&gt; Support&lt;/p&gt;
+
+&lt;p&gt;We introduced support to encode the HEIC file formats to the defined &lt;code&gt;EncodingType&lt;/code&gt; for WebView display.&lt;/p&gt;&lt;/li&gt;
+&lt;li&gt;&lt;p&gt;Package Visibility Support&lt;/p&gt;
+
+&lt;p&gt;We have updated this plugin to support the breaking changes that were introduced in Android 11 around package visibility.&lt;/p&gt;
+
+&lt;p&gt;For more information on package visibility, please check out the following Google&amp;#39;s resources:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;ttps://medium.com/androiddevelopers/package-visibility-in-android-11-cc857f221cd9&quot;&gt;Package visibility in Android 11&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://developer.android.com/training/package-visibility&quot;&gt;Package visibility filtering on Android&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;&lt;/li&gt;
+&lt;/ul&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;p&gt;&lt;strong&gt;Feature:&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-camera/pull/751&quot;&gt;GH-751&lt;/a&gt; feat(android)!: support &lt;strong&gt;AndroidX&lt;/strong&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-camera/pull/750&quot;&gt;GH-750&lt;/a&gt; feat(android): bump &lt;code&gt;cordova-android&lt;/code&gt; requirements for &lt;code&gt;10.x&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-camera/pull/731&quot;&gt;GH-731&lt;/a&gt; feat(android): encode &lt;code&gt;heic&lt;/code&gt; format to &lt;code&gt;EncodingType&lt;/code&gt; for webview display &lt;a href=&quot;https://github.com/apache/cordova-plugin-camera/issues/711&quot;&gt;#711&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-camera/pull/684&quot;&gt;GH-684&lt;/a&gt; feat(android): &lt;code&gt;sdk-30&lt;/code&gt; package visibility support&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;Fix:&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-camera/pull/687&quot;&gt;GH-687&lt;/a&gt; fix(android): return exception message (where it exists)&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-plugin-camera/pull/585&quot;&gt;GH-585&lt;/a&gt; fix(android): file path correction if &lt;code&gt;Uri&lt;/code&gt; authority is &lt;code&gt;FileProvider&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Mon, 23 Aug 2021 00:00:00 +0000</pubDate>
+        <link>https://cordova.apache.org/news/2021/08/23/camera-plugin-6.0.0-release.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/news/2021/08/23/camera-plugin-6.0.0-release.html</guid>
+        
+        <category>release</category>
+        
+        <category>plugins</category>
+        
+        
+        <category>news</category>
+        
+      </item>
+    
+      <item>
         <title>Cordova Android 10.1.0 Released!</title>
         <description>&lt;p&gt;We are happy to announce that we have just released a minor update for &lt;code&gt;Cordova Android (10.1.0)&lt;/code&gt;!  This is one of Cordova&amp;#39;s supported platforms for building Android mobile applications.&lt;/p&gt;
 
@@ -661,63 +741,5 @@ cordova platform add android@9.1.0
         
       </item>
     
-      <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>
-    
   </channel>
 </rss>
diff --git a/announcements/2021/08/16/cordova-android-10.1.0.html b/news/2021/08/23/camera-plugin-6.0.0-release.html
similarity index 73%
copy from announcements/2021/08/16/cordova-android-10.1.0.html
copy to news/2021/08/23/camera-plugin-6.0.0-release.html
index 0b23b7f..346eb0d 100644
--- a/announcements/2021/08/16/cordova-android-10.1.0.html
+++ b/news/2021/08/23/camera-plugin-6.0.0-release.html
@@ -6,12 +6,12 @@
     <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 a minor update for Cordova Android (10.1.0)!  This is one of Cordova&#39;s supported platforms for buildi...">
+    <meta name="description" content="We are happy to announce that we have just released an update to our Camera plugin!We are happy to announce that we have just released an update for Cordova ...">
 
     <title>
         
             
-                Cordova Android 10.1.0 Released! - Apache Cordova
+                Camera Plugin 6.0.0 Released! - Apache Cordova
             
         
     </title>
@@ -23,7 +23,7 @@
     
     
 
-    <link rel="canonical" href="https://cordova.apache.org/announcements/2021/08/16/cordova-android-10.1.0.html">
+    <link rel="canonical" href="https://cordova.apache.org/news/2021/08/23/camera-plugin-6.0.0-release.html">
 
     <!-- CSS -->
     <link rel="stylesheet" type="text/css" href="/static/css/main.css">
@@ -121,75 +121,79 @@
 
 <div class="post">
     <header>
-        <div class="title">Cordova Android 10.1.0 Released!</div>
+        <div class="title">Camera Plugin 6.0.0 Released!</div>
         <div class="author">By:
             
               Bryan Ellis
             
         </div>
-        <div class="date">16 Aug 2021</div>
+        <div class="date">23 Aug 2021</div>
     </header>
     <section>
         <div>
-            <p>We are happy to announce that we have just released a minor update for <code>Cordova Android (10.1.0)</code>!  This is one of Cordova&#39;s supported platforms for building Android mobile applications.</p>
+            <p>We are happy to announce that we have just released an update to our Camera plugin!</p>
+
+<p>We are happy to announce that we have just released an update for <code>Cordova Camera Plugin (6.0.0)</code>!</p>
 
 <ul>
-<li><a href="https://www.npmjs.com/package/cordova-android">cordova-android@10.1.0</a></li>
+<li><a href="https://www.npmjs.com/package/cordova-plugin-camera">cordova-plugin-camera@6.0.0</a></li>
 </ul>
 
 <p><strong>To upgrade:</strong></p>
-<div class="highlight"><pre><code class="language-bash" data-lang="bash">cordova platform remove android
-cordova platform add android@10.1.0
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">cordova plugin remove cordova-plugin-camera
+cordova plugin add cordova-plugin-camera@6.0.0
 </code></pre></div>
 <h2>Release Highlights</h2>
 
-<p>In this minor release, we:</p>
-
 <ul>
-<li><p><strong>Bump Core Libraries</strong></p>
+<li><p>Requires <strong><code>Cordova-Android</code> 10.x of higher</strong></p>
 
-<ul>
-<li>AndroidX AppCompat@1.3.1</li>
-<li>Google Services Gradle Plugin@4.3.8</li>
-<li>Kotlin@1.5.21</li>
-</ul></li>
-<li><p><strong>Added <code>HTTP</code> Scheme Support</strong></p>
+<p>This major release has bumped the minimum Cordova-Android requirement to 10.x or higher. This requirement change was made for the <strong>AndroidX Only Support</strong> initiative.</p>
 
-<p>In the Cordova-Android 10.0.0 release, we introduced support for the <code>WebViewAssetLoader</code>. By default, we only supported the <code>https</code> scheme. Some users requested <code>http</code> scheme support; as not all users were able to loading resources through a secure protocol.</p>
+<p>If your project is using an older Cordova-Android release, please upgrade the Android platform before using it.</p>
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">cordova platform remove android
+cordova platform add android@10.x
+</code></pre></div></li>
+<li><p><strong><code>AndroidX</code> Only Support</strong></p>
 
-<p>Users are now able to use either <code>https</code> (default) or <code>http</code> by setting the <code>scheme</code> <code>preference</code> flag.</p>
-<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;preference</span> <span class="na">name=</span><span class="s">"scheme"</span> <span class="na">value=</span><span class="s">"http"</span> <span class="nt">/&gt;</span>
-</code></pre></div>
-<p>The default <code>scheme</code> will remain as <code>https</code>, as we believe apps should be secure.</p></li>
-</ul>
+<p>In this release, we have completely migrated to the AndroidX library and no longer support the Android Support Library. </p>
 
-<p>Please report any issues you find at <a href="http://issues.cordova.io/">issues.cordova.io</a>!</p>
+<p>If you were using the <a href="https://www.npmjs.com/package/cordova-plugin-androidx-adapter">cordova-plugin-androidx-adapter</a> plugin to migrate the Camera&#39;s legacy Android Support Library references to the new AndroidX references, it can be removed unless your project is using other third-party plugins that have not migrated to AndroidX.</p></li>
+<li><p><strong>HEIC</strong> Support</p>
 
-<!--more-->
+<p>We introduced support to encode the HEIC file formats to the defined <code>EncodingType</code> for WebView display.</p></li>
+<li><p>Package Visibility Support</p>
 
-<h2>Full Changelog</h2>
+<p>We have updated this plugin to support the breaking changes that were introduced in Android 11 around package visibility.</p>
 
-<p><strong>Features:</strong></p>
+<p>For more information on package visibility, please check out the following Google&#39;s resources:</p>
 
 <ul>
-<li><a href="https://github.com/apache/cordova-android/pull/1213">GH-1213</a> feat: unify <code>create</code> default values &amp; stop project name transform</li>
-<li><a href="https://github.com/apache/cordova-android/pull/1306">GH-1306</a> feat: bump <code>ANDROIDX_APP_COMPAT@1.3.1</code></li>
-<li><a href="https://github.com/apache/cordova-android/pull/1303">GH-1303</a> feat: bump <code>Google Services Gradle Plugin@4.3.8</code></li>
-<li><a href="https://github.com/apache/cordova-android/pull/1302">GH-1302</a> feat: bump <code>kotlin@1.5.21</code></li>
-<li><a href="https://github.com/apache/cordova-android/pull/1298">GH-1298</a> feat: support <code>http</code> w/ <code>content</code> <code>src</code> fix</li>
+<li><a href="ttps://medium.com/androiddevelopers/package-visibility-in-android-11-cc857f221cd9">Package visibility in Android 11</a></li>
+<li><a href="https://developer.android.com/training/package-visibility">Package visibility filtering on Android</a></li>
+</ul></li>
 </ul>
 
-<p><strong>Fixes:</strong></p>
+<p>Please report any issues you find at <a href="http://issues.cordova.io/">issues.cordova.io</a>!</p>
+
+<!--more-->
+
+<h1>Changes include:</h1>
+
+<p><strong>Feature:</strong></p>
 
 <ul>
-<li><a href="https://github.com/apache/cordova-android/pull/1214">GH-1214</a> fix: display project name in Android Studio</li>
-<li><a href="https://github.com/apache/cordova-android/pull/1300">GH-1300</a> fix: fall back to project root <code>repositories.gradle</code></li>
+<li><a href="https://github.com/apache/cordova-plugin-camera/pull/751">GH-751</a> feat(android)!: support <strong>AndroidX</strong></li>
+<li><a href="https://github.com/apache/cordova-plugin-camera/pull/750">GH-750</a> feat(android): bump <code>cordova-android</code> requirements for <code>10.x</code></li>
+<li><a href="https://github.com/apache/cordova-plugin-camera/pull/731">GH-731</a> feat(android): encode <code>heic</code> format to <code>EncodingType</code> for webview display <a href="https://github.com/apache/cordova-plugin-camera/issues/711">#711</a></li>
+<li><a href="https://github.com/apache/cordova-plugin-camera/pull/684">GH-684</a> feat(android): <code>sdk-30</code> package visibility support</li>
 </ul>
 
-<p><strong>Docs:</strong></p>
+<p><strong>Fix:</strong></p>
 
 <ul>
-<li><a href="https://github.com/apache/cordova-android/pull/1308">GH-1308</a> doc: update <code>README</code> about development &amp; testing</li>
+<li><a href="https://github.com/apache/cordova-plugin-camera/pull/687">GH-687</a> fix(android): return exception message (where it exists)</li>
+<li><a href="https://github.com/apache/cordova-plugin-camera/pull/585">GH-585</a> fix(android): file path correction if <code>Uri</code> authority is <code>FileProvider</code></li>
 </ul>
 
         </div>
@@ -198,13 +202,13 @@ cordova platform add android@10.1.0
         <div class="row">
             <div class="col-sm-6">
                 
-                    <a href="/announcements/2021/07/30/cordova-android-10.0.1.html">Previous</a>
+                    <a href="/announcements/2021/08/16/cordova-android-10.1.0.html">Previous</a>
                     <br>
                     <br>
-                    <a class="title" href="/announcements/2021/07/30/cordova-android-10.0.1.html">Cordova Android 10.0.1 Released!</a>
-                    <div class="date"> 30 Jul 2021 - By Bryan Ellis </div>
+                    <a class="title" href="/announcements/2021/08/16/cordova-android-10.1.0.html">Cordova Android 10.1.0 Released!</a>
+                    <div class="date"> 16 Aug 2021 - By Bryan Ellis </div>
                     <p class="content">
-                        We are happy to announce that we have just released a bugfix...
+                        We are happy to announce that we have just released a minor...
                     </p>
                 
             </div>
diff --git a/sitemap.xml b/sitemap.xml
index b169f32..f576e04 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -4,6 +4,11 @@
 <!-- posts -->
 
 <url>
+    <loc>https://cordova.apache.org/news/2021/08/23/camera-plugin-6.0.0-release.html</loc>
+</url>
+
+
+<url>
     <loc>https://cordova.apache.org/announcements/2021/08/16/cordova-android-10.1.0.html</loc>
 </url>
 
diff --git a/static/js/index.js b/static/js/index.js
index d418bda..488500a 100644
--- a/static/js/index.js
+++ b/static/js/index.js
@@ -77,6 +77,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Mon, 23 Aug 2021 00:00:00 +0000');
         dates.push('Mon, 16 Aug 2021 00:00:00 +0000');
         dates.push('Fri, 30 Jul 2021 00:00:00 +0000');
         dates.push('Tue, 20 Jul 2021 00:00:00 +0000');

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