Skip to content

Commit

Permalink
CB-8858 Updated version and RELEASENOTES.md for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Apr 15, 2015
1 parent 5d12df9 commit 4e19328
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,27 @@
* CB-8351 ios: Use argumentForIndex rather than NSArray extension
* CB-8252 android: Fire audio events from native via message channel
* CB-8152 ios: Remove deprecated methods in Media plugin (deprecated since 2.5)

### 1.0.0 (Apr 15, 2015)
* CB-8793 Fixed tests to pass on wp8 and windows
* CB-8746 bumped version of file dependency
* CB-8746 gave plugin major version bump
* CB-8779 Fixed media status reporting on wp8
* CB-8747 added missing comma
* CB-8747 updated dependency, added peer dependency
* CB-8683 changed plugin-id to pacakge-name
* CB-8653 properly updated translated docs to use new id
* CB-8653 updated translated docs to use new id
* CB-8541 Adds information about available recording formats on Windows
* Use TRAVIS_BUILD_DIR, install paramedic by npm
* CB-8686 - remove musicLibrary capability
* CB-7962 Adds browser platform support
* CB-8653 Updated Readme
* CB-8659: ios: 4.0.x Compatibility: Remove use of deprecated headers
* CB-8572 Integrate TravisCI
* CB-8438 cordova-plugin-media documentation translation: cordova-plugin-media
* CB-8538 Added package.json file
* CB-8428 Fix tests on Windows if no audio playback hardware is available
* CB-8428 Fix multiple `done()` calls in media plugin test on devices where audio is not configured
* CB-8426 Add Windows platform section to Media plugin
* CB-8425 Media plugin .ctr: make src param required as per spec
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
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="1.0.0-dev">
version="1.0.0">

<name>Media</name>
<description>Cordova Media Plugin</description>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
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="0.2.17-dev">
version="1.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 4e19328

Please sign in to comment.