Merge remote-tracking branch 'origin' into v5.0-new2

This commit is contained in:
Ibby Hadeed 2017-12-28 23:43:49 -05:00
commit fc9dcc8e64
No known key found for this signature in database
GPG Key ID: 1CA08EB11DAAA786
2 changed files with 10 additions and 0 deletions

View File

@ -303,6 +303,10 @@ export class ContactFindOptions implements IContactFindOptions {
* @description * @description
* Access and manage Contacts on the device. * 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 * @usage
* *
* ```typescript * ```typescript

View File

@ -4,6 +4,12 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
/** /**
* @name Globalization * @name Globalization
* @description * @description
* This plugin obtains information and performs operations specific to the user's locale, language, and timezone.
*
* @deprecated
* With the [ECMA Internationalization API](https://www.ecma-international.org/ecma-402/1.0/) now supported on iOS, Android and Windows devices, this plugin is not required any more.
* Migrating from this plugin to the [ECMA Internationalization API](https://www.ecma-international.org/ecma-402/1.0/) is explained in this [Cordova blog post](https://cordova.apache.org/news/2017/11/20/migrate-from-cordova-globalization-plugin.html).
*
* @usage * @usage
* ```typescript * ```typescript
* import { Globalization } from '@ionic-native/globalization'; * import { Globalization } from '@ionic-native/globalization';