From 8e9907dc53de7cd3b3fac4b1528a0d447532a90b Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Fri, 29 Dec 2017 03:23:04 +0100 Subject: [PATCH] docs(contact): mark as deprecated (#2238) * docs(contact): mark as deprecated * Update index.ts --- src/@ionic-native/plugins/contacts/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/@ionic-native/plugins/contacts/index.ts b/src/@ionic-native/plugins/contacts/index.ts index 7fdb1562..d4a30155 100644 --- a/src/@ionic-native/plugins/contacts/index.ts +++ b/src/@ionic-native/plugins/contacts/index.ts @@ -261,6 +261,10 @@ export class ContactFindOptions implements IContactFindOptions { * @description * Access and manage Contacts on the device. * + * @deprecated + * This plugin is being deprecated. No more work will be done on this plugin by the Cordova development community. + * You can continue to use this plugin and it should work as-is in the future but any more arising issues will not be fixed by the Cordova community. + * * @usage * * ```typescript