Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master c3c6be2fe -> 77109a266
Updated Tags:  refs/tags/r0.2.13 [created] e42219a7d


CB-7571 Updated version and RELEASENOTES.md for release 0.2.13


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

Branch: refs/heads/master
Commit: e42219a7d5b9492eb5b4a31c84e392d3379f6a08
Parents: c3c6be2
Author: Marcel Kinard <[email protected]>
Authored: Wed Sep 17 15:27:39 2014 -0400
Committer: Marcel Kinard <[email protected]>
Committed: Wed Sep 17 15:27:39 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md  | 19 +++++++++++++++++++
 plugin.xml       |  2 +-
 tests/plugin.xml |  2 +-
 3 files changed, 21 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/e42219a7/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index af03137..d029e2b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -104,3 +104,22 @@
 * Removing a stray unicode character
 * CB-6127 Updated translations for docs
 * CB-5698 ios: Check to see if photoData exists before using
+
+### 0.2.13 (Sep 17, 2014)
+* CB-7546 [Contacts][iOS] pickContact shows exception in the console log
+* CB-6374 Fix iOS 6 deprecation warnings in Contacts
+* CB-7544 [Contacts][iOS 8] Contact picker is read-only in iOS 8
+* CB-7523 Fixing "ContactFieldType" error in the config.xml
+* CB-6724 Empty may be expected.
+* CB-7249 cordova-plugin-contacts documentation translation
+* Add missing test, skip some specs on wp
+* rm old test folder and merged with renamed tests folder
+* CB-7290 Adds support for universal Windows platform.
+* Renamed test dir, added nested plugin.xml
+* CB-7148 Added manual tests
+* Removed js-module for tests from plugin.xml
+* Changing cdvtest format to use module exports
+* register tests using new style
+* convert test to new style
+* added documentation for manual tests
+* merged changes for test framework plugin

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/e42219a7/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 32e4d2c..10d0841 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.13-dev">
+    version="0.2.13">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/e42219a7/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index fb979b2..f30a230 100644
--- a/tests/plugin.xml
+++ b/tests/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.tests"
-    version="0.2.12-dev">
+    version="0.2.13">
     <name>Cordova Contacts Plugin Tests</name>
     <license>Apache 2.0</license>
 

Reply via email to