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 92d102d39d Deploying to asf-site from @ 
apache/cordova-docs@5d78b092ffc339ba1e87f90300ae2c4ff79478db 🚀
92d102d39d is described below

commit 92d102d39db95bf963ade63a7ee521db49a2b129
Author: erisu <er...@users.noreply.github.com>
AuthorDate: Thu Feb 27 04:09:20 2025 +0000

    Deploying to asf-site from @ 
apache/cordova-docs@5d78b092ffc339ba1e87f90300ae2c4ff79478db 🚀
---
 announcements/2025/02/02/cordova-common-5.0.1.html |  20 +++
 .../cordova-plugin-media-capture-6.0.0.html}       |  89 ++++++++----
 blog/index.html                                    |  58 +++++++-
 feed.xml                                           | 161 +++++++++++----------
 sitemap.xml                                        |   5 +
 static/js/index.js                                 |   1 +
 6 files changed, 232 insertions(+), 102 deletions(-)

diff --git a/announcements/2025/02/02/cordova-common-5.0.1.html 
b/announcements/2025/02/02/cordova-common-5.0.1.html
index b786b2ed62..066251ea53 100644
--- a/announcements/2025/02/02/cordova-common-5.0.1.html
+++ b/announcements/2025/02/02/cordova-common-5.0.1.html
@@ -183,6 +183,26 @@
             </div>
             <div class="col-sm-6">
                 
+                    <a 
href="/announcements/2025/02/26/cordova-plugin-media-capture-6.0.0.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" 
href="/announcements/2025/02/26/cordova-plugin-media-capture-6.0.0.html">Media 
Capture Plugin 6.0.0 Released!</a>
+                    <div class="date"> 26 Feb 2025 - 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/announcements/2025/02/02/cordova-common-5.0.1.html 
b/announcements/2025/02/26/cordova-plugin-media-capture-6.0.0.html
similarity index 70%
copy from announcements/2025/02/02/cordova-common-5.0.1.html
copy to announcements/2025/02/26/cordova-plugin-media-capture-6.0.0.html
index b786b2ed62..5452efe88f 100644
--- a/announcements/2025/02/02/cordova-common-5.0.1.html
+++ b/announcements/2025/02/26/cordova-plugin-media-capture-6.0.0.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 
cordova-common@5.0.1 has been released. This is one of the libraries used 
behind-the-scenes by nearly all of the Cordova toolin...">
+    <meta name="description" content="We are happy to announce that we have 
just released an update for cordova-plugin-media-capture!  
cordova-plugin-media-capture@6.0.0To upgrade:cordova plugin ...">
 
     <title>
         
             
-                Cordova Common 5.0.1 Released! - Apache Cordova
+                Media Capture Plugin 6.0.0 Released! - Apache Cordova
             
         
     </title>
@@ -23,7 +23,7 @@
     
     
 
-    <link rel="canonical" 
href="https://cordova.apache.org/announcements/2025/02/02/cordova-common-5.0.1.html";>
+    <link rel="canonical" 
href="https://cordova.apache.org/announcements/2025/02/26/cordova-plugin-media-capture-6.0.0.html";>
 
     <!-- CSS -->
     <link rel="stylesheet" type="text/css" href="/static/css/main.css">
@@ -123,46 +123,83 @@
 
 <div class="post">
     <header>
-        <div class="title">Cordova Common 5.0.1 Released!</div>
+        <div class="title">Media Capture Plugin 6.0.0 Released!</div>
         <div class="author">By:
             
               Bryan Ellis
             
         </div>
-        <div class="date">02 Feb 2025</div>
+        <div class="date">26 Feb 2025</div>
     </header>
     <section>
         <div>
-            <p>We are happy to announce that <code>cordova-common@5.0.1</code> 
has been released. This is one of the libraries used behind-the-scenes by 
nearly all of the Cordova tooling and provides utilities for dealing with 
things like <code>config.xml</code> parsing.</p>
+            <p>We are happy to announce that we have just released an update 
for <code>cordova-plugin-media-capture</code>!</p>
+
+<ul>
+  <li><a 
href="https://www.npmjs.com/package/cordova-plugin-media-capture/v/6.0.0";>cordova-plugin-media-capture@6.0.0</a></li>
+</ul>
+
+<p><strong>To upgrade:</strong></p>
+
+<div class="language-bash highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>cordova plugin remove cordova-plugin-media-capture
+cordova plugin add cordova-plugin-media-capture@6.0.0
+</code></pre></div></div>
 
 <h2>Release Highlights</h2>
 
-<p>The most notable changes in this patch release were updates to the 
dependencies used by this tool. Some dependencies were replaced with Node 
internals, reducing the overall dependency requirements.</p>
+<p>This major release primarily focused on <strong>ensuring</strong> that the 
plugin complies with Android&#39;s new strict permission requirements.</p>
+
+<p>Specifically, it <strong>removes</strong> unnecessary permissions such 
as:</p>
+
+<ul>
+  <li><code>android.permission.READ_EXTERNAL_STORAGE</code></li>
+  <li><code>android.permission.WRITE_EXTERNAL_STORAGE</code></li>
+  <li><code>android.permission.RECORD_AUDIO</code></li>
+</ul>
+
+<p>Additionally, it <strong>removes</strong> broad media permissions:</p>
+
+<ul>
+  <li><code>android.permission.READ_MEDIA_AUDIO</code></li>
+  <li><code>android.permission.READ_MEDIA_IMAGES</code></li>
+  <li><code>android.permission.READ_MEDIA_VIDEO</code></li>
+</ul>
+
+<p>Please report any issues you find by following the <a 
href="https://github.com/apache/cordova#filing-a-bug";>How to File a Bug</a> 
guide!</p>
 
 <!--more-->
 <h1>Changes include:</h1>
 
-<p><strong>Chores:</strong></p>
+<p><strong>Breaking Changes:</strong></p>
+
+<ul>
+  <li><a 
href="https://github.com/apache/cordova-plugin-media-capture/pull/308";>GH-308</a>
 feat(android)!: remove unnecessary permissions</li>
+  <li><a 
href="https://github.com/apache/cordova-plugin-media-capture/pull/280";>GH-280</a>
 feat(android)!: remove RECORD_AUDIO permission not requested at runtime</li>
+  <li><a 
href="https://github.com/apache/cordova-plugin-media-capture/pull/295";>GH-295</a>
 fix(android)!: remove broad media permissions</li>
+</ul>
+
+<p><strong>Features:</strong></p>
+
+<ul>
+  <li><a 
href="https://github.com/apache/cordova-plugin-media-capture/pull/281";>GH-281</a>
 feat(android): Field &#39;storagePermissions&#39; may be &#39;final&#39;</li>
+</ul>
+
+<p><strong>Fixes:</strong></p>
 
 <ul>
-  <li><a href="https://github.com/apache/cordova-common/pull/222";>GH-222</a> 
chore: bump npm dependencies to current minor revisions</li>
-  <li><a href="https://github.com/apache/cordova-common/pull/217";>GH-217</a> 
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6</li>
-  <li><a href="https://github.com/apache/cordova-common/pull/214";>GH-214</a> 
chore(deps): bump micromatch from 4.0.5 to 4.0.8</li>
-  <li><a href="https://github.com/apache/cordova-common/pull/211";>GH-211</a> 
chore: Minor test fixes</li>
-  <li><a href="https://github.com/apache/cordova-common/pull/210";>GH-210</a> 
chore: Don&#39;t list dev dependencies in NOTICE</li>
-  <li><a href="https://github.com/apache/cordova-common/pull/208";>GH-208</a> 
chore(deps): bump braces from 3.0.2 to 3.0.3</li>
-  <li><a href="https://github.com/apache/cordova-common/pull/203";>GH-203</a> 
chore(deps): Modernize some dependencies</li>
-  <li><a href="https://github.com/apache/cordova-common/pull/204";>GH-204</a> 
chore: fix typo in license checker&#39;s ignored-packages config</li>
+  <li><a 
href="https://github.com/apache/cordova-plugin-media-capture/pull/307";>GH-307</a>
 fix(android): Remove usage of Media Store queries</li>
+  <li><a 
href="https://github.com/apache/cordova-plugin-media-capture/pull/302";>GH-302</a>
 fix(android): save media capture to File Provider</li>
 </ul>
 
-<p><strong>CI:</strong></p>
+<p><strong>Chores, Refactoring, CI:</strong></p>
 
 <ul>
-  <li><a href="https://github.com/apache/cordova-common/pull/218";>GH-218</a> 
ci: Fix dependabot PR failures</li>
-  <li><a href="https://github.com/apache/cordova-common/pull/207";>GH-207</a> 
ci: Add NodeJS 22 to CI matrix</li>
-  <li><a href="https://github.com/apache/cordova-common/pull/206";>GH-206</a> 
ci: Set up CodeQL analysis</li>
-  <li><a href="https://github.com/apache/cordova-common/pull/205";>GH-205</a> 
ci: update codecov@v4 w/ token</li>
-  <li><a href="https://github.com/apache/cordova-common/pull/202";>GH-202</a> 
ci: add release audit workflow</li>
+  <li><a 
href="https://github.com/apache/cordova-plugin-media-capture/pull/306";>GH-306</a>
 chore: upgrade eslint config and rolled dependencies</li>
+  <li><a 
href="https://github.com/apache/cordova-plugin-media-capture/pull/305";>GH-305</a>
 chore: npmrc</li>
+  <li><a 
href="https://github.com/apache/cordova-plugin-media-capture/pull/284";>GH-284</a>
 chore: update asf config</li>
+  <li><a 
href="https://github.com/apache/cordova-plugin-media-capture/pull/309";>GH-309</a>
 refactor(android): cleanup unused or obsolete code</li>
+  <li><a 
href="https://github.com/apache/cordova-plugin-media-capture/pull/304";>GH-304</a>
 ci(ios): update workflow environment</li>
+  <li><a 
href="https://github.com/apache/cordova-plugin-media-capture/pull/301";>GH-301</a>
 ci: sync workflow w/ paramedic</li>
 </ul>
 
         </div>
@@ -171,13 +208,13 @@
         <div class="row">
             <div class="col-sm-6">
                 
-                    <a 
href="/announcements/2025/01/31/meetup-1-recording.html">Previous</a>
+                    <a 
href="/announcements/2025/02/02/cordova-common-5.0.1.html">Previous</a>
                     <br>
                     <br>
-                    <a class="title" 
href="/announcements/2025/01/31/meetup-1-recording.html">Cordova 2024 recap and 
plans for 2025 - Meetup recording</a>
-                    <div class="date"> 31 Jan 2025 - By Niklas Merz </div>
+                    <a class="title" 
href="/announcements/2025/02/02/cordova-common-5.0.1.html">Cordova Common 5.0.1 
Released!</a>
+                    <div class="date"> 02 Feb 2025 - By Bryan Ellis </div>
                     <p class="content">
-                        We kicked off 2025 with a very successful virtual 
meetup! Thank you...
+                        We are happy to announce that cordova-common@5.0.1 has 
been released. This is...
                     </p>
                 
             </div>
diff --git a/blog/index.html b/blog/index.html
index dbea19c1cc..19408c6eaf 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -124,6 +124,62 @@
         </h1>
         <ul class="posts">
             
+            <li>
+                <header>
+                    <div class="adorner" blogTime="Wed, 26 Feb 2025 00:00:00 
+0000"></div>
+                    <h2 class="title">
+                        <a 
href="/announcements/2025/02/26/cordova-plugin-media-capture-6.0.0.html">Media 
Capture Plugin 6.0.0 Released!</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">26 Feb 2025</span>
+                        - by
+                        <span class="author">
+                            
+                                Bryan Ellis
+                            
+                        </span>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that we have just released 
an update for <code>cordova-plugin-media-capture</code>!</p>
+
+<ul>
+  <li><a 
href="https://www.npmjs.com/package/cordova-plugin-media-capture/v/6.0.0";>cordova-plugin-media-capture@6.0.0</a></li>
+</ul>
+
+<p><strong>To upgrade:</strong></p>
+
+<div class="language-bash highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>cordova plugin remove cordova-plugin-media-capture
+cordova plugin add cordova-plugin-media-capture@6.0.0
+</code></pre></div></div>
+
+<h2>Release Highlights</h2>
+
+<p>This major release primarily focused on <strong>ensuring</strong> that the 
plugin complies with Android&#39;s new strict permission requirements.</p>
+
+<p>Specifically, it <strong>removes</strong> unnecessary permissions such 
as:</p>
+
+<ul>
+  <li><code>android.permission.READ_EXTERNAL_STORAGE</code></li>
+  <li><code>android.permission.WRITE_EXTERNAL_STORAGE</code></li>
+  <li><code>android.permission.RECORD_AUDIO</code></li>
+</ul>
+
+<p>Additionally, it <strong>removes</strong> broad media permissions:</p>
+
+<ul>
+  <li><code>android.permission.READ_MEDIA_AUDIO</code></li>
+  <li><code>android.permission.READ_MEDIA_IMAGES</code></li>
+  <li><code>android.permission.READ_MEDIA_VIDEO</code></li>
+</ul>
+
+<p>Please report any issues you find by following the <a 
href="https://github.com/apache/cordova#filing-a-bug";>How to File a Bug</a> 
guide!</p>
+
+</p>
+                    <div><a 
href="/announcements/2025/02/26/cordova-plugin-media-capture-6.0.0.html">More...</a></div>
+                </section>
+            </li>
+            
             <li>
                 <header>
                     <div class="adorner" blogTime="Sun, 02 Feb 2025 00:00:00 
+0000"></div>
@@ -14424,7 +14480,7 @@ just around the corner (July 19, 2013), and we are 
really excited about it!</p>
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Sun, 02 Feb 2025 00:00:00 
+0000").getTime();
+            var lastPostTime = new Date("Wed, 26 Feb 2025 00:00:00 
+0000").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };
diff --git a/feed.xml b/feed.xml
index a6a04f884b..d2972c94f1 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,10 +6,94 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Wed, 26 Feb 2025 23:08:50 +0000</pubDate>
-    <lastBuildDate>Wed, 26 Feb 2025 23:08:50 +0000</lastBuildDate>
+    <pubDate>Thu, 27 Feb 2025 04:08:29 +0000</pubDate>
+    <lastBuildDate>Thu, 27 Feb 2025 04:08:29 +0000</lastBuildDate>
     <generator>Jekyll v4.4.1</generator>
     
+      <item>
+        <title>Media Capture Plugin 6.0.0 Released!</title>
+        <description>&lt;p&gt;We are happy to announce that we have just 
released an update for 
&lt;code&gt;cordova-plugin-media-capture&lt;/code&gt;!&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://www.npmjs.com/package/cordova-plugin-media-capture/v/6.0.0&quot;&gt;cordova-plugin-media-capture@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;language-bash highlighter-rouge&quot;&gt;&lt;div 
class=&quot;highlight&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;cordova plugin remove 
cordova-plugin-media-capture
+cordova plugin add cordova-plugin-media-capture@6.0.0
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
+
+&lt;h2&gt;Release Highlights&lt;/h2&gt;
+
+&lt;p&gt;This major release primarily focused on 
&lt;strong&gt;ensuring&lt;/strong&gt; that the plugin complies with 
Android&amp;#39;s new strict permission requirements.&lt;/p&gt;
+
+&lt;p&gt;Specifically, it &lt;strong&gt;removes&lt;/strong&gt; unnecessary 
permissions such as:&lt;/p&gt;
+
+&lt;ul&gt;
+  
&lt;li&gt;&lt;code&gt;android.permission.READ_EXTERNAL_STORAGE&lt;/code&gt;&lt;/li&gt;
+  
&lt;li&gt;&lt;code&gt;android.permission.WRITE_EXTERNAL_STORAGE&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;code&gt;android.permission.RECORD_AUDIO&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Additionally, it &lt;strong&gt;removes&lt;/strong&gt; broad media 
permissions:&lt;/p&gt;
+
+&lt;ul&gt;
+  
&lt;li&gt;&lt;code&gt;android.permission.READ_MEDIA_AUDIO&lt;/code&gt;&lt;/li&gt;
+  
&lt;li&gt;&lt;code&gt;android.permission.READ_MEDIA_IMAGES&lt;/code&gt;&lt;/li&gt;
+  
&lt;li&gt;&lt;code&gt;android.permission.READ_MEDIA_VIDEO&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Please report any issues you find by following the &lt;a 
href=&quot;https://github.com/apache/cordova#filing-a-bug&quot;&gt;How to File 
a Bug&lt;/a&gt; guide!&lt;/p&gt;
+
+&lt;!--more--&gt;
+&lt;h1&gt;Changes include:&lt;/h1&gt;
+
+&lt;p&gt;&lt;strong&gt;Breaking Changes:&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media-capture/pull/308&quot;&gt;GH-308&lt;/a&gt;
 feat(android)!: remove unnecessary permissions&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media-capture/pull/280&quot;&gt;GH-280&lt;/a&gt;
 feat(android)!: remove RECORD_AUDIO permission not requested at 
runtime&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media-capture/pull/295&quot;&gt;GH-295&lt;/a&gt;
 fix(android)!: remove broad media permissions&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;Features:&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media-capture/pull/281&quot;&gt;GH-281&lt;/a&gt;
 feat(android): Field &amp;#39;storagePermissions&amp;#39; may be 
&amp;#39;final&amp;#39;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;Fixes:&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media-capture/pull/307&quot;&gt;GH-307&lt;/a&gt;
 fix(android): Remove usage of Media Store queries&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media-capture/pull/302&quot;&gt;GH-302&lt;/a&gt;
 fix(android): save media capture to File Provider&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;Chores, Refactoring, CI:&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media-capture/pull/306&quot;&gt;GH-306&lt;/a&gt;
 chore: upgrade eslint config and rolled dependencies&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media-capture/pull/305&quot;&gt;GH-305&lt;/a&gt;
 chore: npmrc&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media-capture/pull/284&quot;&gt;GH-284&lt;/a&gt;
 chore: update asf config&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media-capture/pull/309&quot;&gt;GH-309&lt;/a&gt;
 refactor(android): cleanup unused or obsolete code&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media-capture/pull/304&quot;&gt;GH-304&lt;/a&gt;
 ci(ios): update workflow environment&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media-capture/pull/301&quot;&gt;GH-301&lt;/a&gt;
 ci: sync workflow w/ paramedic&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Wed, 26 Feb 2025 00:00:00 +0000</pubDate>
+        
<link>https://cordova.apache.org/announcements/2025/02/26/cordova-plugin-media-capture-6.0.0.html</link>
+        <guid 
isPermaLink="true">https://cordova.apache.org/announcements/2025/02/26/cordova-plugin-media-capture-6.0.0.html</guid>
+        
+        <category>news</category>
+        
+        <category>releases</category>
+        
+        
+        <category>announcements</category>
+        
+      </item>
+    
       <item>
         <title>Cordova Common 5.0.1 Released!</title>
         <description>&lt;p&gt;We are happy to announce that 
&lt;code&gt;cordova-common@5.0.1&lt;/code&gt; has been released. This is one of 
the libraries used behind-the-scenes by nearly all of the Cordova tooling and 
provides utilities for dealing with things like 
&lt;code&gt;config.xml&lt;/code&gt; parsing.&lt;/p&gt;
@@ -702,79 +786,6 @@ This resolves numerous issues around CocoaPods, 
multi-target projects, and Info.
         <category>releases</category>
         
         
-        <category>announcements</category>
-        
-      </item>
-    
-      <item>
-        <title>Cordova iOS 7.1.1 Released!</title>
-        <description>&lt;p&gt;We are happy to announce that we have just 
released &lt;code&gt;Cordova iOS 7.1.1&lt;/code&gt;! This is one of 
Cordova&amp;#39;s supported platforms for building iOS 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@7.1.1&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;language-bash highlighter-rouge&quot;&gt;&lt;div 
class=&quot;highlight&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;cordova platform remove ios
-cordova platform add ios@7.1.1
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
-
-&lt;p&gt;&lt;strong&gt;To install:&lt;/strong&gt;&lt;/p&gt;
-
-&lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div 
class=&quot;highlight&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;cordova platform add ios@7.1.1
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
-
-&lt;h2&gt;Release Highlights&lt;/h2&gt;
-
-&lt;h3&gt;Fixes&lt;/h3&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;
-    &lt;p&gt;&lt;strong&gt;Properly uninstall plugins with asset 
tags&lt;/strong&gt;&lt;/p&gt;
-
-    &lt;p&gt;Fixed issues where plugins were not uninstalling properly if the 
plugin had &lt;code&gt;&amp;lt;asset&amp;gt;&lt;/code&gt; tags defined in 
&lt;code&gt;plugin.xml&lt;/code&gt;.&lt;/p&gt;
-  &lt;/li&gt;
-  &lt;li&gt;
-    &lt;p&gt;&lt;strong&gt;Version warnings during plugin 
add&lt;/strong&gt;&lt;/p&gt;
-
-    &lt;p&gt;Fixed an issue that displayed version check failure warnings when 
installing plugins.&lt;/p&gt;
-  &lt;/li&gt;
-  &lt;li&gt;
-    &lt;p&gt;&lt;strong&gt;Moved 
&lt;code&gt;CODE_SIGN_ENTITLEMENTS&lt;/code&gt; to the target settings of the 
application target within the Xcode project.&lt;/strong&gt;&lt;/p&gt;
-  &lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;Please report any issues you find on our &lt;a 
href=&quot;https://github.com/apache/cordova-iOS/issues&quot;&gt;Cordova-iOS&lt;/a&gt;
 GitHub issue tracker!&lt;/p&gt;
-
-&lt;!--more--&gt;
-&lt;h1&gt;Changes include:&lt;/h1&gt;
-
-&lt;p&gt;&lt;strong&gt;Fixes:&lt;/strong&gt;&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1446&quot;&gt;GH-1446&lt;/a&gt;
 fix: uninstall plugin with &lt;code&gt;asset&lt;/code&gt; tag&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1435&quot;&gt;GH-1435&lt;/a&gt;
 fix: Fix version checking helper scripts&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1436&quot;&gt;GH-1436&lt;/a&gt;
 fix: Properly set the webview config when it is provided&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1438&quot;&gt;GH-1438&lt;/a&gt;
 fix: Set CodeSigning Entitlements in Xcode Project at Target level&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;&lt;strong&gt;Others:&lt;/strong&gt;&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1426&quot;&gt;GH-1426&lt;/a&gt;
 chore: Update CordovaLib.xcodeproj fixture&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-ios/pull/1419&quot;&gt;GH-1419&lt;/a&gt;
 ci: update codecov@v4 w/ token&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Wed, 24 Jul 2024 00:00:00 +0000</pubDate>
-        
<link>https://cordova.apache.org/announcements/2024/07/24/cordova-ios-7.1.1.html</link>
-        <guid 
isPermaLink="true">https://cordova.apache.org/announcements/2024/07/24/cordova-ios-7.1.1.html</guid>
-        
-        <category>news</category>
-        
-        <category>releases</category>
-        
-        
         <category>announcements</category>
         
       </item>
diff --git a/sitemap.xml b/sitemap.xml
index 3eb1d10ddf..99f1021a4d 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,6 +3,11 @@
 
 <!-- posts -->
 
+<url>
+    
<loc>https://cordova.apache.org/announcements/2025/02/26/cordova-plugin-media-capture-6.0.0.html</loc>
+</url>
+
+
 <url>
     
<loc>https://cordova.apache.org/announcements/2025/02/02/cordova-common-5.0.1.html</loc>
 </url>
diff --git a/static/js/index.js b/static/js/index.js
index c82a34173d..356fa224a1 100644
--- a/static/js/index.js
+++ b/static/js/index.js
@@ -47,6 +47,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Wed, 26 Feb 2025 00:00:00 +0000');
         dates.push('Sun, 02 Feb 2025 00:00:00 +0000');
         dates.push('Fri, 31 Jan 2025 00:00:00 +0000');
         dates.push('Wed, 08 Jan 2025 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