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/12/05 02:00:21 UTC

[1/2] git commit: [CB-5565] Updated version and RELEASENOTES.md for release 0.3.5

Updated Branches:
  refs/heads/dev d709f6bd7 -> 0e97e1f33


[CB-5565] Updated version and RELEASENOTES.md for release 0.3.5


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/58711871
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/58711871
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/58711871

Branch: refs/heads/dev
Commit: 587118717740b297957946cf0f743e2a5596b3cc
Parents: d709f6b
Author: Steven Gill <st...@gmail.com>
Authored: Wed Dec 4 15:16:31 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Dec 4 15:16:31 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/58711871/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9564b00..6500f05 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -42,3 +42,8 @@
 * add repo + issue tag to plugin.xml for vibration plugin
 * corrected plugin.xml to write properly to config.xml for ffos
 * [CB-5010] Incremented plugin version on dev branch.
+
+### 0.3.5 (Dec 4, 2013)
+* add ubuntu platform
+* Added amazon-fireos platform. Change to include amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos'
+* CB-4747 Fixed Blackberry background vibrate

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/58711871/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7fa90ff..38fa725 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.vibration"
-    version="0.3.5-dev">
+    version="0.3.5">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>


[2/2] git commit: [CB-5565] Incremented plugin version on dev branch.

Posted by st...@apache.org.
[CB-5565] Incremented plugin version on dev branch.


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/0e97e1f3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/0e97e1f3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/0e97e1f3

Branch: refs/heads/dev
Commit: 0e97e1f33c55d0f9c9c0e6e8fef6d6f1d92d1e63
Parents: 5871187
Author: Steven Gill <st...@gmail.com>
Authored: Wed Dec 4 15:32:04 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Dec 4 15:32:04 2013 -0800

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/0e97e1f3/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 38fa725..fa68534 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.vibration"
-    version="0.3.5">
+    version="0.3.6-dev">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>