Skip to content

Commit

Permalink
Minor format edits
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 374345749
  • Loading branch information
JillSong authored and maddevrelgithubbot committed May 18, 2021
1 parent dce915b commit dc79758
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,17 @@ Version 6.0.0
**************

Plugin:
- Added support for GMA iOS SDK v8 and GMA Android SDK v20. Requires using GMA
iOS SDK v8.0.0 or higher, and GMA Android SDK 20.0.0 or higher.
- Added support for GMA iOS SDK v8 and GMA Android SDK v20. Requires using GMA iOS SDK v8.0.0 or higher, and GMA Android SDK 20.0.0 or higher.
- Removed MobileAds.Initialize(string appId).
- Removed Birthday, Gender, TestDevices, TagForChildDirectedTreatment properties
on AdRequest. TagForChildDirectedTreatment and TestDeviceIds properties are
available under RequestConfiguration..
- Removed Birthday, Gender, TestDevices, TagForChildDirectedTreatment properties on AdRequest. TagForChildDirectedTreatment and TestDeviceIds properties are available under RequestConfiguration..
- Removed OnAdLeavingApplication event for all formats.
- Removed MediationAdapterClassName from all formats in favor of ResponseInfo.
- Removed Message from AdErrorEventArgs class in favor of AdError.
- Removed RewardBasedVideoAd in favor of RewardedAd.
- Added support for ad load errors, please see https://developers.google.com/admob/unity/ad-load-errors for details.
- Ad Manager integration now requires providing the app ID in the Unity Editor.
- Changed package format to contain compiled assemblies in DLL format in place
of the uncompiled code.
- You need to disable "Add use_frameworks!" and "Always add the main target to
Podfile" in Unity Editor -> Assets -> External Dependency Manager -> iOS
Resolver -> Settings, or else the GMA plugin does not work.
- Changed package format to contain compiled assemblies in DLL format in place of the uncompiled code.
- You need to disable "Add use_frameworks!" and "Always add the main target to Podfile" in Unity Editor -> Assets -> External Dependency Manager -> iOS Resolver -> Settings, or else the GMA plugin does not work.

Built and tested with:
- Google Play services 20.0.0
Expand Down

0 comments on commit dc79758

Please sign in to comment.