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 18:10:15 UTC

[28/50] [abbrv] git commit: CB-6114 Updated version and RELEASENOTES.md for release 0.2.9

CB-6114 Updated version and RELEASENOTES.md for release 0.2.9


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

Branch: refs/heads/cdvtest
Commit: c540c0246b14ea986096dea6239b8bfb66b6a802
Parents: 4cad02e
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Feb 27 11:56:29 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Feb 27 11:56:29 2014 -0500

----------------------------------------------------------------------
 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/c540c024/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 4950f6c..c7e7464 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -72,3 +72,7 @@
 ### 0.2.8 (Feb 05, 2014)
 * [CB-3208] FFOS docs updated
 * CB-4590 - chooseContact in CDVContacts crashes app
+
+### 0.2.9 (Feb 26, 2014)
+* CB-6086 Fix typo in ffos part of plugin.xml: Camera -> Contacts
+* CB-5994 Switch Contact ID lookup to use Raw contact id.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/c540c024/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 86be535..bf2aeb8 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.9-dev">
+    version="0.2.9">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>