From e6beef62dd8fb8f21f9cfaa9bdcfcd659704a24c Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Wed, 26 Jan 2022 12:08:58 -0500 Subject: [PATCH] chore(): cleanup --- scripts/data/native.json | 16 ---- scripts/native.js | 1 + .../reference/ReleaseNotes/release-notes.json | 80 ++++++++++++------- 3 files changed, 51 insertions(+), 46 deletions(-) diff --git a/scripts/data/native.json b/scripts/data/native.json index 54220bd605d..f23186db3d4 100644 --- a/scripts/data/native.json +++ b/scripts/data/native.json @@ -57,22 +57,6 @@ "name": "cordova-admob-plus" } }, - { - "packageName": "@awesome-cordova-plugins/admob-pro", - "displayName": "AdMob Pro", - "description": "\nPlugin for Google Ads, including AdMob / DFP (DoubleClick for publisher) and mediations to other Ad networks.\n\nIMPORTANT NOTICE: this plugin takes a percentage out of your earnings if you profit more than $1,000. Read more about this on the plugin's repo. For a completely free alternative, see [AdMobPro Free](../admob-free).", - "usage": "\n```typescript\nimport { AdMobPro } from '@awesome-cordova-plugins/admob-pro/ngx';\nimport { Platform } from '@ionic/angular';\n\nconstructor(private admob: AdMobPro, private platform: Platform ) { }\n\nionViewDidLoad() {\n this.admob.onAdDismiss()\n .subscribe(() => { console.log('User dismissed ad'); });\n}\n\nonClick() {\n let adId;\n if(this.platform.is('android')) {\n adId = 'YOUR_ADID_ANDROID';\n } else if (this.platform.is('ios')) {\n adId = 'YOUR_ADID_IOS';\n }\n this.admob.prepareInterstitial({adId: adId})\n .then(() => { this.admob.showInterstitial(); });\n}\n\n```\n", - "platforms": [ - "Android", - "iOS", - "Windows Phone 8" - ], - "repo": "https://github.com/floatinghotpot/cordova-admob-pro", - "cordovaPlugin": { - "name": "cordova-plugin-admobpro" - }, - "capacitorIncompatible": true - }, { "packageName": "@awesome-cordova-plugins/admob", "displayName": "AdMob", diff --git a/scripts/native.js b/scripts/native.js index 40aca7e9407..ca80be38a8b 100644 --- a/scripts/native.js +++ b/scripts/native.js @@ -14,6 +14,7 @@ const filteredPlugins = [ '@awesome-cordova-plugins/checkout', '@awesome-cordova-plugins/secure-storage-echo', '@awesome-cordova-plugins/secure-storage', + '@awesome-cordova-plugins/admob-pro', ]; let plugins = nativeJSON.filter((plugin) => !filteredPlugins.includes(plugin.packageName)); diff --git a/src/components/page/reference/ReleaseNotes/release-notes.json b/src/components/page/reference/ReleaseNotes/release-notes.json index 232b29a91d5..dbd64bc16ce 100644 --- a/src/components/page/reference/ReleaseNotes/release-notes.json +++ b/src/components/page/reference/ReleaseNotes/release-notes.json @@ -1,4 +1,44 @@ [ + { + "body": "

6.0.4 (2022-01-26)

\n

Bug Fixes

\n\n", + "element": "Unobtainium", + "name": "v6.0.4", + "published_at": "January 26 2022", + "symbol": "Uo", + "tag_name": "v6.0.4", + "type": "patch", + "version": "6.0.4" + }, + { + "body": "

6.0.3 (2022-01-19)

\n

Bug Fixes

\n\n", + "element": "Unobtainium", + "name": "v6.0.3", + "published_at": "January 19 2022", + "symbol": "Uo", + "tag_name": "v6.0.3", + "type": "patch", + "version": "6.0.3" + }, + { + "body": "

6.0.2 (2022-01-11)

\n

Bug Fixes

\n\n", + "element": "Unobtainium", + "name": "v6.0.2", + "published_at": "January 11 2022", + "symbol": "Uo", + "tag_name": "v6.0.2", + "type": "patch", + "version": "6.0.2" + }, + { + "body": "

Bug Fixes

\n\n

Performance Improvements

\n\n", + "element": "Unobtainium", + "name": "6.0.1", + "published_at": "December 15 2021", + "symbol": "Uo", + "tag_name": "v6.0.1", + "type": "patch", + "version": "6.0.1" + }, { "body": "

Enjoy! 🚀

\n
\n

We recommend updating to version 5.9.2 before updating to version 6.0.0 in order to see deprecation warnings related to your app in the developer console.

\n
\n

Please see the Ionic 6 Upgrade Guide for a step-by-step list of what you need to do to get started with Ionic 6.

\n", "element": "Unobtainium", @@ -9,6 +49,16 @@ "type": "major", "version": "6.0.0" }, + { + "body": "

Bug Fixes

\n\n

Performance Improvements

\n\n", + "element": "Scandium", + "name": "5.9.3", + "published_at": "December 15 2021", + "symbol": "Sc", + "tag_name": "v5.9.3", + "type": "patch", + "version": "5.9.3" + }, { "body": "

Bug Fixes

\n\n", "element": "Scandium", @@ -138,35 +188,5 @@ "tag_name": "v5.6.12", "type": "patch", "version": "5.6.12" - }, - { - "body": "

Bug Fixes

\n\n", - "element": "Argon", - "name": "5.6.11", - "published_at": "July 1 2021", - "symbol": "Ar", - "tag_name": "v5.6.11", - "type": "patch", - "version": "5.6.11" - }, - { - "body": "

Bug Fixes

\n\n", - "element": "Argon", - "name": "5.6.10", - "published_at": "June 22 2021", - "symbol": "Ar", - "tag_name": "v5.6.10", - "type": "patch", - "version": "5.6.10" - }, - { - "body": "

Bug Fixes

\n\n", - "element": "Argon", - "name": "5.6.9", - "published_at": "June 8 2021", - "symbol": "Ar", - "tag_name": "v5.6.9", - "type": "patch", - "version": "5.6.9" } ]