From 4ecd9c97f1b909b7b74b59d5b1338925d2e53e70 Mon Sep 17 00:00:00 2001 From: Simon Templer Date: Fri, 8 Sep 2017 11:32:12 +0200 Subject: [PATCH 1/3] change plugin id to match plugin name - Ionic installation fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d1c6e4..894a5de 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.2.11", "description": "This plugin allows Phonegap applications to manage Wifi connections.", "cordova": { - "id": "com.pylonproducts.wifiwizard", + "id": "wifiwizard", "platforms": [ "android", "ios" From 14ba04c348a2fc4420d60c791e943d5615e9cc88 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 8 Sep 2017 14:50:06 +0200 Subject: [PATCH 2/3] Update README.md readme update --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3dc0a5d..71d107b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# Fork + +``` +This fork solves issue with names in Ionic package.json. Especially convinient with automatic builds. +``` + # WifiWizard Version 0.2.10 From 7c0fef7ffcab10b8df2f910d373f8b68de29c58a Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 8 Sep 2017 14:50:41 +0200 Subject: [PATCH 3/3] Update README.md readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d107b..922340f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Fork ``` -This fork solves issue with names in Ionic package.json. Especially convinient with automatic builds. +This fork solves issue with plugin naming in Ionic package.json. Especially convinient with automatic builds. ``` # WifiWizard