You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/02/11 00:23:24 UTC

[8/8] git commit: CB-5980 Updated version and RELEASENOTES.md for release 0.2.8

CB-5980 Updated version and RELEASENOTES.md for release 0.2.8


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/26349122
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/26349122
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/26349122

Branch: refs/heads/master
Commit: 2634912296c1213e47cd79203807b2c41daa1c0e
Parents: 563b4b6
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 17:53:59 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Feb 5 17:53:59 2014 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 plugin.xml      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/26349122/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8cf112f..fc6180b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -53,3 +53,7 @@
 ### 0.2.7 (Jan 02, 2014)
 * CB-5658 Add doc/index.md for Media plugin
 * Adding READ_PHONE_STATE to the plugin permissions
+
+### 0.2.8 (Feb 05, 2014)
+* Add preliminary support for Tizen.
+* [CB-4755] Fix crash in Media.setVolume on iOS

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/26349122/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 161875e..07c6ad5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
 id="org.apache.cordova.media"
-    version="0.2.8-dev">
+    version="0.2.8">
     <name>Media</name>
     <description>Cordova Media Plugin</description>
     <license>Apache 2.0</license>