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 dec79fda9 Deploying to asf-site from @ 
apache/cordova-docs@8a9e8df0a8b5856ac91395c0262dc57af33e8514 🚀
dec79fda9 is described below

commit dec79fda9e6899cb57814d1b57e13a001f7bb48f
Author: erisu <er...@users.noreply.github.com>
AuthorDate: Wed Nov 16 05:21:30 2022 +0000

    Deploying to asf-site from @ 
apache/cordova-docs@8a9e8df0a8b5856ac91395c0262dc57af33e8514 🚀
---
 .../2022/11/15/cordova-common-release-4.1.0.html   |  51 ++++-----
 blog/index.html                                    |  33 +++++-
 feed.xml                                           | 116 ++++++++-------------
 news/2022/09/09/media-plugin-6.1.0.html            |  20 ++++
 sitemap.xml                                        |   5 +
 static/js/index.js                                 |   1 +
 6 files changed, 123 insertions(+), 103 deletions(-)

diff --git a/news/2022/09/09/media-plugin-6.1.0.html 
b/announcements/2022/11/15/cordova-common-release-4.1.0.html
similarity index 78%
copy from news/2022/09/09/media-plugin-6.1.0.html
copy to announcements/2022/11/15/cordova-common-release-4.1.0.html
index f16ac907f..06054898c 100644
--- a/news/2022/09/09/media-plugin-6.1.0.html
+++ b/announcements/2022/11/15/cordova-common-release-4.1.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 we have 
just released an update for cordova-plugin-media!  cordova-plugin-media@6.1.0To 
upgrade:cordova plugin remove cordova-p...">
+    <meta name="description" content="We are happy to announce that 
cordova-common@4.1.0. This is one of the libraries used behind-the-scenes by 
nearly all of the Cordova tooling and provides uti...">
 
     <title>
         
             
-                Media Plugin 6.1.0 Released! - Apache Cordova
+                Cordova Common 4.1.0 Released! - Apache Cordova
             
         
     </title>
@@ -23,7 +23,7 @@
     
     
 
-    <link rel="canonical" 
href="https://cordova.apache.org/news/2022/09/09/media-plugin-6.1.0.html";>
+    <link rel="canonical" 
href="https://cordova.apache.org/announcements/2022/11/15/cordova-common-release-4.1.0.html";>
 
     <!-- CSS -->
     <link rel="stylesheet" type="text/css" href="/static/css/main.css">
@@ -129,44 +129,39 @@
 
 <div class="post">
     <header>
-        <div class="title">Media Plugin 6.1.0 Released!</div>
+        <div class="title">Cordova Common 4.1.0 Released!</div>
         <div class="author">By:
             
               Bryan Ellis
             
         </div>
-        <div class="date">09 Sep 2022</div>
+        <div class="date">15 Nov 2022</div>
     </header>
     <section>
         <div>
-            <p>We are happy to announce that we have just released an update 
for <code>cordova-plugin-media</code>!</p>
-
-<ul>
-  <li><a 
href="https://www.npmjs.com/package/cordova-plugin-media";>cordova-plugin-media@6.1.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
-cordova plugin add cordova-plugin-media@6.1.0
-</code></pre></div></div>
+            <p>We are happy to announce that 
<code>cordova-common@4.1.0</code>. 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>
 
 <h2>Release Highlights</h2>
 
-<p>For Android, we updated the media error response object to include the 
&quot;message&quot; property. This property will provide additional information 
about the error. It also syncs in line with the media error response object 
that iOS returns.</p>
-
-<p>For iOS, file scheme support has been implemented. Two fixes were applied 
to prevent crashes that occured when fetching the position while the time was 
not defined and to ensured that the category was defined after the recording 
was released.</p>
+<p>The most notable improvement in this minor release is the ability to pass 
nearly all XML DOM element attributes to the platform&#39;s JS tooling. By 
passing down all attribute data, Cordova-Common no longer needs to be updated 
for adding and supporting new platform attributes.</p>
 
-<p>Please report any issues you find by following the this <a 
href="https://github.com/apache/cordova#filing-a-bug";>How to File a Bug</a> 
guide!</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>
 
 <ul>
-  <li><a 
href="https://github.com/apache/cordova-plugin-media/pull/357";>GH-357</a> 
feat(android): add &#39;<code>message</code>&#39; field to media error <a 
href="https://issues.apache.org/jira/browse/CB-11641";>CB-11641</a></li>
-  <li><a 
href="https://github.com/apache/cordova-plugin-media/pull/352";>GH-352</a> 
feat(ios): support <code>file</code> scheme</li>
-  <li><a 
href="https://github.com/apache/cordova-plugin-media/pull/354";>GH-354</a> 
fix(ios): Reset default audio session category when release (<a 
href="https://issues.apache.org/jira/browse/CB-13243";>CB-13243</a>)</li>
-  <li><a 
href="https://github.com/apache/cordova-plugin-media/pull/353";>GH-353</a> 
fix(ios): error on <code>getPosition</code> when time is <code>nan</code></li>
+  <li><a href="https://github.com/apache/cordova-common/pull/181";>GH-181</a> 
feat(PluginInfo): Allow XML Attributes to be passed through to core 
platforms</li>
+  <li><a href="https://github.com/apache/cordova-common/pull/158";>GH-158</a> 
fix(ConfigChanges): do not pass PlistValue to 
<code>xml_helpers.resolveParent</code></li>
+  <li><a href="https://github.com/apache/cordova-common/pull/162";>GH-162</a> 
refactor(PlatformMunger): DRY &amp; simplify config munging</li>
+  <li><a href="https://github.com/apache/cordova-common/pull/160";>GH-160</a> 
refactor(xml-helpers): document &amp; check function signature types</li>
+  <li><a href="https://github.com/apache/cordova-common/pull/159";>GH-159</a> 
refactor(ConfigChanges): use for-of loop for iterating over array</li>
+  <li><a href="https://github.com/apache/cordova-common/pull/184";>GH-184</a> 
chore: rebuild package-lock.json</li>
+  <li><a href="https://github.com/apache/cordova-common/pull/176";>GH-176</a> 
chore(npm): rebuilt package-lock to v2</li>
+  <li><a href="https://github.com/apache/cordova-common/pull/173";>GH-173</a> 
chore: npmrc</li>
+  <li><a href="https://github.com/apache/cordova-common/pull/180";>GH-180</a> 
ci: Remove Node 10/12 from matrix. Added Node 16 and 18.</li>
+  <li><a href="https://github.com/apache/cordova-common/pull/150";>GH-150</a> 
ci: add node 14 to workflow</li>
+  <li><a href="https://github.com/apache/cordova-common/pull/161";>GH-161</a> 
test: fix invalid config for jasmine-spec-reporter</li>
 </ul>
 
         </div>
@@ -175,13 +170,13 @@ cordova plugin add cordova-plugin-media@6.1.0
         <div class="row">
             <div class="col-sm-6">
                 
-                    <a 
href="/announcements/2022/07/12/cordova-android-release-11.0.0.html">Previous</a>
+                    <a 
href="/news/2022/09/09/media-plugin-6.1.0.html">Previous</a>
                     <br>
                     <br>
-                    <a class="title" 
href="/announcements/2022/07/12/cordova-android-release-11.0.0.html">Cordova 
Android 11.0.0 Released!</a>
-                    <div class="date"> 12 Jul 2022 - By Bryan Ellis </div>
+                    <a class="title" 
href="/news/2022/09/09/media-plugin-6.1.0.html">Media Plugin 6.1.0 Released!</a>
+                    <div class="date"> 09 Sep 2022 - By Bryan Ellis </div>
                     <p class="content">
-                        We are happy to announce that we have just released 
Cordova Android...
+                        We are happy to announce that we have just released an 
update...
                     </p>
                 
             </div>
diff --git a/blog/index.html b/blog/index.html
index 44c194f1a..f292f8ad8 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -130,6 +130,37 @@
         </h1>
         <ul class="posts">
             
+            <li>
+                <header>
+                    <div class="adorner" blogTime="Tue, 15 Nov 2022 00:00:00 
+0000"></div>
+                    <h2 class="title">
+                        <a 
href="/announcements/2022/11/15/cordova-common-release-4.1.0.html">Cordova 
Common 4.1.0 Released!</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">15 Nov 2022</span>
+                        - by
+                        <span class="author">
+                            
+                                Bryan Ellis
+                            
+                        </span>
+                        <a class="comment" 
href="/announcements/2022/11/15/cordova-common-release-4.1.0.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that 
<code>cordova-common@4.1.0</code>. 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>
+
+<h2>Release Highlights</h2>
+
+<p>The most notable improvement in this minor release is the ability to pass 
nearly all XML DOM element attributes to the platform&#39;s JS tooling. By 
passing down all attribute data, Cordova-Common no longer needs to be updated 
for adding and supporting new platform attributes.</p>
+
+<p>Please report any issues you find at <a 
href="http://issues.cordova.io/";>issues.cordova.io</a>!</p>
+
+</p>
+                    <div><a 
href="/announcements/2022/11/15/cordova-common-release-4.1.0.html">More...</a></div>
+                </section>
+            </li>
+            
             <li>
                 <header>
                     <div class="adorner" blogTime="Fri, 09 Sep 2022 00:00:00 
+0000"></div>
@@ -12570,7 +12601,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Fri, 09 Sep 2022 00:00:00 
+0000").getTime();
+            var lastPostTime = new Date("Tue, 15 Nov 2022 00:00:00 
+0000").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };
diff --git a/feed.xml b/feed.xml
index 83d346fb9..013b61fd2 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,10 +6,50 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Tue, 01 Nov 2022 15:17:18 +0000</pubDate>
-    <lastBuildDate>Tue, 01 Nov 2022 15:17:18 +0000</lastBuildDate>
+    <pubDate>Wed, 16 Nov 2022 05:20:17 +0000</pubDate>
+    <lastBuildDate>Wed, 16 Nov 2022 05:20:17 +0000</lastBuildDate>
     <generator>Jekyll v4.3.1</generator>
     
+      <item>
+        <title>Cordova Common 4.1.0 Released!</title>
+        <description>&lt;p&gt;We are happy to announce that 
&lt;code&gt;cordova-common@4.1.0&lt;/code&gt;. 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 improvement in this minor release is the ability to 
pass nearly all XML DOM element attributes to the platform&amp;#39;s JS 
tooling. By passing down all attribute data, Cordova-Common no longer needs to 
be updated for adding and supporting new platform attributes.&lt;/p&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-common/pull/181&quot;&gt;GH-181&lt;/a&gt;
 feat(PluginInfo): Allow XML Attributes to be passed through to core 
platforms&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-common/pull/158&quot;&gt;GH-158&lt;/a&gt;
 fix(ConfigChanges): do not pass PlistValue to 
&lt;code&gt;xml_helpers.resolveParent&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-common/pull/162&quot;&gt;GH-162&lt;/a&gt;
 refactor(PlatformMunger): DRY &amp;amp; simplify config munging&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-common/pull/160&quot;&gt;GH-160&lt;/a&gt;
 refactor(xml-helpers): document &amp;amp; check function signature 
types&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-common/pull/159&quot;&gt;GH-159&lt;/a&gt;
 refactor(ConfigChanges): use for-of loop for iterating over array&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-common/pull/184&quot;&gt;GH-184&lt;/a&gt;
 chore: rebuild package-lock.json&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-common/pull/176&quot;&gt;GH-176&lt;/a&gt;
 chore(npm): rebuilt package-lock to v2&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-common/pull/173&quot;&gt;GH-173&lt;/a&gt;
 chore: npmrc&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-common/pull/180&quot;&gt;GH-180&lt;/a&gt;
 ci: Remove Node 10/12 from matrix. Added Node 16 and 18.&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-common/pull/150&quot;&gt;GH-150&lt;/a&gt;
 ci: add node 14 to workflow&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-common/pull/161&quot;&gt;GH-161&lt;/a&gt;
 test: fix invalid config for jasmine-spec-reporter&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Tue, 15 Nov 2022 00:00:00 +0000</pubDate>
+        
<link>https://cordova.apache.org/announcements/2022/11/15/cordova-common-release-4.1.0.html</link>
+        <guid 
isPermaLink="true">https://cordova.apache.org/announcements/2022/11/15/cordova-common-release-4.1.0.html</guid>
+        
+        <category>news</category>
+        
+        <category>releases</category>
+        
+        
+        <category>announcements</category>
+        
+      </item>
+    
       <item>
         <title>Media Plugin 6.1.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&lt;/code&gt;!&lt;/p&gt;
@@ -622,77 +662,5 @@ cordova plugin add cordova-plugin-device@2.1.0
         
       </item>
     
-      <item>
-        <title>Media Plugin 5.0.4 Released!</title>
-        <description>&lt;p&gt;We are happy to announce that we have just 
released an update for &lt;code&gt;Cordova Media Plugin 
(5.0.4)&lt;/code&gt;!&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://www.npmjs.com/package/cordova-plugin-media&quot;&gt;cordova-plugin-media@5.0.4&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
-cordova plugin add cordova-plugin-media@5.0.4
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
-
-&lt;h2&gt;Release Highlights&lt;/h2&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;
-    &lt;p&gt;Resolved Mounted Storage for &lt;strong&gt;Android 
11&lt;/strong&gt;&lt;/p&gt;
-
-    &lt;p&gt;Android 11 had deprecated the 
&lt;code&gt;Environment.getExternalStorageDirectory()&lt;/code&gt; API that 
caused issues with fetching and mounting to the external directory. In this 
release, we changed the API with 
&lt;code&gt;context.getExternalFilesDir(null)&lt;/code&gt;, the alternative 
suggested API for fetching and mounting with the external storage 
directory.&lt;/p&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;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/317&quot;&gt;GH-317&lt;/a&gt;
 fix(android): get external files directory for 
&lt;strong&gt;Android&lt;/strong&gt; 10+&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/249&quot;&gt;GH-249&lt;/a&gt;
 fix: #248 delete javascript reference to released media&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/241&quot;&gt;GH-241&lt;/a&gt;
 fix(types): Add type definition for getCurrentAmplitude&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/283&quot;&gt;GH-283&lt;/a&gt;
 refactor(eslint): use &lt;code&gt;cordova-eslint&lt;/code&gt; /w fix&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;&lt;strong&gt;Chores &amp;amp; Deps:&lt;/strong&gt;&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/329&quot;&gt;GH-329&lt;/a&gt;
 dep: bump &lt;code&gt;@cordova/eslint-config@4.0.0&lt;/code&gt; w/ fix 
&amp;amp; &lt;code&gt;package-lock&lt;/code&gt; rebuild&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/284&quot;&gt;GH-284&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-media/pull/282&quot;&gt;GH-282&lt;/a&gt;
 chore(npm): use short notation in 
&lt;code&gt;package.json&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/275&quot;&gt;GH-275&lt;/a&gt;
 chore(npm): improve ignore list&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;&lt;strong&gt;CI &amp;amp; Tests:&lt;/strong&gt;&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/320&quot;&gt;GH-320&lt;/a&gt;
 ci(ios): update workflow w/ &lt;strong&gt;iOS&lt;/strong&gt; 15&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/313&quot;&gt;GH-313&lt;/a&gt;
 ci: add action-badge&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/312&quot;&gt;GH-312&lt;/a&gt;
 ci: remove travis &amp;amp; appveyor&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/311&quot;&gt;GH-311&lt;/a&gt;
 ci: add gh-actions workflows&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/298&quot;&gt;GH-298&lt;/a&gt;
 ci: add node-14.x to workflow&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/292&quot;&gt;GH-292&lt;/a&gt;
 ci(travis): update osx xcode image&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/291&quot;&gt;GH-291&lt;/a&gt;
 ci(travis): updates &lt;strong&gt;Android&lt;/strong&gt; API level&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/274&quot;&gt;GH-274&lt;/a&gt;
 ci: updates Node.js versions&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-plugin-media/pull/318&quot;&gt;GH-318&lt;/a&gt;
 test(browser): disable test cases w/ play() due to Chrome&amp;#39;s Autoplay 
Policy&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Tue, 25 Jan 2022 00:00:00 +0000</pubDate>
-        
<link>https://cordova.apache.org/news/2022/01/25/media-plugin-5.0.4-release.html</link>
-        <guid 
isPermaLink="true">https://cordova.apache.org/news/2022/01/25/media-plugin-5.0.4-release.html</guid>
-        
-        <category>release</category>
-        
-        <category>plugins</category>
-        
-        
-        <category>news</category>
-        
-      </item>
-    
   </channel>
 </rss>
diff --git a/news/2022/09/09/media-plugin-6.1.0.html 
b/news/2022/09/09/media-plugin-6.1.0.html
index f16ac907f..ff481d6c4 100644
--- a/news/2022/09/09/media-plugin-6.1.0.html
+++ b/news/2022/09/09/media-plugin-6.1.0.html
@@ -187,6 +187,26 @@ cordova plugin add cordova-plugin-media@6.1.0
             </div>
             <div class="col-sm-6">
                 
+                    <a 
href="/announcements/2022/11/15/cordova-common-release-4.1.0.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" 
href="/announcements/2022/11/15/cordova-common-release-4.1.0.html">Cordova 
Common 4.1.0 Released!</a>
+                    <div class="date"> 15 Nov 2022 - 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 cordova-common@4.1.0. 
This is one of the...
+                    </p>
+                
             </div>
         </div>
     </footer>
diff --git a/sitemap.xml b/sitemap.xml
index 67c89256c..d17ccfdcf 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,6 +3,11 @@
 
 <!-- posts -->
 
+<url>
+    
<loc>https://cordova.apache.org/announcements/2022/11/15/cordova-common-release-4.1.0.html</loc>
+</url>
+
+
 <url>
     
<loc>https://cordova.apache.org/news/2022/09/09/media-plugin-6.1.0.html</loc>
 </url>
diff --git a/static/js/index.js b/static/js/index.js
index e0b818d13..48441ff79 100644
--- a/static/js/index.js
+++ b/static/js/index.js
@@ -47,6 +47,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Tue, 15 Nov 2022 00:00:00 +0000');
         dates.push('Fri, 09 Sep 2022 00:00:00 +0000');
         dates.push('Tue, 12 Jul 2022 00:00:00 +0000');
         dates.push('Mon, 30 May 2022 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