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/06/05 22:43:35 UTC

[1/2] git commit: CB-6877 Updated version and RELEASENOTES.md for release 0.2.11

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master c23af568f -> c3d8987e7
Updated Tags:  refs/tags/r0.2.11 [created] 9075e1355


CB-6877 Updated version and RELEASENOTES.md for release 0.2.11


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

Branch: refs/heads/master
Commit: 9075e1355eb23f124629c7639249e508cf51fd66
Parents: c23af56
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 5 13:39:42 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jun 5 13:39:42 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/9075e135/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 30f2c2f..fcad892 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -82,3 +82,16 @@
 * CB-6212: [iOS] fix warnings compiled under arm64 64-bit
 * CB-6460: Update license headers
 * Add NOTICE file
+
+### 0.2.11 (Jun 05, 2014)
+* CB-6127 Spanish and French Translations added. Github close #25
+* Remove deprecated symbols for iOS < 6
+* CB-6797 Add license
+* [wp8] now pupulates contact photos
+* Update license headers format
+* Add pickContact functionality to cordova contacts plugin
+* CB-5416 - Adding support for auto-managing permissions
+* CB-6682 move windows8 command proxy into it's missing platform tag. This closes #30
+* Add ContactError codes to index.md doc (closes #28)
+* CB-6491 add CONTRIBUTING.md
+* Docs typo: navigator.contacts.length -> contacts.length

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/9075e135/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d678f15..660f3c4 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.11-dev">
+    version="0.2.11">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>


[2/2] git commit: CB-6877 Incremented plugin version.

Posted by st...@apache.org.
CB-6877 Incremented plugin version.


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

Branch: refs/heads/master
Commit: c3d8987e7d268c668703600f209c8dce9ec4d9e4
Parents: 9075e13
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 5 13:40:50 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jun 5 13:40:50 2014 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/c3d8987e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 660f3c4..a609a5c 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.11">
+    version="0.2.12-dev">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>