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/10/04 02:10:35 UTC

[1/2] git commit: Updated version and RELEASENOTES.md for release 0.2.14

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master 162f657e7 -> c38c6880f
Updated Tags:  refs/tags/r0.2.14 [created] a9df3c4fa


 Updated version and RELEASENOTES.md for release 0.2.14


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

Branch: refs/heads/master
Commit: a9df3c4fa00c0a8c8b7591e79fb24769d47f3a04
Parents: 162f657
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 3 16:10:12 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 3 16:10:12 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/a9df3c4f/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d029e2b..a69268d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -123,3 +123,8 @@
 * convert test to new style
 * added documentation for manual tests
 * merged changes for test framework plugin
+
+### 0.2.14 (Oct 03, 2014)
+* 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.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/a9df3c4f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f3080bc..bf58151 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.14-dev">
+    version="0.2.14">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/a9df3c4f/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 18c221c..9adbd0b 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.14-dev">
+    version="0.2.14">
     <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] git commit: Incremented plugin version.

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

Branch: refs/heads/master
Commit: c38c6880fdbb827b0d653b56d0adeaed3efb648d
Parents: a9df3c4
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 3 17:09:46 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 3 17:09:46 2014 -0700

----------------------------------------------------------------------
 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/c38c6880/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index bf58151..6b4ab4d 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.14">
+    version="0.2.15-dev">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/c38c6880/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 9adbd0b..0509406 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.14">
+    version="0.2.15-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