You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/01/07 21:34:04 UTC

[1/2] git commit: Updated version and RELEASENOTES.md for release 0.2.7

Updated Branches:
  refs/heads/dev 6b40b60f7 -> 14b2ea997


 Updated version and RELEASENOTES.md for release 0.2.7


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

Branch: refs/heads/dev
Commit: b7aa352c21a4f8b46b7390632aeb6052a8e92e29
Parents: 6b40b60
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Jan 7 15:32:53 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Jan 7 15:32:53 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/b7aa352c/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 27a7164..ede4004 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -49,3 +49,6 @@
 ### 0.2.6 (Jan 02, 2014)
 * CB-5658 Add doc/index.md for Device plugin
 * CB-5504 Moving Telephony Logic out of Device
+
+### 0.2.7 (Jan 07, 2014)
+* CB-5737 Fix exception on close caused by left over telephony code from CB-5504

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/b7aa352c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6846467..b49bd3d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device"
-    version="0.2.7-dev">
+    version="0.2.7">
     <name>Device</name>
     <description>Cordova Device Plugin</description>
     <license>Apache 2.0</license>


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

Posted by ag...@apache.org.
 Incremented plugin version on dev branch.


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

Branch: refs/heads/dev
Commit: 14b2ea997d29454b1d1e5f49a86c7c8bc5fd56a2
Parents: b7aa352
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Jan 7 15:33:36 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Jan 7 15:33:36 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/14b2ea99/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index b49bd3d..bdecd12 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device"
-    version="0.2.7">
+    version="0.2.8-dev">
     <name>Device</name>
     <description>Cordova Device Plugin</description>
     <license>Apache 2.0</license>