You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2022/01/25 03:31:33 UTC

[cordova-docs] branch master updated: blog: media plugin 5.0.4 release (#1224)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0b549f9  blog: media plugin 5.0.4 release (#1224)
0b549f9 is described below

commit 0b549f954e50b88d78da5c1a3696f30ac5946ea8
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Jan 25 12:31:25 2022 +0900

    blog: media plugin 5.0.4 release (#1224)
---
 .../2022-01-25-media-plugin-5.0.4-release.md       | 54 ++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/www/_posts/2022-01-25-media-plugin-5.0.4-release.md b/www/_posts/2022-01-25-media-plugin-5.0.4-release.md
new file mode 100644
index 0000000..6b1e1f6
--- /dev/null
+++ b/www/_posts/2022-01-25-media-plugin-5.0.4-release.md
@@ -0,0 +1,54 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Media Plugin 5.0.4 Released!"
+categories: news
+tags: release plugins
+---
+
+We are happy to announce that we have just released an update for `Cordova Media Plugin (5.0.4)`!
+
+* [cordova-plugin-media@5.0.4](https://www.npmjs.com/package/cordova-plugin-media)
+
+**To upgrade:**
+
+```bash
+cordova plugin remove cordova-plugin-media
+cordova plugin add cordova-plugin-media@5.0.4
+```
+
+## Release Highlights
+
+* Resolved Mounted Storage for **Android 11**
+
+    Android 11 had deprecated the `Environment.getExternalStorageDirectory()` API that caused issues with fetching and mounting to the external directory. In this release, we changed the API with `context.getExternalFilesDir(null)`, the alternative suggested API for fetching and mounting with the external storage directory.
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* [GH-317](https://github.com/apache/cordova-plugin-media/pull/317) fix(android): get external files directory for **Android** 10+
+* [GH-249](https://github.com/apache/cordova-plugin-media/pull/249) fix: #248 delete javascript reference to released media
+* [GH-241](https://github.com/apache/cordova-plugin-media/pull/241) fix(types): Add type definition for getCurrentAmplitude
+* [GH-283](https://github.com/apache/cordova-plugin-media/pull/283) refactor(eslint): use `cordova-eslint` /w fix
+
+**Chores & Deps:**
+
+* [GH-329](https://github.com/apache/cordova-plugin-media/pull/329) dep: bump `@cordova/eslint-config@4.0.0` w/ fix & `package-lock` rebuild
+* [GH-284](https://github.com/apache/cordova-plugin-media/pull/284) chore: adds `package-lock` file
+* [GH-282](https://github.com/apache/cordova-plugin-media/pull/282) chore(npm): use short notation in `package.json`
+* [GH-275](https://github.com/apache/cordova-plugin-media/pull/275) chore(npm): improve ignore list
+
+**CI & Tests:**
+
+* [GH-320](https://github.com/apache/cordova-plugin-media/pull/320) ci(ios): update workflow w/ **iOS** 15
+* [GH-313](https://github.com/apache/cordova-plugin-media/pull/313) ci: add action-badge
+* [GH-312](https://github.com/apache/cordova-plugin-media/pull/312) ci: remove travis & appveyor
+* [GH-311](https://github.com/apache/cordova-plugin-media/pull/311) ci: add gh-actions workflows
+* [GH-298](https://github.com/apache/cordova-plugin-media/pull/298) ci: add node-14.x to workflow
+* [GH-292](https://github.com/apache/cordova-plugin-media/pull/292) ci(travis): update osx xcode image
+* [GH-291](https://github.com/apache/cordova-plugin-media/pull/291) ci(travis): updates **Android** API level
+* [GH-274](https://github.com/apache/cordova-plugin-media/pull/274) ci: updates Node.js versions
+* [GH-318](https://github.com/apache/cordova-plugin-media/pull/318) test(browser): disable test cases w/ play() due to Chrome's Autoplay Policy

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