breautek commented on code in PR #1260: URL: https://github.com/apache/cordova-docs/pull/1260#discussion_r985104820
########## 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`! + +* [[email protected]](https://www.npmjs.com/package/cordova-plugin-media) + +**To upgrade:** + +```bash +cordova plugin remove cordova-plugin-media +cordova plugin add [email protected] +``` + +## 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 at [issues.cordova.io](http://issues.cordova.io/)! Review Comment: I think that's fine. My main concern was the broken link. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
