You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/05/05 17:06:26 UTC

[05/37] git commit: [CB-5188] Updated version and RELEASENOTES.md for release 0.2.4

[CB-5188] Updated version and RELEASENOTES.md for release 0.2.4


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

Branch: refs/heads/cdvtest
Commit: 223d456b654888ea1f00e31224464eb9a4717120
Parents: 23c5871
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 11:32:43 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 11:32:43 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 7 ++++++-
 plugin.xml      | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/223d456b/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 03aebbd..17b77b6 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -32,4 +32,9 @@
 * Rename CHANGELOG.md -> RELEASENOTES.md
 * updated to use commandProxy for ffos
 * add firefoxos support
-* [CB-4752] Incremented plugin version on dev branch.
\ No newline at end of file
+* [CB-4752] Incremented plugin version on dev branch. 
+
+### 0.2.4 (Oct 28, 2013)
+* CB-5128: added repo + issue tag in plugin.xml for device plugin
+* CB-5085 device.cordova returning wrong value
+* [CB-4915] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/223d456b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 779d264..7eb03c4 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.4-dev">
+    version="0.2.4">
     <name>Device</name>
     <description>Cordova Device Plugin</description>
     <license>Apache 2.0</license>