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 2013/09/27 00:24:50 UTC

[12/13] git commit: [CB-4915] Updated version and RELEASENOTES.md for release 0.2.3

[CB-4915] Updated version and RELEASENOTES.md for release 0.2.3


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

Branch: refs/heads/master
Commit: 882e4055adfd87c39b7dccfe3d2a93330da1ae52
Parents: 75f0efa
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 17:05:13 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 17:05:13 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/882e4055/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 810e68a..1f83d64 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -24,3 +24,13 @@
 * [CB-4580] Fixed up duplicate definitions of module id
 * [CB-4432] Copyright notice change
 
+### 0.2.3 (Sept 25, 2013)
+* CB-4889 bumping&resetting version
+* [BlackBerry10] removed uneeded permission tags in plugin.xml
+* [BlackBerry10] removed uneeded permission tags in plugin.xml
+* CB-4889 renaming blackberry10 reference in plugin.xml
+* CB-4888 renaming org.apache.cordova.core.contacts to org.apache.cordova.contacts
+* added contacts api for firefoxos
+* Rename CHANGELOG.md -> RELEASENOTES.md
+* [CB-4824] Fix XCode 5 contacts plugin warnings
+* [CB-4752] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/882e4055/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 2c4be09..2b407af 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.3-dev">
+    version="0.2.3">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>