From f96505f53301c78ce2f668bb31c64323cee57177 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Tue, 9 May 2017 23:44:00 +0200 Subject: [PATCH] docs(email composer): out of beta (#1480) This repo is out of beta and they fixed problems with newer android versions https://github.com/hypery2k/cordova-email-plugin/commit/171b99b --- src/@ionic-native/plugins/email-composer/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/@ionic-native/plugins/email-composer/index.ts b/src/@ionic-native/plugins/email-composer/index.ts index dc9612653..41c08680c 100644 --- a/src/@ionic-native/plugins/email-composer/index.ts +++ b/src/@ionic-native/plugins/email-composer/index.ts @@ -25,14 +25,11 @@ export interface EmailComposerOptions { /** - * @beta * @name Email Composer * @description * * Requires Cordova plugin: cordova-plugin-email-composer. For more info, please see the [Email Composer plugin docs](https://github.com/hypery2k/cordova-email-plugin). * - * DISCLAIMER: This plugin is experiencing issues with the latest versions of Cordova. Use at your own risk. Functionality is not guaranteed. Please stay tuned for a more stable version. - * A good alternative to this plugin is the social sharing plugin. * * @usage * ```typescript