Repository: cordova-plugin-contacts Updated Branches: refs/heads/master d7dd9378f -> 714197bf6
Updated version and RELEASENOTES.md for release 2.1.0 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/b50b9fc6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/b50b9fc6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/b50b9fc6 Branch: refs/heads/master Commit: b50b9fc625130b5703cc5bb3b4a3aa1cb1b1349b Parents: d7dd937 Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:08:26 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:08:26 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 16 ++++++++++++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/b50b9fc6/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3d7a6c9..953f1a2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,22 @@ --> # Release Notes +### 2.1.0 (Apr 15, 2016) +* CB-11043 **Android** app crashes while trying to save contact with phone numbers array with deleted values +* CB-10985 Android sets type to `-1` for ims Added a corresponding test +* CB-11048 Fix spec27's inadvertant breakage that happened during logging rollback +* CB-11041 `cordova-plugin-contacts` readme must be updated to include instructions on removing phone number from a contact +* CB-11033 Appium tests: Increased the timeout for updating the contact +* CB-10399 Added Appium tests +* Replace `PermissionHelper.java` with `cordova-plugin-compat` +* CB-8115 incorrect birthday saved to phonebook using Contacts Plugin +* Changes to stop using global object - remove all created contacts from the emulator +* CB-10881 Increase timeout for Spec22 +* Fix for the specs 26&27 to use the newly created contacts for removal test +* CB-10881 Remove test dependency on global object +* CB-10632 Fixing jasmine test contact removal +* CB-10636 Add `JSHint` for plugins + ### 2.0.1 (Jan 15, 2016) * CB-10159 **Android** Adding restore callback to handle Activity destruction * CB-10319 **Android** Adding reflective helper methods for permission requests http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/b50b9fc6/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 79622d1..ef8d8b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-contacts", - "version": "2.0.2-dev", + "version": "2.1.0", "description": "Cordova Contacts Plugin", "cordova": { "id": "cordova-plugin-contacts", http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/b50b9fc6/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 4986ef1..d0b9239 100644 --- a/plugin.xml +++ b/plugin.xml @@ -24,7 +24,7 @@ xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" id="cordova-plugin-contacts" - version="2.0.2-dev"> + version="2.1.0"> <name>Contacts</name> <description>Cordova Contacts Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/b50b9fc6/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 0f3aaa8..f22c6fd 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="cordova-plugin-contacts-tests" - version="2.0.2-dev"> + version="2.1.0"> <name>Cordova Contacts Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
