macdonst closed pull request #773: CB-13608: Added blog post about deprecation of cordova-plugin-contacts URL: https://github.com/apache/cordova-docs/pull/773
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/www/_posts/2017-11-27-Deprecation-of-cordova-contacts-plugin.md b/www/_posts/2017-11-27-Deprecation-of-cordova-contacts-plugin.md new file mode 100644 index 000000000..97b6b5b76 --- /dev/null +++ b/www/_posts/2017-11-27-Deprecation-of-cordova-contacts-plugin.md @@ -0,0 +1,21 @@ +--- +layout: post +author: + name: Vishal Mishra + url: https://twitter.com/tweetsbymishra +title: "Deprecation of the Cordova Contacts Plugin" +categories: news +tags: cordova globalization +--- + +## Deprecation of the Cordova Contacts Plugin + +We are hereby announcing the deprecation of cordova-plugin-contacts. + +This means that the Cordova development community will not be doing any more work on this plugin. You can continue to use this plugin as-is in existing and new applications but any further issues will not be fixed by the Cordova team. + +Generally when we deprecate plugins, we have an alternative standards API to migrate to, however, the latest [W3C Contacts API](https://www.w3.org/TR/contacts-api/) indicates that the work on implementing a standard has been discontinued because of various privacy and security issues. Some of the main issues are potential compromise of users' contacts, safe and timely disposal of contact information by the recipient and inadvertent granting of permission by the user. + + + +Your feedback is graciously accepted and appreciated! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
