Skip to content

Commit 79f6232

Browse files
committed
Updated version and RELEASENOTES.md for release 2.3.0
1 parent eb11028 commit 79f6232

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

RELEASENOTES.md

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

23+
### 2.3.0 (Apr 15, 2016)
24+
* Request audio focus when playing; Pause audio when audio focus is lost; resume playing when audio focus is granted again.
25+
* Replace `PermissionHelper.java` with `cordova-plugin-compat`
26+
* CB-10783 Modify expected position to be in a proper range.
27+
* CB-9487 Support getting amplitude for recording
28+
* **iOS** audio should handle naked local file sources
29+
* CB-10720 Fixing README for display on Cordova website
30+
* CB-10636 Add `JSHint` for plugins
31+
* CB-10535 Fix CI crash caused by media plugin
32+
2333
### 2.2.0 (Feb 09, 2016)
2434
* [CB-10476](https://issues.apache.org/jira/browse/CB-10476) Fix problem where callbacks were not invoked on android due to messageChannel being overridden by callbackContext in every execute() call
2535
* Edit package.json license to match SPDX id

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": "2.2.1-dev",
3+
"version": "2.3.0",
44
"description": "Cordova Media Plugin",
55
"cordova": {
66
"id": "cordova-plugin-media",

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="2.2.1-dev">
24+
version="2.3.0">
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="2.2.1-dev">
25+
version="2.3.0">
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)