Skip to content

Commit 2a1ee43

Browse files
committed
CB-12736 Updated version and RELEASENOTES.md for release 3.0.1 (via coho)
1 parent b61d97c commit 2a1ee43

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
-->
2121
# Release Notes
2222

23+
### 3.0.1 (Apr 27, 2017)
24+
* [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
25+
* [CB-12622](https://issues.apache.org/jira/browse/CB-12622) Added **Android 6.0** build badges to `README`
26+
* [CB-12685](https://issues.apache.org/jira/browse/CB-12685) added `package.json` to tests folder
27+
2328
### 3.0.0 (Feb 28, 2017)
2429
* **Android:** fix `NullPointerException` in `AudioPlayer.readyPlayer`
2530
* **Android:** fix `java.lang.NullPointerException` on `resumeAllGainedFocus`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-media",
3-
"version": "3.0.1-dev",
3+
"version": "3.0.1",
44
"description": "Cordova Media Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-media"
24-
version="3.0.1-dev">
24+
version="3.0.1">
2525

2626
<name>Media</name>
2727
<description>Cordova Media Plugin</description>

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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.1-dev">
25+
version="3.0.1">
2626
<name>Cordova Media Plugin Tests</name>
2727
<license>Apache 2.0</license>
2828
<js-module src="tests.js" name="tests">

0 commit comments

Comments
 (0)