layout: post author:
name: Ian Clelland
url: https://twitter.com/iclelland
title: "Plugins Release: July 8, 2014" categories: news
The following plugins were updated today:
Notable changes include:
navigator.contacts.pickContact
API has been added for Android, iOS, Windows Phone 8 and Windows 8 platformsnavigator.contacts.find
API on Android, iOS and Windows Phone 8 now supports desiredFields
which specifies contact fields to be returnedThe plugins have been updated on our registry at plugins.cordova.io.
You can update any plugin by removing it, and then re-adding it. E.g. To update your contacts plugin:
cordova plugin rm org.apache.cordova.contacts
cordova plugin add org.apache.cordova.contacts
Other changes include:
org.apache.cordova.contacts@0.2.11
photoData
exists before usingpickContact
pick correct contact on Android 4.3 and 4.4.3pickContact
functionality to Cordova contacts pluginContactError
codes to index.md
docnavigator.contacts.length
-> contacts.length
org.apache.cordova.network-information@0.2.10