Skip to content

Commit

Permalink
CB-12519 Updated version and RELEASENOTES.md for release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Mar 2, 2017
1 parent 41c2080 commit cd621b1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions RELEASENOTES.md
Expand Up @@ -20,6 +20,22 @@
-->
# Release Notes

### 3.0.0 (Feb 28, 2017)
* **Android:** fix `NullPointerException` in `AudioPlayer.readyPlayer`
* **Android:** fix `java.lang.NullPointerException` on `resumeAllGainedFocus`
* [CB-12493](https://issues.apache.org/jira/browse/CB-12493) (Tests) Fixed spec.21 flakyness
* major version bump, added `cordovaDependencies` requirement for `cordova-android>=6.1.0`
* Add engine tag for checking `cordova-android`
* Make the output file of **Android** an `acc` file.
* [CB-12422](https://issues.apache.org/jira/browse/CB-12422) **iOS:** Fix readme issue on background needed plist modification
* [CB-12434](https://issues.apache.org/jira/browse/CB-12434) **Android:** fix Stoping a Paused Recording throws exception
* [CB-12411](https://issues.apache.org/jira/browse/CB-12411) Stoping a Paused Recording throws illegal state exception
* [CB-1187](https://issues.apache.org/jira/browse/CB-1187) **iOS:** Fix unused recording settings
* [CB-12353](https://issues.apache.org/jira/browse/CB-12353) Corrected merges usage in `plugin.xml`
* [CB-12369](https://issues.apache.org/jira/browse/CB-12369) Add plugin typings from DefinitelyTyped
* [CB-12363](https://issues.apache.org/jira/browse/CB-12363) Added build badges for **iOS 9.3** and **iOS 10.0**
* [CB-12230](https://issues.apache.org/jira/browse/CB-12230) Removed **Windows 8.1** build badges

### 2.4.1 (Dec 07, 2016)
* [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 2.4.1
* [CB-12034](https://issues.apache.org/jira/browse/CB-12034) (ios) Add mandatory iOS 10 privacy description
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-media",
"version": "3.0.0-dev",
"version": "3.0.0",
"description": "Cordova Media Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-media"
version="3.0.0-dev">
version="3.0.0">

<name>Media</name>
<description>Cordova Media Plugin</description>
Expand All @@ -33,7 +33,7 @@ id="cordova-plugin-media"
<engines>
<engine name="cordova-android" version=">=6.1.0" />
</engines>

<dependency id="cordova-plugin-file" version="^4.0.0" />
<dependency id="cordova-plugin-compat" version="^1.0.0" />

Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Expand Up @@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-media-tests"
version="2.4.2-dev">
version="3.0.0">
<name>Cordova Media Plugin Tests</name>
<license>Apache 2.0</license>
<js-module src="tests.js" name="tests">
Expand Down

0 comments on commit cd621b1

Please sign in to comment.