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/12/03 01:09:56 UTC

[1/2] cordova-plugin-contacts git commit: CB-8110 Updated version and RELEASENOTES.md for release 0.2.15

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master fd93b078b -> e36c8c088
Updated Tags:  refs/tags/r0.2.15 [created] 1347f1286


CB-8110 Updated version and RELEASENOTES.md for release 0.2.15


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

Branch: refs/heads/master
Commit: 1347f1286826d57bb67bfecc3f129abc3076ffe1
Parents: fd93b07
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:07:02 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:07:02 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/1347f128/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a69268d..57f90a3 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -128,3 +128,13 @@
 * CB-7373 Removes unnecessary Error object creation
 * CB-7373 Adds additional output if method is not supported.
 * CB-7357 Adds missing 'capability' element to phone's appxmanifest.
+
+### 0.2.15 (Dec 02, 2014)
+* CB-7131 Check for profile photo existance
+* CB-7896 Better way to detect **Windows** and **WindowsPhone8.1**
+* CB-7896 Pending tests for `Save` and `Find` methods for **Windows** cause they are not supported yet
+* CB-7977 Mention `deviceready` in plugin docs
+* CB-7772 - [Contacts] Cancelling `pickContact` should call the error callback, not the success callback
+* CB-7761 - Misleading text in documentation
+* CB-7762 - Parameter list is incorrect for `contacts.find`
+* CB-7700 cordova-plugin-contacts documentation translation: cordova-plugin-contacts

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/1347f128/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6b4ab4d..3d0d72f 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.15-dev">
+    version="0.2.15">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/1347f128/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 0509406..51c4557 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.15-dev">
+    version="0.2.15">
     <name>Cordova Contacts Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-contacts git commit: CB-8110 Incremented plugin version.

Posted by st...@apache.org.
CB-8110 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/e36c8c08
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/e36c8c08
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/e36c8c08

Branch: refs/heads/master
Commit: e36c8c088664d860f6d0fa9ac7e02cc8cf9d61b0
Parents: 1347f12
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:08:49 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:08:49 2014 -0800

----------------------------------------------------------------------
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/e36c8c08/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3d0d72f..fd57cfb 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.15">
+    version="0.2.16-dev">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/e36c8c08/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 51c4557..4ff8682 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.15">
+    version="0.2.16-dev">
     <name>Cordova Contacts Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org