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 2014/02/11 00:21:25 UTC

[2/2] git commit: CB-5980 Updated version and RELEASENOTES.md for release 0.2.8

CB-5980 Updated version and RELEASENOTES.md for release 0.2.8


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

Branch: refs/heads/dev
Commit: adf7042ae9e074cbcc282214a53edc8cb553eb30
Parents: e426029
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 17:53:58 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Feb 10 15:21:22 2014 -0800

----------------------------------------------------------------------
 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/adf7042a/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b1494fb..4950f6c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -68,3 +68,7 @@
 
 ### 0.2.7 (Jan 02, 2014)
 * B-5658 Add doc/index.md for Contacts plugin
+
+### 0.2.8 (Feb 05, 2014)
+* [CB-3208] FFOS docs updated
+* CB-4590 - chooseContact in CDVContacts crashes app

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/adf7042a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6b68593..4f9db70 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.8-dev">
+    version="0.2.8">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>