From 7b8fe5f9d63be05166e2261b346f0bdeb3ef4d3b Mon Sep 17 00:00:00 2001 From: antoninbeaufort <33757018+AntoninBeaufort@users.noreply.github.com> Date: Fri, 7 Feb 2020 14:12:32 +0100 Subject: [PATCH 1/2] docs(community-plugins) Replace deprecated plugins Hi, Simply remove deprecated plugins add the category set of plugins with the replacement of the deprecated plugins. --- site/docs-md/community/plugins.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/site/docs-md/community/plugins.md b/site/docs-md/community/plugins.md index ab189a45d..6b5fa8035 100644 --- a/site/docs-md/community/plugins.md +++ b/site/docs-md/community/plugins.md @@ -3,6 +3,7 @@ title: Capacitor Community Plugins description: Capacitor Community Plugins url: /docs/community/plugins contributors: + - AntoninBeaufort --- # Capacitor Community Plugins @@ -50,14 +51,12 @@ Are we missing your awesome plugin? [Add it to this page](https://github.com/ion | Name | NPM package | GitHub | Notes | | ----------------------- | ----------- | ------ | ------ | -| Data Storage SQLite | `capacitor-data-storage-sqlite` | | | | Secure Storage Plugin | `capacitor-secure-storage-plugin` | | | ## Video | Name | NPM package | GitHub | Notes | | ----------------------- | ----------- | ------ | ------ | -| Video Player | `capacitor-video-player` | | | | YouTube | `capacitor-youtube-player` | | | | Twilio iOS | `twilio-ios-capacitor` | | Video calls with Twilio | | Video Recorder | `@teamhive/capacitor-video-recorder` | | | @@ -93,7 +92,7 @@ Are we missing your awesome plugin? [Add it to this page](https://github.com/ion | Name | NPM package | GitHub | Notes | | ----------------------- | ----------- | ------ | ------ | -| Fused Location | `@johannesnormannjensen/capacitor-fused-location` | | | +| Fused Location | `@jonoj/capacitor-fused-location` | | | | Geofence Tracker | `capacitor-geofence-tracker` | | | | Fancy Geo | `capacitor-fancy-geo` | | | | [Radar](https://radar.io) | `capacitor-radar` | | | @@ -177,3 +176,9 @@ Are we missing your awesome plugin? [Add it to this page](https://github.com/ion | Install Referrer | `capacitor-install-referrer` | | | | Request app review | `capacitor-rate-app` | | Request app review from users | | Change Android Navigationbar Color | `capacitor-navigationbar` | | Programmatically change the navigation bar color on android devices | + +## Set of plugins + +| Name | NPM package | GitHub | Notes | +| ----------------------- | ----------- | ------ | ------ | +| Jeep Capacitor Plugins Library | `@jeepq/capacitor` | | Replace Data Storage SQLite Plugin and Video Player Plugin from jepiqueau | From da76dc738823047fe1d168dced04ed7869c66ccb Mon Sep 17 00:00:00 2001 From: antoninbeaufort <33757018+AntoninBeaufort@users.noreply.github.com> Date: Fri, 7 Feb 2020 15:16:29 +0100 Subject: [PATCH 2/2] docs(community-plugins) Remove set of plugins --- site/docs-md/community/plugins.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/site/docs-md/community/plugins.md b/site/docs-md/community/plugins.md index 6b5fa8035..a0bad7ed5 100644 --- a/site/docs-md/community/plugins.md +++ b/site/docs-md/community/plugins.md @@ -176,9 +176,3 @@ Are we missing your awesome plugin? [Add it to this page](https://github.com/ion | Install Referrer | `capacitor-install-referrer` | | | | Request app review | `capacitor-rate-app` | | Request app review from users | | Change Android Navigationbar Color | `capacitor-navigationbar` | | Programmatically change the navigation bar color on android devices | - -## Set of plugins - -| Name | NPM package | GitHub | Notes | -| ----------------------- | ----------- | ------ | ------ | -| Jeep Capacitor Plugins Library | `@jeepq/capacitor` | | Replace Data Storage SQLite Plugin and Video Player Plugin from jepiqueau |