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 <[email protected]>
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! [email protected]
upgrade:cordova plugin remove cordova-p...">
+ <meta name="description" content="We are happy to announce that
[email protected]. 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">[email protected]</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 [email protected]
-</code></pre></div></div>
+ <p>We are happy to announce that
<code>[email protected]</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
"message" 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'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 '<code>message</code>' 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 & simplify config munging</li>
+ <li><a href="https://github.com/apache/cordova-common/pull/160">GH-160</a>
refactor(xml-helpers): document & 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 [email protected]
<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>[email protected]</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'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><p>We are happy to announce that
<code>[email protected]</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>
+
+<!--more-->
+<h1>Changes include:</h1>
+
+<ul>
+ <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>
+</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><p>We are happy to announce that we have just
released an update for <code>cordova-plugin-media</code>!</p>
@@ -622,77 +662,5 @@ cordova plugin add [email protected]
</item>
- <item>
- <title>Media Plugin 5.0.4 Released!</title>
- <description><p>We are happy to announce that we have just
released an update for <code>Cordova Media Plugin
(5.0.4)</code>!</p>
-
-<ul>
- <li><a
href="https://www.npmjs.com/package/cordova-plugin-media">[email protected]</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 [email protected]
-</code></pre></div></div>
-
-<h2>Release Highlights</h2>
-
-<ul>
- <li>
- <p>Resolved Mounted Storage for <strong>Android
11</strong></p>
-
- <p>Android 11 had deprecated the
<code>Environment.getExternalStorageDirectory()</code> API that
caused issues with fetching and mounting to the external directory. In this
release, we changed the API with
<code>context.getExternalFilesDir(null)</code>, the alternative
suggested API for fetching and mounting with the external storage
directory.</p>
- </li>
-</ul>
-
-<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/317">GH-317</a>
fix(android): get external files directory for
<strong>Android</strong> 10+</li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/249">GH-249</a>
fix: #248 delete javascript reference to released media</li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/241">GH-241</a>
fix(types): Add type definition for getCurrentAmplitude</li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/283">GH-283</a>
refactor(eslint): use <code>cordova-eslint</code> /w fix</li>
-</ul>
-
-<p><strong>Chores &amp; Deps:</strong></p>
-
-<ul>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/329">GH-329</a>
dep: bump <code>@cordova/[email protected]</code> w/ fix
&amp; <code>package-lock</code> rebuild</li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/284">GH-284</a>
chore: adds <code>package-lock</code> file</li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/282">GH-282</a>
chore(npm): use short notation in
<code>package.json</code></li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/275">GH-275</a>
chore(npm): improve ignore list</li>
-</ul>
-
-<p><strong>CI &amp; Tests:</strong></p>
-
-<ul>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/320">GH-320</a>
ci(ios): update workflow w/ <strong>iOS</strong> 15</li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/313">GH-313</a>
ci: add action-badge</li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/312">GH-312</a>
ci: remove travis &amp; appveyor</li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/311">GH-311</a>
ci: add gh-actions workflows</li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/298">GH-298</a>
ci: add node-14.x to workflow</li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/292">GH-292</a>
ci(travis): update osx xcode image</li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/291">GH-291</a>
ci(travis): updates <strong>Android</strong> API level</li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/274">GH-274</a>
ci: updates Node.js versions</li>
- <li><a
href="https://github.com/apache/cordova-plugin-media/pull/318">GH-318</a>
test(browser): disable test cases w/ play() due to Chrome&#39;s Autoplay
Policy</li>
-</ul>
-</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 [email protected]
</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 [email protected].
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: [email protected]
For additional commands, e-mail: [email protected]