You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:56:36 UTC

[10/10] git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.2.10

CB-6452 Updated version and RELEASENOTES.md for release 0.2.10


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

Branch: refs/heads/master
Commit: 134b3a6ba14e7bdecd934bf8af8b7caa5ef26349
Parents: e55db4a
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 10:53:20 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 10:53:20 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/134b3a6b/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c7e7464..30f2c2f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -76,3 +76,9 @@
 ### 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.
+
+### 0.2.10 (Apr 17, 2014)
+* CB-6126: [BlackBerry10] Update docs quirks section for fields which are supported
+* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
+* CB-6460: Update license headers
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/134b3a6b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 83d8470..928ba20 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,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.10-dev">
+    version="0.2.10">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>