From ee099519291a5454a5d4279c67da22a4088caaea Mon Sep 17 00:00:00 2001 From: Stefan Schindler Date: Wed, 23 Sep 2015 15:57:22 +0200 Subject: [PATCH] Replaced plug-in ID by 'cordova-plugin-file-opener2'. Otherwise 'ionic state save' will store the old ID, which is not managed in Cordova's plug-in registry. Doing 'ionic state restore' at another place will therefore not re-install the plug-in and fail silently. --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 3e7ad67..d935f46 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + File Opener2 A File Opener Plugin for Cordova. (The Original Version)