Looks good, I would only also mention the following change; * `navigator.contacts.find` API on **Android**, **iOS** and **Windows Phone 8** now supports 'desiredFields' which specifies Contact fields to be returned back
Thx! Sergey -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ian Clelland Sent: Tuesday, July 8, 2014 8:19 PM To: Josh Soref; [email protected] Cc: [email protected] Subject: Re: For review: Blog Post for Contacts and Network Information plugin release Thanks, guys -- here's an update: --- layout: post author: name: Ian Clelland url: https://twitter.com/iclelland title: "Plugins Release: July 8, 2014" categories: news tags: release plugins --- The following plugins were updated today: * cordova-plugin-contacts: 0.2.11 * cordova-plugin-network-information: 0.2.10 Notable changes include: * The network-information plugin no longer crashes immediately if no network is available * `navigator.contacts.pickContact` API has been added for **Android**, **iOS**, **Windows Phone 8** and **Windows 8** platforms * Contacts on **Firefox OS** no longer requires manual change of the application permissions The plugins have been updated on our registry at [plugins.cordova.io]( http://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: <!--more--> `[email protected]` * [CB-5416](https://issues.apache.org/jira/browse/CB-5416) Adding support for auto-managing permissions * [CB-6682](https://issues.apache.org/jira/browse/CB-6682) Move **Windows 8** command proxy into its missing platform tag * [CB-5698](https://issues.apache.org/jira/browse/CB-5698) **iOS** Check to see if `photoData` exists before using * [CB-7003](https://issues.apache.org/jira/browse/CB-7003) **Android** Make `pickContact` pick correct contact on Android 4.3 and 4.4.3 * Remove deprecated symbols for **iOS** < 6 * **Windows Phone 8** now populates contact photos * Add `pickContact` functionality to Cordova contacts plugin * Add `ContactError` codes to `index.md` doc * Docs typo: `navigator.contacts.length` -> `contacts.length` * [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Spanish and French Translations added * [CB-6797](https://issues.apache.org/jira/browse/CB-6797) Add license * [CB-6491](https://issues.apache.org/jira/browse/CB-6491) Add CONTRIBUTING.md `[email protected]` * [CB-6907](https://issues.apache.org/jira/browse/CB-6907): **Android** Don't crash on startup if no networks available On Tue, Jul 8, 2014 at 12:05 PM, Josh Soref <[email protected]> wrote: > Changes: > 1. use `` for apis/files > 2. use a newline after a heading before a bulleted list 3. hyphenate > re-added 4. please sort the translations/license/contributing to the > bottom (bonus points for matching the previous blog post) -- I think > you should also remove the update license format thing, no one cares > (iirc this was done to the previous post) 5. remove various `:`s and > trailing `.`s 6. don't bold "platforms" :) 7. `its` not `it's` > > --- layout: post author: name: Ian Clelland url: > https://twitter.com/iclelland > title: <https://twitter.com/iclellandtitle:> "Plugins Release: July 8, > 2014" categories: news tags: release plugins --- The following plugins > have just been updated: * cordova-plugin-contacts: 0.2.11 * > cordova-plugin-network-information: 0.2.10 Notable changes include: * > The network-information plugin no longer crashes immediately if no > network is available * `navigator.contacts.pickContact` API has been > added for **Android**, **iOS**, **Windows Phone 8** and **Windows 8** > platforms * Contacts on **Firefox OS** no longer requires manual > change of the application permissions The plugins have been updated on > our registry at [ plugins.cordova.io]( http://plugins.cordova.io/). > ---- You <http://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: <!--more--> > `[email protected]` * [CB-5416]( > https://issues.apache.org/jira/browse/CB-5416) Adding support for > auto-managing permissions * [CB-6682]( > https://issues.apache.org/jira/browse/CB-6682) Move **Windows 8** > command proxy into its missing platform tag * [CB-5698]( > https://issues.apache.org/jira/browse/CB-5698) **iOS** Check to see if > photoData exists before using * [CB-7003]( > https://issues.apache.org/jira/browse/CB-7003) **Android** Make > pickContact pick correct contact on Android 4.3 and 4.4.3 * Remove > deprecated symbols for **iOS** < 6 * **Windows Phone 8** now populates > contact photos * Add `pickContact` functionality to cordova contacts > plugin > * Add `ContactError` codes to `index.md` doc * Docs typo: > `navigator.contacts.length` -> `contacts.length` * [CB-6127]( > https://issues.apache.org/jira/browse/CB-6127) Spanish and French > Translations added * [CB-6491]( > https://issues.apache.org/jira/browse/CB-6491) Add CONTRIBUTING.md * > [CB-6797](https://issues.apache.org/jira/browse/CB-6797) Add license * > Update license headers format > `[email protected]` > * [CB-6907](https://issues.apache.org/jira/browse/CB-6907) **Android** > Don't crash on startup if no networks available >
