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 05351f8a5 blog: media plugin 6.1.0 release (#1260)
05351f8a5 is described below

commit 05351f8a5c621db81c67831c98e98df5c6679e8f
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sat Oct 1 23:28:12 2022 +0900

    blog: media plugin 6.1.0 release (#1260)
    
    * blog: media plugin 6.1.0 release
    * fix: broken issue link
    
    Co-authored-by: エリス <er...@users.noreply.github.com>
    Co-authored-by: Norman Breau <nor...@nbsolutions.ca>
---
 www/_posts/2022-09-09-media-plugin-6.1.0.md | 35 +++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/www/_posts/2022-09-09-media-plugin-6.1.0.md 
b/www/_posts/2022-09-09-media-plugin-6.1.0.md
new file mode 100644
index 000000000..c6833af46
--- /dev/null
+++ b/www/_posts/2022-09-09-media-plugin-6.1.0.md
@@ -0,0 +1,35 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Media Plugin 6.1.0 Released!"
+categories: news
+tags: release plugins
+---
+
+We are happy to announce that we have just released an update for 
`cordova-plugin-media`!
+
+* 
[cordova-plugin-media@6.1.0](https://www.npmjs.com/package/cordova-plugin-media)
+
+**To upgrade:**
+
+```bash
+cordova plugin remove cordova-plugin-media
+cordova plugin add cordova-plugin-media@6.1.0
+```
+
+## Release Highlights
+
+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.
+
+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.
+
+Please report any issues you find by following the this [How to File a 
Bug](https://github.com/apache/cordova#filing-a-bug) guide!
+
+<!--more-->
+# Changes include:
+
+* [GH-357](https://github.com/apache/cordova-plugin-media/pull/357) 
feat(android): add '`message`' field to media error 
[CB-11641](https://issues.apache.org/jira/browse/CB-11641)
+* [GH-352](https://github.com/apache/cordova-plugin-media/pull/352) feat(ios): 
support `file` scheme
+* [GH-354](https://github.com/apache/cordova-plugin-media/pull/354) fix(ios): 
Reset default audio session category when release 
([CB-13243](https://issues.apache.org/jira/browse/CB-13243))
+* [GH-353](https://github.com/apache/cordova-plugin-media/pull/353) fix(ios): 
error on `getPosition` when time is `nan`


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

Reply via email to