File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020-->
2121# Release Notes
2222
23+ ### 4.0.0 (Nov 06, 2017)
24+ * [ CB-12264] ( https://issues.apache.org/jira/browse/CB-12264 ) (README): fix ` media.getCurrentAmplitude ` definition
25+ * [ CB-13265] ( https://issues.apache.org/jira/browse/CB-13265 ) Remove ** iOS** usage description from media plugin
26+ * [ CB-13517] ( https://issues.apache.org/jira/browse/CB-13517 ) (all): Add 'protective' entry to ` cordovaDependencies `
27+ * [ CB-13473] ( https://issues.apache.org/jira/browse/CB-13473 ) (CI) Removed ** Browser** builds from AppVeyor
28+ * [ CB-13294] ( https://issues.apache.org/jira/browse/CB-13294 ) Remove ` cordova-plugin-compat `
29+ * [ CB-13299] ( https://issues.apache.org/jira/browse/CB-13299 ) (CI) Fix ** Android** builds
30+ * [ CB-13028] ( https://issues.apache.org/jira/browse/CB-13028 ) (CI) ** Browser** builds on Travis and AppVeyor
31+ * [ CB-12671] ( https://issues.apache.org/jira/browse/CB-12671 ) ** iOS** : Fix auto-test with stopping media that is in starting state
32+ * [ CB-12847] ( https://issues.apache.org/jira/browse/CB-12847 ) added ` bugs ` entry to ` package.json ` .
33+
2334### 3.0.1 (Apr 27, 2017)
2435* [ CB-12542] ( https://issues.apache.org/jira/browse/CB-12542 ) (ios) Fix wav file recording, add m4a extension. make ** iOS** status handling compatible with ** Android** /Windows
2536* [ CB-12622] ( https://issues.apache.org/jira/browse/CB-12622 ) Added ** Android 6.0** build badges to ` README `
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-media" ,
3- "version" : " 4.0.0-dev " ,
3+ "version" : " 4.0.0" ,
44 "description" : " Cordova Media Plugin" ,
55 "types" : " ./types/index.d.ts" ,
66 "cordova" : {
Original file line number Diff line number Diff line change 2121<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
2222xmlns:android=" http://schemas.android.com/apk/res/android"
2323id=" cordova-plugin-media"
24- version =" 4.0.0-dev " >
24+ version =" 4.0.0" >
2525
2626 <name >Media</name >
2727 <description >Cordova Media Plugin</description >
Original file line number Diff line number Diff line change 2222 xmlns : rim =" http://www.blackberry.com/ns/widgets"
2323 xmlns : android =" http://schemas.android.com/apk/res/android"
2424 id =" cordova-plugin-media-tests"
25- version =" 3 .0.2-dev " >
25+ version =" 4 .0.0 " >
2626 <name >Cordova Media Plugin Tests</name >
2727 <license >Apache 2.0</license >
2828 <js-module src =" tests.js" name =" tests" >
You can’t perform that action at this time.
0 commit comments