diff --git a/Examples/YandexMobileAdsExample/YandexMobileAdsExample/MobileMediation/MobileMediationBannerViewController.swift b/Examples/YandexMobileAdsExample/YandexMobileAdsExample/MobileMediation/MobileMediationBannerViewController.swift index 345f7a5..2e40e03 100644 --- a/Examples/YandexMobileAdsExample/YandexMobileAdsExample/MobileMediation/MobileMediationBannerViewController.swift +++ b/Examples/YandexMobileAdsExample/YandexMobileAdsExample/MobileMediation/MobileMediationBannerViewController.swift @@ -13,16 +13,22 @@ private let mintegralAdUnitID = "demo-banner-mintegral" private let myTargetAdUnitID = "demo-banner-mytarget" private let chartboostAdUnitID = "demo-banner-chartboost" private let adColonyAdUnitID = "demo-banner-adcolony" +private let bigoAdsAdUnitID = "demo-banner-bigoads" +private let inMobiAdsAdUnitID = "demo-banner-inmobi" +private let startAppAdUnitID = "demo-banner-startapp" private let yandexAdUnitID = "demo-banner-yandex" class MobileMediationBannerViewController: UIViewController { private let adUnitIDs = [ - (adapter: "AdMob", adUnitID: adMobAdUnitID), + (adapter: "AdColony", adUnitID: adColonyAdUnitID), + (adapter: "BigoAds", adUnitID: bigoAdsAdUnitID), + (adapter: "Chartboost", adUnitID: chartboostAdUnitID), + (adapter: "Google", adUnitID: adMobAdUnitID), + (adapter: "InMobi", adUnitID: inMobiAdsAdUnitID), (adapter: "Mintegral", adUnitID: mintegralAdUnitID), (adapter: "MyTarget", adUnitID: myTargetAdUnitID), - (adapter: "Chartboost", adUnitID: chartboostAdUnitID), - (adapter: "AdColony", adUnitID: adColonyAdUnitID), + (adapter: "StartApp", adUnitID: startAppAdUnitID), (adapter: "Yandex", adUnitID: yandexAdUnitID) ] diff --git a/Examples/YandexMobileAdsExample/YandexMobileAdsExample/MobileMediation/MobileMediationInterstitialViewController.swift b/Examples/YandexMobileAdsExample/YandexMobileAdsExample/MobileMediation/MobileMediationInterstitialViewController.swift index 3edf17d..17169cc 100644 --- a/Examples/YandexMobileAdsExample/YandexMobileAdsExample/MobileMediation/MobileMediationInterstitialViewController.swift +++ b/Examples/YandexMobileAdsExample/YandexMobileAdsExample/MobileMediation/MobileMediationInterstitialViewController.swift @@ -16,18 +16,24 @@ private let myTargetAdUnitID = "demo-interstitial-mytarget" private let unityAdsAdUnitID = "demo-interstitial-unityads" private let chartboostAdUnitID = "demo-interstitial-chartboost" private let adColonyAdUnitID = "demo-interstitial-adcolony" +private let bigoAdsAdUnitID = "demo-interstitial-bigoads" +private let inMobiAdUnitID = "demo-interstitial-inmobi" +private let startAppAdUnitID = "demo-interstitial-startapp" private let yandexAdUnitID = "demo-interstitial-yandex" class MobileMediationInterstitialViewController: UIViewController { private let adUnitIDs = [ - (adapter: "AdMob", adUnitID: adMobAdUnitID), + (adapter: "AdColony", adUnitID: adColonyAdUnitID), (adapter: "AppLovin", adUnitID: appLovinAdUnitID), + (adapter: "BigoAds", adUnitID: bigoAdsAdUnitID), + (adapter: "Chartboost", adUnitID: chartboostAdUnitID), + (adapter: "Google", adUnitID: adMobAdUnitID), + (adapter: "InMobi", adUnitID: inMobiAdUnitID), (adapter: "IronSource", adUnitID: ironSourceAdUnitID), (adapter: "Mintegral", adUnitID: mintegralAdUnitID), (adapter: "MyTarget", adUnitID: myTargetAdUnitID), + (adapter: "StartApp", adUnitID: startAppAdUnitID), (adapter: "UnityAds", adUnitID: unityAdsAdUnitID), - (adapter: "Chartboost", adUnitID: chartboostAdUnitID), - (adapter: "AdColony", adUnitID: adColonyAdUnitID), (adapter: "Yandex", adUnitID: yandexAdUnitID) ] private let interstitialAdLoader = YMAInterstitialAdLoader() diff --git a/Examples/YandexMobileAdsExample/YandexMobileAdsExample/MobileMediation/MobileMediationRewardedViewController.swift b/Examples/YandexMobileAdsExample/YandexMobileAdsExample/MobileMediation/MobileMediationRewardedViewController.swift index 91f0b24..8555f9a 100644 --- a/Examples/YandexMobileAdsExample/YandexMobileAdsExample/MobileMediation/MobileMediationRewardedViewController.swift +++ b/Examples/YandexMobileAdsExample/YandexMobileAdsExample/MobileMediation/MobileMediationRewardedViewController.swift @@ -16,18 +16,24 @@ private let myTargetAdUnitID = "demo-rewarded-mytarget" private let unityAdsAdUnitID = "demo-rewarded-unityads" private let chartboostAdUnitID = "demo-rewarded-chartboost" private let adColonyAdUnitID = "demo-rewarded-adcolony" +private let bigoAdsAdUnitID = "demo-rewarded-bigoads" +private let inMobiAdUnitID = "demo-rewarded-inmobi" +private let startAppAdUnitID = "demo-rewarded-startapp" private let yandexAdUnitID = "demo-rewarded-yandex" class MobileMediationRewardedViewController: UIViewController { private let adUnitIDs = [ - (adapter: "AdMob", adUnitID: adMobAdUnitID), + (adapter: "AdColony", adUnitID: adColonyAdUnitID), (adapter: "AppLovin", adUnitID: appLovinAdUnitID), + (adapter: "BigoAds", adUnitID: bigoAdsAdUnitID), + (adapter: "Chartboost", adUnitID: chartboostAdUnitID), + (adapter: "Google", adUnitID: adMobAdUnitID), + (adapter: "InMobi", adUnitID: inMobiAdUnitID), (adapter: "IronSource", adUnitID: ironSourceAdUnitID), (adapter: "Mintegral", adUnitID: mintegralAdUnitID), (adapter: "MyTarget", adUnitID: myTargetAdUnitID), + (adapter: "StartApp", adUnitID: startAppAdUnitID), (adapter: "UnityAds", adUnitID: unityAdsAdUnitID), - (adapter: "Chartboost", adUnitID: chartboostAdUnitID), - (adapter: "AdColony", adUnitID: adColonyAdUnitID), (adapter: "Yandex", adUnitID: yandexAdUnitID) ] private let rewardedAdLoader = YMARewardedAdLoader() diff --git a/changelog/adapter/admob-mobileads/CHANGELOG.md b/changelog/adapter/admob-mobileads/CHANGELOG.md index 500fb8d..c115c8a 100644 --- a/changelog/adapter/admob-mobileads/CHANGELOG.md +++ b/changelog/adapter/admob-mobileads/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 6.1.0.0 + +### Updated +* Added support for Yandex Mobile Ads SDK 6.1.0 +* Added support for Google Mobile Ads SDK version 10.12.0 +* Updated minimum supported Google Mobile Ads SDK version to 10.12.0 + ## Version 6.0.0.0 ### Updated diff --git a/changelog/adapter/ironsource-mobileads/CHANGELOG.md b/changelog/adapter/ironsource-mobileads/CHANGELOG.md index 4c23d12..4e0bd12 100644 --- a/changelog/adapter/ironsource-mobileads/CHANGELOG.md +++ b/changelog/adapter/ironsource-mobileads/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 6.1.0.0 + +### Updated +* Added support for Yandex Mobile Ads SDK 6.1.0 +* Added support for IronSource SDK 7.5.0.0 +* Updated minimum supported IronSource SDK version to 7.5.0.0 + ## Version 6.0.0.0 ### Updated diff --git a/changelog/mediation/mobileads-adcolony/CHANGELOG.md b/changelog/mediation/mobileads-adcolony/CHANGELOG.md index ee25597..4d526c0 100644 --- a/changelog/mediation/mobileads-adcolony/CHANGELOG.md +++ b/changelog/mediation/mobileads-adcolony/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 4.9.0.6 + +#### Added +* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0 + ## Version 4.9.0.5 #### Added diff --git a/changelog/mediation/mobileads-applovin/CHANGELOG.md b/changelog/mediation/mobileads-applovin/CHANGELOG.md index d955509..e42b4e2 100644 --- a/changelog/mediation/mobileads-applovin/CHANGELOG.md +++ b/changelog/mediation/mobileads-applovin/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 11.11.3.1 + +#### Added +* Added support for AppLovin sdk version 11.11.3 +* Updated minimum supported AppLovin sdk version to 11.11.3 +* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0 + ## Version 11.11.2.0 #### Added diff --git a/changelog/mediation/mobileads-bigoads/CHANGELOG.md b/changelog/mediation/mobileads-bigoads/CHANGELOG.md index 436cab8..fae1379 100644 --- a/changelog/mediation/mobileads-bigoads/CHANGELOG.md +++ b/changelog/mediation/mobileads-bigoads/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 4.0.4.0 + +#### Added +* Added support for BigoADS sdk version 4.0.4 +* Updated minimum supported BigoADS sdk version to 4.0.4 +* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0 + ## Version 4.0.2.0 #### Added diff --git a/changelog/mediation/mobileads-chartboost/CHANGELOG.md b/changelog/mediation/mobileads-chartboost/CHANGELOG.md index ff37c7e..104c884 100644 --- a/changelog/mediation/mobileads-chartboost/CHANGELOG.md +++ b/changelog/mediation/mobileads-chartboost/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 9.4.0.1 + +#### Added +* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0 + ## Version 9.4.0.0 #### Added diff --git a/changelog/mediation/mobileads-google/CHANGELOG.md b/changelog/mediation/mobileads-google/CHANGELOG.md index df12b6e..8352348 100644 --- a/changelog/mediation/mobileads-google/CHANGELOG.md +++ b/changelog/mediation/mobileads-google/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 10.12.0.0 + +#### Added +* Added support for AdMob SDK version 10.12.0 +* Updated minimum supported AdMob SDK version to 10.12.0 +* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0 + ## Version 10.9.0.0 #### Added diff --git a/changelog/mediation/mobileads-inmobi/CHANGELOG.md b/changelog/mediation/mobileads-inmobi/CHANGELOG.md index 9bcbd03..a91d20b 100644 --- a/changelog/mediation/mobileads-inmobi/CHANGELOG.md +++ b/changelog/mediation/mobileads-inmobi/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 10.5.5.2 + +#### Added +* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0 + ## Version 10.5.5.1 #### Added diff --git a/changelog/mediation/mobileads-ironsource/CHANGELOG.md b/changelog/mediation/mobileads-ironsource/CHANGELOG.md index 03619f9..5cb30b2 100644 --- a/changelog/mediation/mobileads-ironsource/CHANGELOG.md +++ b/changelog/mediation/mobileads-ironsource/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 7.5.0.1 + +#### Updated +* Added support for IronSource SDK version 7.5.0.0 +* Updated minimum supported IronSource SDK version to 7.5.0.0 +* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0 + ## Version 7.4.0.0 #### Updated diff --git a/changelog/mediation/mobileads-mintegral/CHANGELOG.md b/changelog/mediation/mobileads-mintegral/CHANGELOG.md index 6ce989b..0090088 100644 --- a/changelog/mediation/mobileads-mintegral/CHANGELOG.md +++ b/changelog/mediation/mobileads-mintegral/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 7.4.7.0 + +#### Updated +* Added support for Mintegral SDK version 7.4.7 +* Updated minimum supported Mintegral SDK version to 7.4.7 +* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0 + ## Version 7.4.2.0 #### Updated diff --git a/changelog/mediation/mobileads-mytarget/CHANGELOG.md b/changelog/mediation/mobileads-mytarget/CHANGELOG.md index 5a7e990..e738f94 100644 --- a/changelog/mediation/mobileads-mytarget/CHANGELOG.md +++ b/changelog/mediation/mobileads-mytarget/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 5.19.0.1 + +#### Updated +* Added support for MyTarget SDK version 5.19.0 +* Updated minimum supported MyTarget SDK version to 5.19.0 +* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0 + ## Version 5.18.0.1 #### Updated diff --git a/changelog/mediation/mobileads-startapp/CHANGELOG.md b/changelog/mediation/mobileads-startapp/CHANGELOG.md index e312862..d8cf819 100644 --- a/changelog/mediation/mobileads-startapp/CHANGELOG.md +++ b/changelog/mediation/mobileads-startapp/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 4.10.0.0 + +#### Updated +* Added support for StartApp sdk version 4.10.0 +* Updated minimum supported StartApp sdk version to 4.10.0 +* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0 + ## Version 4.7.3.0 #### Updated diff --git a/changelog/mediation/mobileads-unityads/CHANGELOG.md b/changelog/mediation/mobileads-unityads/CHANGELOG.md index 534a1fe..38f7f59 100644 --- a/changelog/mediation/mobileads-unityads/CHANGELOG.md +++ b/changelog/mediation/mobileads-unityads/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 4.9.0.0 + +#### Updated +* Added support for UnityAds SDK version 4.9.0 +* Updated minimum supported UnityAds SDK version to 4.9.0 +* Updated minimum supported UnityAds SDK version to 6.1.0 + ## Version 4.8.0.1 #### Updated diff --git a/changelog/mobileads/CHANGELOG.md b/changelog/mobileads/CHANGELOG.md index 00aa342..53ff54c 100644 --- a/changelog/mobileads/CHANGELOG.md +++ b/changelog/mobileads/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +# Version 6.1.0 + +### Added +* Added support of CMP (Consent Management Platform) +* Improved ads loading caching +* Improvements and optimizations + # Version 6.0.0 ### Added