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/02/11 00:21:24 UTC

[1/2] git commit: CB-5980 Incremented plugin version on dev branch.

Updated Branches:
  refs/heads/dev e42602901 -> f134edc7b


CB-5980 Incremented plugin version on dev branch.


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

Branch: refs/heads/dev
Commit: f134edc7b5f99fa1354f278dbc4ea8da10c9a8fe
Parents: adf7042
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 18:13:30 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Feb 10 15:21:22 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/f134edc7/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 4f9db70..96042e9 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,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.8">
+    version="0.2.9-dev">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>


[2/2] git commit: CB-5980 Updated version and RELEASENOTES.md for release 0.2.8

Posted by st...@apache.org.
CB-5980 Updated version and RELEASENOTES.md for release 0.2.8


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

Branch: refs/heads/dev
Commit: adf7042ae9e074cbcc282214a53edc8cb553eb30
Parents: e426029
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 17:53:58 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Feb 10 15:21:22 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/adf7042a/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b1494fb..4950f6c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -68,3 +68,7 @@
 
 ### 0.2.7 (Jan 02, 2014)
 * B-5658 Add doc/index.md for Contacts plugin
+
+### 0.2.8 (Feb 05, 2014)
+* [CB-3208] FFOS docs updated
+* CB-4590 - chooseContact in CDVContacts crashes app

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/adf7042a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6b68593..4f9db70 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,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.8-dev">
+    version="0.2.8">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>