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 2015/05/07 02:38:17 UTC

[1/2] cordova-plugin-vibration git commit: CB-8959 Updated version and RELEASENOTES.md for release 1.1.0

Repository: cordova-plugin-vibration
Updated Branches:
  refs/heads/master 39ea936b1 -> 3df4885b1


CB-8959 Updated version and RELEASENOTES.md for release 1.1.0


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

Branch: refs/heads/master
Commit: 4d316e2555fedf6680422d0cb97d981c6a688303
Parents: 39ea936
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 6 17:07:39 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 6 17:07:39 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 3 +++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/4d316e25/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a42d5bd..9ac2bd6 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -124,3 +124,6 @@
 * CB-8576 Integrate TravisCI
 * CB-8438 cordova-plugin-vibration documentation translation: cordova-plugin-vibration
 * CB-8538 Added package.json file
+
+### 1.1.0 (May 06, 2015)
+* CB-8930: Vibration on **Windows** fails without a helpful error message when vibration functionality is missing from the platform.  This detects such a case and instead fails gracefully that the feature isn't available.  Also supports the **Windows 10** vibration mechanism.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/4d316e25/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 2cb3d81..cb50dc5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-vibration",
-  "version": "1.0.1-dev",
+  "version": "1.1.0",
   "description": "Cordova Vibration Plugin",
   "cordova": {
     "id": "cordova-plugin-vibration",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/4d316e25/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d1daa00..1d5c217 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -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-vibration"
-    version="1.0.1-dev">
+    version="1.1.0">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/4d316e25/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 5e15997..77c55a7 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-vibration-tests"
-    version="1.0.1-dev">
+    version="1.1.0">
     <name>Cordova Vibration Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-vibration git commit: CB-8959 Incremented plugin version.

Posted by st...@apache.org.
CB-8959 Incremented plugin version.


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

Branch: refs/heads/master
Commit: 3df4885b16b998ff411d18334b4db1062a85c9e9
Parents: 4d316e2
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 6 17:37:22 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 6 17:37:22 2015 -0700

----------------------------------------------------------------------
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/3df4885b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index cb50dc5..0cfc03c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-vibration",
-  "version": "1.1.0",
+  "version": "1.1.1-dev",
   "description": "Cordova Vibration Plugin",
   "cordova": {
     "id": "cordova-plugin-vibration",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/3df4885b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1d5c217..c9cf96b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -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-vibration"
-    version="1.1.0">
+    version="1.1.1-dev">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/3df4885b/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 77c55a7..47d25a1 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-vibration-tests"
-    version="1.1.0">
+    version="1.1.1-dev">
     <name>Cordova Vibration Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org