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/12/05 01:57:04 UTC

[28/28] git commit: [CB-5565] Updated version and RELEASENOTES.md for release 0.2.6

[CB-5565] Updated version and RELEASENOTES.md for release 0.2.6


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

Branch: refs/heads/master
Commit: d610c86414917c613421626d84ed2b5e6409269c
Parents: b9c9954
Author: Steven Gill <st...@gmail.com>
Authored: Wed Dec 4 15:16:30 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Dec 4 15:16:30 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/d610c864/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 2c3b6f4..249feea 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -42,3 +42,26 @@
  ### 0.2.5 (Oct 28, 2013)
 * CB-5128: added repo + issue tags for contacts
 * [CB-5010] Incremented plugin version on dev branch.
+
+### 0.2.6 (Dec 4, 2013)
+* Fix bad commit/merge
+* CB-3035 Fix issue with windows new line char \n\r
+* wrong example given
+* docs added
+* FxOS name fields are arrays hackedSearch refactored search based on find commented out
+* search hacked via getAll
+* search added - no idea if this is working
+* createMozillaFromCordova and vice versa are used to translate contact objects from one API to another.
+* add/remove working
+* save is working
+* attempt to save is failing trying to limit the translated contact fields to name and familyName, but still failing
+* save is linked with the proxy contact.name doesn't exist www/Contact.js#Contact.prototype.save check on which side is the error
+* CB-5214 Make mobile spec tests on WP8 to run w/o user interaction + Sync with cordova-mobile-spec
+* CB-5525 WP8. Contacts Api fails in case of there is special character in contact field
+* fixed ubuntu policy error
+* [ubuntu] specify policy_group
+* add ubuntu platform
+* CB-3035 Fix issue with windows new line char \n\r
+* 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as the platform if user agent string contains 'cordova-amazon-fireos'.
+* CB-5198 [BlackBerry10] Update dependencies to point to registry
+* handle null filter when fields are specified. ( long standing pull-req from @kevfromireland )

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/d610c864/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6b4cfbe..d224766 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.6-dev">
+    version="0.2.6">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>