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 2013/09/27 00:28:13 UTC

[09/10] git commit: [CB-4915] Updated version and RELEASENOTES.md for release 0.3.2

[CB-4915] Updated version and RELEASENOTES.md for release 0.3.2


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

Branch: refs/heads/master
Commit: 1b798106d9d45f48f00c80f3b8ef0905c5ee7039
Parents: f233d80
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 17:57:12 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 17:57:12 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/1b798106/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a5248b4..86942eb 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -23,3 +23,13 @@
 ### 0.3.0 (Sept 5, 2013)
 * Initial FirefoxOS support
 * [CB-4661] VIBRATE permission for Android
+
+### 0.3.2 (Sept 25, 2013)
+* CB-4889 bumping&resetting version
+* CB-4889 renaming org.apache.cordova.core.vibration to org.apache.cordova.vibration
+* Rename CHANGELOG.md -> RELEASENOTES.md
+* updated to work with ffos commandProxy
+* fixed plugin.xml for vibration
+* [CB-4593] [Blackberry10] Added vibration support for bb10
+* updated plugin to work with ffos
+* [CB-4752] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/1b798106/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 720e5dd..7b03fc7 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.vibration"
-      version="0.3.2-dev">
+      version="0.3.2">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>