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 2022/04/15 05:54:02 UTC

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

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 3f73c6ce8 Deploying to asf-site from @ apache/cordova-docs@9a4323ee046ef871967f6b2f38e0a7294045af57 🚀
3f73c6ce8 is described below

commit 3f73c6ce8634292374319c381b4fa0864bdaf91d
Author: erisu <er...@users.noreply.github.com>
AuthorDate: Fri Apr 15 05:53:57 2022 +0000

    Deploying to asf-site from @ apache/cordova-docs@9a4323ee046ef871967f6b2f38e0a7294045af57 🚀
---
 .../2022/04/15/cordova-android-release-10.1.2.html |  71 +++-----
 blog/index.html                                    |  48 +++++-
 feed.xml                                           | 192 ++++++---------------
 ...e-plugin-7.0.0-device-plugin-2.1.0-release.html |  20 +++
 sitemap.xml                                        |   5 +
 static/js/index.js                                 |   1 +
 6 files changed, 148 insertions(+), 189 deletions(-)

diff --git a/news/2022/04/11/file-plugin-7.0.0-device-plugin-2.1.0-release.html b/announcements/2022/04/15/cordova-android-release-10.1.2.html
similarity index 69%
copy from news/2022/04/11/file-plugin-7.0.0-device-plugin-2.1.0-release.html
copy to announcements/2022/04/15/cordova-android-release-10.1.2.html
index f59209c47..8f27b14ff 100644
--- a/news/2022/04/11/file-plugin-7.0.0-device-plugin-2.1.0-release.html
+++ b/announcements/2022/04/15/cordova-android-release-10.1.2.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-file &amp; cordova-plugin-device!  cordova-plugin-file@7.0.0  cordova-plugin...">
+    <meta name="description" content="We are happy to announce that we have just released Cordova Android 10.1.2! This is one of Cordova&#39;s supported platforms for building Android application...">
 
     <title>
         
             
-                File Plugin 7.0.0 & Device Plugin 2.1.0 Released! - Apache Cordova
+                Cordova Android 10.1.2 Released! - Apache Cordova
             
         
     </title>
@@ -23,7 +23,7 @@
     
     
 
-    <link rel="canonical" href="https://cordova.apache.org/news/2022/04/11/file-plugin-7.0.0-device-plugin-2.1.0-release.html">
+    <link rel="canonical" href="https://cordova.apache.org/announcements/2022/04/15/cordova-android-release-10.1.2.html">
 
     <!-- CSS -->
     <link rel="stylesheet" type="text/css" href="/static/css/main.css">
@@ -121,74 +121,49 @@
 
 <div class="post">
     <header>
-        <div class="title">File Plugin 7.0.0 & Device Plugin 2.1.0 Released!</div>
+        <div class="title">Cordova Android 10.1.2 Released!</div>
         <div class="author">By:
             
               Bryan Ellis
             
         </div>
-        <div class="date">11 Apr 2022</div>
+        <div class="date">15 Apr 2022</div>
     </header>
     <section>
         <div>
-            <p>We are happy to announce that we have just released an update for <code>cordova-plugin-file</code> &amp; <code>cordova-plugin-device</code>!</p>
+            <p>We are happy to announce that we have just released <code>Cordova Android 10.1.2</code>! This is one of Cordova&#39;s supported platforms for building Android applications.</p>
 
 <ul>
-  <li><a href="https://www.npmjs.com/package/cordova-plugin-file">cordova-plugin-file@7.0.0</a></li>
-  <li><a href="https://www.npmjs.com/package/cordova-plugin-device">cordova-plugin-device@2.1.0</a></li>
+  <li><a href="https://www.npmjs.com/package/cordova-android">cordova-android@10.1.2</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-file
-cordova plugin add cordova-plugin-file@7.0.0
-
-cordova plugin remove cordova-plugin-device
-cordova plugin add cordova-plugin-device@2.1.0
-</code></pre></div></div>
-
 <h2>Release Highlights</h2>
 
-<h3><code>cordova-plugin-file</code></h3>
+<p><strong>To upgrade:</strong></p>
 
-<p>For Android, a <code>WebViewAssetLoader</code> proxy handler has been added to support loading <code>cdvfile</code> URLs while using a custom scheme. It is recommended to use the <code>toURL</code> method to fetch the consumable URL. When the app is served from the <code>http</code> or <code>https</code> protocol, the <code>toURL</code> will return the appropriate consumable <code>cdvfile</code> URL. If the app is used from the <code>file</code> protocol, <code>toURL</code> will retur [...]
+<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cordova platform remove android
+cordova platform add android@10.1.2
+</code></pre></div></div>
 
-<h3><code>cordova-plugin-device</code></h3>
+<p><strong>To install:</strong></p>
 
-<p>Electron native support has been added.</p>
+<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cordova platform add android@10.1.2
+</code></pre></div></div>
 
-<p>For Android, the <code>sdkVersion</code> property is now included on the <code>window.device</code> object, and returned within the <code>getInfo</code> response object.</p>
+<p>The notable fixes in this release are to detect the <code>JAVA_HOME</code> environment variable with Java 11, properly escape the app&#39;s name, and explicitly define the <code>android:exported</code> attribute on the <code>activity</code>.</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>
 
-<h2>cordova-plugin-file</h2>
-
-<ul>
-  <li><a href="https://github.com/apache/cordova-plugin-file/pull/519">GH-519</a> chore!: removed old platform code &amp; lint cleanup</li>
-  <li><a href="https://github.com/apache/cordova-plugin-file/pull/517">GH-517</a> fix(android): support cdvfile assets for custom scheme</li>
-  <li><a href="https://github.com/apache/cordova-plugin-file/pull/516">GH-516</a> fix(android): create <code>toURL</code> override to preserve other platforms</li>
-  <li><a href="https://github.com/apache/cordova-plugin-file/pull/487">GH-487</a> fix(android): Request external read permission when listing external directories</li>
-  <li><a href="https://github.com/apache/cordova-plugin-file/pull/513">GH-513</a> feat(android): add <code>WebViewAssetLoader</code> proxy handler for cdvfile</li>
-  <li><a href="https://github.com/apache/cordova-plugin-file/pull/490">GH-490</a> chore: <code>npmrc</code></li>
-  <li><a href="https://github.com/apache/cordova-plugin-file/pull/489">GH-489</a> fix: Brought back the return statement</li>
-  <li><a href="https://github.com/apache/cordova-plugin-file/pull/470">GH-470</a> fix: Remove test log</li>
-  <li><a href="https://github.com/apache/cordova-plugin-file/pull/447">GH-447</a> fix(browser): typo in <code>preparing.js</code></li>
-  <li><a href="https://github.com/apache/cordova-plugin-file/pull/439">GH-439</a> chore: Require <strong>Android</strong> 9</li>
-  <li><a href="https://github.com/apache/cordova-plugin-file/pull/433">GH-433</a> refactor(android): Removed obsolete copyResource function</li>
-  <li><a href="https://github.com/apache/cordova-plugin-file/pull/417">GH-417</a> fix(android): Use legacy storage</li>
-</ul>
-
-<h2>cordova-plugin-device</h2>
+<p><strong>Fixes:</strong></p>
 
 <ul>
-  <li><a href="https://github.com/apache/cordova-plugin-device/pull/167">GH-167</a> feat(ios): detect if app is running on a macOS desktop with Apple Silicon</li>
-  <li><a href="https://github.com/apache/cordova-plugin-device/pull/157">GH-157</a> feat(android): <code>getInfo</code> response to include <code>sdkVersion</code></li>
-  <li><a href="https://github.com/apache/cordova-plugin-device/pull/152">GH-152</a> fix(osx): rename classes to fix plugin</li>
-  <li><a href="https://github.com/apache/cordova-plugin-device/pull/135">GH-135</a> feat(electron): add support</li>
-  <li><a href="https://github.com/apache/cordova-plugin-device/pull/109">GH-109</a> Log error to <code>console</code>, not to <code>dialog</code> box</li>
+  <li><a href="https://github.com/apache/cordova-android/pull/1372">GH-1372</a> fix(<code>AndroidManifest</code>): explicitly define the <code>activity</code> attribute <code>android:exported</code></li>
+  <li><a href="https://github.com/apache/cordova-android/pull/1406">GH-1406</a> fix: detect <code>JAVA_HOME</code> with Java 11</li>
+  <li><a href="https://github.com/apache/cordova-android/pull/1401">GH-1401</a> fix(GH-1391): Reword minimum build tools version to make it more clear what is actually required.</li>
+  <li><a href="https://github.com/apache/cordova-android/pull/1384">GH-1384</a> fix: escape <code>strings.xml</code> app name</li>
 </ul>
 
         </div>
@@ -197,11 +172,11 @@ cordova plugin add cordova-plugin-device@2.1.0
         <div class="row">
             <div class="col-sm-6">
                 
-                    <a href="/news/2022/04/06/splashscreen-plugin-release.html">Previous</a>
+                    <a href="/news/2022/04/11/file-plugin-7.0.0-device-plugin-2.1.0-release.html">Previous</a>
                     <br>
                     <br>
-                    <a class="title" href="/news/2022/04/06/splashscreen-plugin-release.html">Splash Screen Plugin Released!</a>
-                    <div class="date"> 06 Apr 2022 - By Niklas Merz </div>
+                    <a class="title" href="/news/2022/04/11/file-plugin-7.0.0-device-plugin-2.1.0-release.html">File Plugin 7.0.0 & Device Plugin 2.1.0 Released!</a>
+                    <div class="date"> 11 Apr 2022 - By Bryan Ellis </div>
                     <p class="content">
                         We are happy to announce that we have just released an update...
                     </p>
diff --git a/blog/index.html b/blog/index.html
index 3f3dbcda5..4269da601 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -122,6 +122,52 @@
         </h1>
         <ul class="posts">
             
+            <li>
+                <header>
+                    <div class="adorner" blogTime="Fri, 15 Apr 2022 00:00:00 +0000"></div>
+                    <h2 class="title">
+                        <a href="/announcements/2022/04/15/cordova-android-release-10.1.2.html">Cordova Android 10.1.2 Released!</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">15 Apr 2022</span>
+                        - by
+                        <span class="author">
+                            
+                                Bryan Ellis
+                            
+                        </span>
+                        <a class="comment" href="/announcements/2022/04/15/cordova-android-release-10.1.2.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that we have just released <code>Cordova Android 10.1.2</code>! This is one of Cordova&#39;s supported platforms for building Android applications.</p>
+
+<ul>
+  <li><a href="https://www.npmjs.com/package/cordova-android">cordova-android@10.1.2</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p><strong>To upgrade:</strong></p>
+
+<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cordova platform remove android
+cordova platform add android@10.1.2
+</code></pre></div></div>
+
+<p><strong>To install:</strong></p>
+
+<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cordova platform add android@10.1.2
+</code></pre></div></div>
+
+<p>The notable fixes in this release are to detect the <code>JAVA_HOME</code> environment variable with Java 11, properly escape the app&#39;s name, and explicitly define the <code>android:exported</code> attribute on the <code>activity</code>.</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/04/15/cordova-android-release-10.1.2.html">More...</a></div>
+                </section>
+            </li>
+            
             <li>
                 <header>
                     <div class="adorner" blogTime="Mon, 11 Apr 2022 00:00:00 +0000"></div>
@@ -12252,7 +12298,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Mon, 11 Apr 2022 00:00:00 +0000").getTime();
+            var lastPostTime = new Date("Fri, 15 Apr 2022 00:00:00 +0000").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };
diff --git a/feed.xml b/feed.xml
index f93e5547b..d14f1a0a6 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,10 +6,60 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Fri, 15 Apr 2022 00:37:59 +0000</pubDate>
-    <lastBuildDate>Fri, 15 Apr 2022 00:37:59 +0000</lastBuildDate>
+    <pubDate>Fri, 15 Apr 2022 05:52:33 +0000</pubDate>
+    <lastBuildDate>Fri, 15 Apr 2022 05:52:33 +0000</lastBuildDate>
     <generator>Jekyll v4.2.2</generator>
     
+      <item>
+        <title>Cordova Android 10.1.2 Released!</title>
+        <description>&lt;p&gt;We are happy to announce that we have just released &lt;code&gt;Cordova Android 10.1.2&lt;/code&gt;! This is one of Cordova&amp;#39;s supported platforms for building Android applications.&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;https://www.npmjs.com/package/cordova-android&quot;&gt;cordova-android@10.1.2&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;Release Highlights&lt;/h2&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 android
+cordova platform add android@10.1.2
+&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 android@10.1.2
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
+
+&lt;p&gt;The notable fixes in this release are to detect the &lt;code&gt;JAVA_HOME&lt;/code&gt; environment variable with Java 11, properly escape the app&amp;#39;s name, and explicitly define the &lt;code&gt;android:exported&lt;/code&gt; attribute on the &lt;code&gt;activity&lt;/code&gt;.&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;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-android/pull/1372&quot;&gt;GH-1372&lt;/a&gt; fix(&lt;code&gt;AndroidManifest&lt;/code&gt;): explicitly define the &lt;code&gt;activity&lt;/code&gt; attribute &lt;code&gt;android:exported&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/1406&quot;&gt;GH-1406&lt;/a&gt; fix: detect &lt;code&gt;JAVA_HOME&lt;/code&gt; with Java 11&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/1401&quot;&gt;GH-1401&lt;/a&gt; fix(GH-1391): Reword minimum build tools version to make it more clear what is actually required.&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/1384&quot;&gt;GH-1384&lt;/a&gt; fix: escape &lt;code&gt;strings.xml&lt;/code&gt; app name&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Fri, 15 Apr 2022 00:00:00 +0000</pubDate>
+        <link>https://cordova.apache.org/announcements/2022/04/15/cordova-android-release-10.1.2.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/announcements/2022/04/15/cordova-android-release-10.1.2.html</guid>
+        
+        <category>news</category>
+        
+        <category>releases</category>
+        
+        
+        <category>announcements</category>
+        
+      </item>
+    
       <item>
         <title>File Plugin 7.0.0 &amp; Device Plugin 2.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-file&lt;/code&gt; &amp;amp; &lt;code&gt;cordova-plugin-device&lt;/code&gt;!&lt;/p&gt;
@@ -556,144 +606,6 @@ cordova platform add android@10.1.1
         <category>releases</category>
         
         
-        <category>announcements</category>
-        
-      </item>
-    
-      <item>
-        <title>Cordova Electron 3.0.0 Released!</title>
-        <description>&lt;p&gt;We are happy to announce that we have just released &lt;code&gt;Cordova Electron 3.0.0&lt;/code&gt;! This is one of Cordova&amp;#39;s supported platforms for building Electron applications.&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://www.npmjs.com/package/cordova-electron&quot;&gt;cordova-electron@3.0.0&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;Release Highlights&lt;/h2&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 electron
-cordova platform add electron@3.0.0
-&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 electron@3.0.0
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
-
-&lt;p&gt;Some of the notable breaking changes &amp;amp; new features in this release are:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;The &lt;strong&gt;Electron&lt;/strong&gt; core dependencies have been updated.
-    &lt;ul&gt;
-      &lt;li&gt;&lt;strong&gt;Electron&lt;/strong&gt;: 14.0.0&lt;/li&gt;
-      &lt;li&gt;&lt;strong&gt;Chromium&lt;/strong&gt;: 93.0.4577.58&lt;/li&gt;
-      &lt;li&gt;&lt;strong&gt;Node&lt;/strong&gt;: v14.17.0&lt;/li&gt;
-      &lt;li&gt;&lt;strong&gt;V8&lt;/strong&gt;: v9.3&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-  &lt;li&gt;&lt;strong&gt;Node.js&lt;/strong&gt; 10 is no longer supported. This release requires the development environment to have &lt;strong&gt;Node.js&lt;/strong&gt; 12.x or higher. It is recommended to use the current LTS, which is &lt;code&gt;14.17.6&lt;/code&gt; at the time of this release.&lt;/li&gt;
-  &lt;li&gt;
-    &lt;p&gt;&lt;strong&gt;Cordova Plugin Support&lt;/strong&gt;&lt;/p&gt;
-
-    &lt;p&gt;In the earlier releases of Cordova Electron, we didn&amp;#39;t have a proper plugin system in place.&lt;/p&gt;
-
-    &lt;p&gt;There was a temporary workaround solution, &lt;code&gt;nodeIntegration&lt;/code&gt;, that allowed app developers and plugin developers to have access to node modules. This was meant to be temporary and is not highly recommended because it can lead to &lt;a href=&quot;https://www.electronjs.org/docs/latest/tutorial/security#2-do-not-enable-nodejs-integration-for-remote-content&quot;&gt;security issues&lt;/a&gt;.&lt;/p&gt;
-
-    &lt;p&gt;With the new support, the plugin will be preloaded and runs in a separate context from the web app. This feature is known as &lt;a href=&quot;https://www.electronjs.org/docs/latest/tutorial/context-isolation/&quot;&gt;Context Isolation&lt;/a&gt;.&lt;/p&gt;
-
-    &lt;p&gt;Additionally, this system follows our pre-existing plugin structure. This means the app code does not need to make any special calls for Electron vs any other platform.&lt;/p&gt;
-  &lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;For a quick start guide and in-depth configuration setup, please check out our &lt;a href=&quot;https://github.com/apache/cordova-electron/blob/rel/2.0.0/DOCUMENTATION.md&quot;&gt;Cordova Electron Documentation&lt;/a&gt;!&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;h4&gt;Project Dependencies&lt;/h4&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;code&gt;cordova-common@^4.0.2&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;code&gt;electron@14.0.0&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;code&gt;electron-builder@^22.11.7&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;code&gt;electron-devtools-installer@^3.2.0&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;code&gt;execa@^5.1.1&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;code&gt;fs-extra@^10.0.0&lt;/code&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h4&gt;Breaking Changes&lt;/h4&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/205&quot;&gt;GH-205&lt;/a&gt; feat!(Api): remove unused locations data&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/203&quot;&gt;GH-203&lt;/a&gt; feat!(electron): bump to &lt;code&gt;14.0.0&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/202&quot;&gt;GH-202&lt;/a&gt; feat!: remove old VERSION file&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/199&quot;&gt;GH-199&lt;/a&gt; feat!: update node support&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/198&quot;&gt;GH-198&lt;/a&gt; feat!(dependencies): update other packages
-    &lt;ul&gt;
-      &lt;li&gt;&lt;code&gt;execa@5.1.1&lt;/code&gt;&lt;/li&gt;
-      &lt;li&gt;&lt;code&gt;fs-extra@10.0.0&lt;/code&gt;&lt;/li&gt;
-      &lt;li&gt;&lt;code&gt;jasmine@3.9.0&lt;/code&gt;&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/197&quot;&gt;GH-197&lt;/a&gt; feat!(dependencies): bump &lt;strong&gt;Electron&lt;/strong&gt; packages
-    &lt;ul&gt;
-      &lt;li&gt;&lt;code&gt;electron-builder@22.11.7&lt;/code&gt;&lt;/li&gt;
-      &lt;li&gt;&lt;code&gt;electron-devtools-installer@3.2.0&lt;/code&gt;&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/175&quot;&gt;GH-175&lt;/a&gt; breaking: add plugin support&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h4&gt;Features&lt;/h4&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/200&quot;&gt;GH-200&lt;/a&gt; feat: update supported platform options&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/184&quot;&gt;GH-184&lt;/a&gt; feat: forward &lt;strong&gt;Electron&lt;/strong&gt;&amp;#39;s process &lt;code&gt;stdio&lt;/code&gt; to terminal&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h4&gt;Fixes&lt;/h4&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/183&quot;&gt;GH-183&lt;/a&gt; fix(npm): change prepack script to prepare&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/180&quot;&gt;GH-180&lt;/a&gt; fix(windows): &lt;strong&gt;Electron&lt;/strong&gt; window not displaying&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/182&quot;&gt;GH-182&lt;/a&gt; fix: restrict deep merging on reserved keys&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/172&quot;&gt;GH-172&lt;/a&gt; fix(pkg): typo in field &amp;quot;&lt;code&gt;keywords&lt;/code&gt;&amp;quot;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/169&quot;&gt;GH-169&lt;/a&gt; fix(Api): do not depend on globals&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h4&gt;Refactor Changes&lt;/h4&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/181&quot;&gt;GH-181&lt;/a&gt; refactor: use class static&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h4&gt;Chores&lt;/h4&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/201&quot;&gt;GH-201&lt;/a&gt; chore(asf-license): add to header&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/171&quot;&gt;GH-171&lt;/a&gt; chore: clean up &lt;code&gt;package.json&lt;/code&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h4&gt;Test &amp;amp; Other Changes&lt;/h4&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/194&quot;&gt;GH-194&lt;/a&gt; build: build &lt;code&gt;cordova.js&lt;/code&gt; on &lt;code&gt;prepare&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/204&quot;&gt;GH-204&lt;/a&gt; test: cleanup and remove unneeded code&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/90&quot;&gt;GH-90&lt;/a&gt; test(create): fix, clean up &amp;amp; extend&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Mon, 06 Sep 2021 00:00:00 +0000</pubDate>
-        <link>https://cordova.apache.org/announcements/2021/09/06/cordova-electron-release-3.0.0.html</link>
-        <guid isPermaLink="true">https://cordova.apache.org/announcements/2021/09/06/cordova-electron-release-3.0.0.html</guid>
-        
-        <category>news</category>
-        
-        <category>releases</category>
-        
-        
         <category>announcements</category>
         
       </item>
diff --git a/news/2022/04/11/file-plugin-7.0.0-device-plugin-2.1.0-release.html b/news/2022/04/11/file-plugin-7.0.0-device-plugin-2.1.0-release.html
index f59209c47..0d5bdba57 100644
--- a/news/2022/04/11/file-plugin-7.0.0-device-plugin-2.1.0-release.html
+++ b/news/2022/04/11/file-plugin-7.0.0-device-plugin-2.1.0-release.html
@@ -209,6 +209,26 @@ cordova plugin add cordova-plugin-device@2.1.0
             </div>
             <div class="col-sm-6">
                 
+                    <a href="/announcements/2022/04/15/cordova-android-release-10.1.2.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2022/04/15/cordova-android-release-10.1.2.html">Cordova Android 10.1.2 Released!</a>
+                    <div class="date"> 15 Apr 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 we have just released Cordova Android...
+                    </p>
+                
             </div>
         </div>
     </footer>
diff --git a/sitemap.xml b/sitemap.xml
index b2e69516d..4123a672d 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,6 +3,11 @@
 
 <!-- posts -->
 
+<url>
+    <loc>https://cordova.apache.org/announcements/2022/04/15/cordova-android-release-10.1.2.html</loc>
+</url>
+
+
 <url>
     <loc>https://cordova.apache.org/news/2022/04/11/file-plugin-7.0.0-device-plugin-2.1.0-release.html</loc>
 </url>
diff --git a/static/js/index.js b/static/js/index.js
index 74f2607d3..2516dc38d 100644
--- a/static/js/index.js
+++ b/static/js/index.js
@@ -77,6 +77,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Fri, 15 Apr 2022 00:00:00 +0000');
         dates.push('Mon, 11 Apr 2022 00:00:00 +0000');
         dates.push('Wed, 06 Apr 2022 00:00:00 +0000');
         dates.push('Tue, 22 Mar 2022 00:00:00 +0000');


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