Skip to content

Commit 978c038

Browse files
committed
CB-11832 Updated version and RELEASENOTES.md for release 2.4.0
1 parent 62d896a commit 978c038

File tree

4 files changed

+38
-11
lines changed

4 files changed

+38
-11
lines changed

RELEASENOTES.md

Lines changed: 35 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,42 @@
2020
-->
2121
# Release Notes
2222

23+
### 2.4.0 (Sep 08, 2016)
24+
* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
25+
* [CB-11793](https://issues.apache.org/jira/browse/CB-11793) fixed **android** build issue with last commit
26+
* [CB-11085](https://issues.apache.org/jira/browse/CB-11085) Fix error output using `println` to `LOG.e`
27+
* [CB-11757](https://issues.apache.org/jira/browse/CB-11757) (**ios**) Error out if trying to stop playback while in a wrong state
28+
* [CB-11380](https://issues.apache.org/jira/browse/CB-11380) (**ios**) Overloaded `audioFileForResource` method instead of modifying its signature
29+
* [CB-11380](https://issues.apache.org/jira/browse/CB-11380) (**ios**) Updated modified method signature in the .h file
30+
* [CB-11380](https://issues.apache.org/jira/browse/CB-11380) (**ios**) Fixed an unexpected error callback when initializing Media with file that doesn't exist
31+
* [CB-10849](https://issues.apache.org/jira/browse/CB-10849) (ios) Fixed a crash when playing soundfiles consecutively
32+
* [CB-11754](https://issues.apache.org/jira/browse/CB-11754) (**Android**) Fixed the build error
33+
* [CB-11086](https://issues.apache.org/jira/browse/CB-11086) (**Android**) Fixed a crash when `setVolume()` is called on unitialized audio This closes #93
34+
* Plugin uses `Android Log class` and not `Cordova LOG class`
35+
* [CB-11655](https://issues.apache.org/jira/browse/CB-11655) (**Android**) Enabled asynchronous error handling
36+
* [CB-11430](https://issues.apache.org/jira/browse/CB-11430) Report duration NaN value to JS properly
37+
* [CB-11429](https://issues.apache.org/jira/browse/CB-11429) Update test stream URL
38+
* [CB-11430](https://issues.apache.org/jira/browse/CB-11430) Skip audio playback tests on Saucelabs
39+
* [CB-11458](https://issues.apache.org/jira/browse/CB-11458) - `media.spec.25` 'should be able to play an audio stream' fails on **iOS** platform
40+
* Add badges for paramedic builds on Jenkins
41+
* [CB-11313](https://issues.apache.org/jira/browse/CB-11313) Can't start media streaming on **Android 6.0**
42+
* Add pull request template.
43+
* Readme: Add fenced code blocks with langauage hints
44+
* [CB-11165](https://issues.apache.org/jira/browse/CB-11165) removed peer dependency
45+
* [CB-10776](https://issues.apache.org/jira/browse/CB-10776) Add the ability to pause and resume an audio recording (**Android**)
46+
* [CB-10776](https://issues.apache.org/jira/browse/CB-10776) Add the ability to pause and resume an audio recording (**iOS**)
47+
* [CB-9487](https://issues.apache.org/jira/browse/CB-9487) Don't update position when getting amplitude
48+
* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
49+
2350
### 2.3.0 (Apr 15, 2016)
2451
* Request audio focus when playing; Pause audio when audio focus is lost; resume playing when audio focus is granted again.
2552
* 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
53+
* [CB-10783](https://issues.apache.org/jira/browse/CB-10783) Modify expected position to be in a proper range.
54+
* [CB-9487](https://issues.apache.org/jira/browse/CB-9487) Support getting amplitude for recording
2855
* **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
56+
* [CB-10720](https://issues.apache.org/jira/browse/CB-10720) Fixing README for display on Cordova website
57+
* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
58+
* [CB-10535](https://issues.apache.org/jira/browse/CB-10535) Fix CI crash caused by media plugin
3259

3360
### 2.2.0 (Feb 09, 2016)
3461
* [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
@@ -39,10 +66,10 @@
3966

4067
### 2.1.0 (Jan 15, 2016)
4168
* Fixed example referencing non-existent variable
42-
* CB-9452: Treat `RTSP streams` as `remote URLs`
69+
* [CB-9452](https://issues.apache.org/jira/browse/CB-9452) Treat `RTSP streams` as `remote URLs`
4370
* add JIRA issue tracker link
44-
* fix CB-9884 & CB-9885
45-
* CB-10100 updated file dependency to not grab new majors
71+
* fix [CB-9884](https://issues.apache.org/jira/browse/CB-9884) & [CB-9885](https://issues.apache.org/jira/browse/CB-9885)
72+
* [CB-10100](https://issues.apache.org/jira/browse/CB-10100) updated file dependency to not grab new majors
4673
* Fix block usage of self
4774

4875
### 2.0.0 (Nov 18, 2015)

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.3.1-dev",
3+
"version": "2.4.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.3.1-dev">
24+
version="2.4.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.3.1-dev">
25+
version="2.4.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)