From 0cf84a68ed0eb1735a74af4e555aeddf60a60dd9 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Tue, 19 Dec 2023 22:04:00 +0100 Subject: [PATCH] docs(cloud-settings): Change installation example to use plugin author's package ID (#4694) * feat(diagnostics): add missing constants and methods for latest plugin version (#4600) * feat(cordova-plugin-firebase-model): Add new plugin to download and process ML model hosted in firebase. (#4608) * feat(unvired-cordova-sdk): Add new function to regenrate the JWT Token * feat(unvired-cordova-sdk): Add couple of properties to login parameters. * feat(cordova-plugin-firebase-model): Add new plugin for downloading and processing ML model hosted in Firebase. * fix(cordova-plugin-unvired-sdk): revert last set of changes. * fix(cordova-plugin-unvired-sdk): Add two new login properties. * fix(cordova-plugin-firebase-model): Delete the previously added plugin. * Revert "fix(cordova-plugin-firebase-model): Delete the previously added plugin." This reverts commit 86f39dc7e83d82a707c74034a1384602531b34e9. * Revert "fix(cordova-plugin-unvired-sdk): Add two new login properties." This reverts commit a79f31e12e1025b9fdde736e4933ee3a749c18bb. * feat(clevertap): support clevertap-cordova 2.7.0 (#4617) [skip ci] * feat(clevertap): add CleverTap plugin * style(clevertap): cleanup stray lint error * refactor * feat(clevertap): update for latest CleverTap Cordova plugin * chore: Update Repo from Ionic Native Repo * fix: Code Changes for parity SDK-155 * fix: Indentation fixes for SDK-155 * fix: Code Repo fix while updating fork branch * fix: Remove unnecessary adder .scripts Folder * fix: Remove unwanted added folder .circleci * fix: Remove unwanted added File .npmrc * fix: Revert .Github Folder Changes to as per Ionic-Native master * fix: Update changes as per ionic-native master * fix: Code Repo fix while updating fork branch fix: Remove unnecessary adder .scripts Folder fix: Remove unwanted added folder .circleci fix: Remove unwanted added File .npmrc fix: Revert .Github Folder Changes to as per Ionic-Native master fix: Update changes as per ionic-native master * fix(CleverTap): Fix for missing methods issue #3491 * refactor(profile): remove setProfile methods for fb and google * refactor(dynamic variables): remove Product A/B Testing (Dynamic Variables) code * fix(product config): add key param to product config getters * feat(identity): add a new public method getCleverTapID and deprecate existing CleverTapID methods * feat(profile): add public methods to increment/decrement values set via User properties * feat(profile): add public methods to increment/decrement values set via User properties * feat(inapp): add public methods for suspending/discarding & resuming InApp Notifications * feat(inbox): add new api for iOS to delete bulk inbox messages for given message ids * refactor(xiaomi-push): add region as an extra mandatory parameter to setPushXiaomiToken * Update index.ts to support cordova 2.7.0 * Update index.ts --------- Co-authored-by: Peter Wilkniss Co-authored-by: Daniel Sogl Co-authored-by: Darshan Pania Co-authored-by: Surya Co-authored-by: SuryaClevertap <63039490+SuryaClevertap@users.noreply.github.com> Co-authored-by: Piyush Kukadiya Co-authored-by: piyush-kukadiya <61137760+piyush-kukadiya@users.noreply.github.com> * feat(save-dialog): add plugin (#4618) * smtp-client * fix plugin ref * cloud settings * + save-dialog --------- Co-authored-by: Daniel Sogl * Change installation example to use plugin author's package ID (rather than a random fork) --------- Co-authored-by: Dave Alden Co-authored-by: Srinidhi Co-authored-by: AishwaryaNanna <97506871+AishwaryaNanna@users.noreply.github.com> Co-authored-by: Peter Wilkniss Co-authored-by: Darshan Pania Co-authored-by: Surya Co-authored-by: SuryaClevertap <63039490+SuryaClevertap@users.noreply.github.com> Co-authored-by: Piyush Kukadiya Co-authored-by: piyush-kukadiya <61137760+piyush-kukadiya@users.noreply.github.com> Co-authored-by: marysuon --- docs/plugins/cloud-settings/README.md | 2 +- docs/plugins/save-dialog/README.md | 12 ++++++------ docs/plugins/smtp-client/README.md | 5 +---- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/docs/plugins/cloud-settings/README.md b/docs/plugins/cloud-settings/README.md index d16baada3c..3f52cddc0b 100644 --- a/docs/plugins/cloud-settings/README.md +++ b/docs/plugins/cloud-settings/README.md @@ -1,7 +1,7 @@ # Cloud Settings ``` -$ ionic cordova plugin add @marysuon/cordova-plugin-cloud-settings --variable ANDROID_BACKUP_SERVICE_KEY=myapikey +$ ionic cordova plugin add cordova-plugin-cloud-settings --variable ANDROID_BACKUP_SERVICE_KEY=myapikey $ npm install @awesome-cordova-plugins/cloud-settings ``` diff --git a/docs/plugins/save-dialog/README.md b/docs/plugins/save-dialog/README.md index b45e32caf9..d19e9a0553 100644 --- a/docs/plugins/save-dialog/README.md +++ b/docs/plugins/save-dialog/README.md @@ -1,6 +1,6 @@ -# SaveDialog +# Save Dialog -``` +```text $ ionic cordova plugin add cordova-plugin-save-dialog $ npm install @awesome-cordova-plugins/save-dialog ``` @@ -9,12 +9,12 @@ $ npm install @awesome-cordova-plugins/save-dialog Plugin Repo: [https://github.com/Amphiluke/cordova-plugin-save-dialog](https://github.com/Amphiluke/cordova-plugin-save-dialog) -Plugin displays the native Save dialog which allows users to store a file in the selected location. +This Cordova plugin displays the native Save dialog which allows users to store a file in the selected location. ## Supported platforms -- Android - - iOS - +* Android +* iOS + diff --git a/docs/plugins/smtp-client/README.md b/docs/plugins/smtp-client/README.md index 7f57fb7a05..564b8ebc4f 100644 --- a/docs/plugins/smtp-client/README.md +++ b/docs/plugins/smtp-client/README.md @@ -14,7 +14,4 @@ Plugin Repo: [https://github.com/CWBudde/cordova-plugin-smtp-client](https://git ## Supported platforms - Android - - iOS - - - +- iOS