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/10/10 19:55:35 UTC

[3/4] git commit: [CB-5010] Updated version and RELEASENOTES.md for release 0.2.4

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


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

Branch: refs/heads/master
Commit: 0ce327897c937140fc3be95f2d7598f732e7a0d1
Parents: ce6aafa
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 9 15:15:01 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 9 15:15:01 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/0ce32789/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1f83d64..b1a2671 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -34,3 +34,7 @@
 * Rename CHANGELOG.md -> RELEASENOTES.md
 * [CB-4824] Fix XCode 5 contacts plugin warnings
 * [CB-4752] Incremented plugin version on dev branch.
+
+### 0.2.4 (Oct 9, 2013)
+* [CB-4950] Remove the dependence on concrete component android.webkit.WebView.
+* [CB-4915] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/0ce32789/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0033d01..78449a7 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.contacts"
-    version="0.2.4-dev">
+    version="0.2.4">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>