Skip to content

Commit

Permalink
Release notes for version 5.4.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 342089164
  • Loading branch information
Samuel Stow authored and maddevrelgithubbot committed Nov 12, 2020
1 parent c2f6e06 commit 3341957
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
21 changes: 3 additions & 18 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Google Mobile Ads Unity Plugin Change Log

**************
Version 5.5.0
Version 5.4.0
**************

Plugin:
- Add support for iOS14 with Googles `SKAdNetwork` identifiers automatically included in
`Info.plist`.
- Added APIs for the RewardedInterstitialAd format. Rewarded interstitial ads
are currently in private beta. Reach out to your account manager to request
access.
- Added the RewardedInterstitialAd format. This feature is currently in private beta. Reach out to your account manager to request access.
- Added mock ad views to enable developers to test ad placement and callback logic within the Unity editor.
- Added fix for crash that occurs when attempting to show interstitial when app is closing.
- Added fix for crash that occurs when calling `GetResponseInfo()` on iOS before ad is loaded.

Expand All @@ -18,20 +17,6 @@ Built and tested with:
- Google Mobile Ads iOS SDK 7.68.0
- External Dependency Manager for Unity 1.2.161.


**************
Version 5.4.0
**************

Plugin:
- Added the RewardedInterstitialAd format. This feature is currently in private beta. Reach out to your account manager to request access.
- Added mock ad views to enable developers to test ad placement and callback logic within the Unity editor.

Built and tested with:
- Google Play services 19.3.0
- Google Mobile Ads iOS SDK 7.64.0
- External Dependency Manager for Unity 1.2.156.

**************
Version 5.3.0
**************
Expand Down
2 changes: 1 addition & 1 deletion source/plugin/Assets/GoogleMobileAds/Api/Core/AdRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace GoogleMobileAds.Api
{
public class AdRequest
{
public const string Version = "5.5.0";
public const string Version = "5.4.0";
public const string TestDeviceSimulator = "SIMULATOR";

private AdRequest(Builder builder)
Expand Down

0 comments on commit 3341957

Please sign in to comment.