cordova-plugin-contacts
Advanced tools
Comparing version 0.2.15 to 0.2.16
@@ -601,3 +601,3 @@ <!--- | ||
- Amazon Fire OS | ||
- Android 2.X | ||
- Android | ||
- BlackBerry 10 | ||
@@ -604,0 +604,0 @@ - Firefox OS |
{ | ||
"name": "cordova-plugin-contacts", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "Cordova Contacts Plugin", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -141,1 +141,7 @@ <!-- | ||
* CB-7700 cordova-plugin-contacts documentation translation: cordova-plugin-contacts | ||
### 0.2.16 (Feb 04, 2015) | ||
* CB-8351 ios: Stop using (newly) deprecated CordovaLib functions | ||
* CB-8351 ios: Use argumentForIndex rather than NSArray extension | ||
* android: Update ContactName support | ||
* Updated the comments for ContactOrganization constructor. |
@@ -25,10 +25,7 @@ /* | ||
* @constructor | ||
* @param {DOMString} id unique identifier, should only be set by native code // NOTE: not a W3C standard | ||
* @param pref | ||
* @param type | ||
* @param name | ||
* @param dept | ||
* @param title | ||
* @param startDate | ||
* @param endDate | ||
* @param location | ||
* @param desc | ||
*/ | ||
@@ -35,0 +32,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
750347
5360