Skip to content

Latest commit

 

History

History
129 lines (92 loc) · 6.04 KB

CHANGELOG.md

File metadata and controls

129 lines (92 loc) · 6.04 KB

Changelog

  • 12.8.1.1

    • Adjust minimium MoPub SDK version from 5.17.0 to 5.17. This allows integrations to use MoPub 5.17.x up to (but not including) 6.0.
    • Service release. No new features.
  • 12.8.1.0

    • This version of the adapters has been certified with Tapjoy 12.8.1 and MoPub SDK 5.17.0.
  • 12.8.0.2

    • Add fullscreenAdAdapterAdWillPresent and fullscreenAdAdapterAdDidPresent to notify publishers of the fullscreen ad show event. Remove fullscreenAdAdapterAdWillAppear and fullscreenAdAdapterAdDidAppear as they are now deprecated by the MoPub iOS SDK.
    • Publishers must use v5.17.0 of the MoPub SDK at the minimum.
  • 12.8.0.1

    • Remove deprecated usage of Rewarded Video APIs.
  • 12.8.0.0

    • This version of the adapters has been certified with Tapjoy 12.8.0 and MoPub SDK 5.16.2.
  • 12.7.1.3

    • Add support for fullscreenAdAdapterAdWillDismiss when a fullscreen creative is about to close. Publishers must use v5.16.1 of the MoPub SDK at the minimum.
  • 12.7.1.2

    • Replace imports using MoPubSDKFramework with MoPubSDK. No external impacts to publishers.
  • 12.7.1.1

    • Add support for fullscreenAdAdapterAdDidDismiss: to signal that the fullscreen ad is closing and the state should be reset. To use this adapter version, you need v5.15.0 of the MoPub iOS SDK at the minimum.
  • 12.7.1.0

    • This version of the adapters has been certified with Tapjoy 12.7.1 and MoPub SDK 5.14.1.
  • 12.7.0.1

    • This version of the adapters has been certified with Tapjoy 12.7.0 and MoPub SDK 5.14.1.
  • 12.7.0.0

    • This version of the adapters has been certified with Tapjoy 12.7.0 and MoPub SDK 5.13.1.
    • Note that, while Tapjoy 12.7.0 supports iOS 14, this adapter version is not certified using iOS 14. For iOS 14 compatibility, expect an upcoming adapter release.
  • 12.6.1.1

    • Fix adapter compiler warnings.
  • 12.6.1.0

    • This version of the adapters has been certified with Tapjoy 12.6.1 and MoPub SDK 5.13.1.
  • 12.6.0.0

    • This version of the adapters has been certified with Tapjoy 12.6.0 and MoPub SDK 5.13.0.
    • Update to new GDPR and consent APIs.
  • 12.4.2.1

    • Refactor non-native adapter classes to use the new consolidated API from MoPub.
    • This and newer adapter versions are only compatible with 5.13.0+ MoPub SDK.
  • 12.4.2.0

    • This version of the adapters has been certified with Tapjoy 12.4.2.
  • 12.4.1.0

    • This version of the adapters has been certified with Tapjoy 12.4.1.
  • 12.4.0.0

    • This version of the adapters has been certified with Tapjoy 12.4.0.
  • 12.3.4.0

    • This version of the adapters has been certified with Tapjoy 12.3.4 and is compatible with iOS 13.
  • 12.3.1.3

    • Set video delegate correctly to receive TJPlacementVideoDelegate callbacks so that the user is rewarded after video completion.
  • 12.3.1.2

    • Remove duplicate Tapjoy connect calls in TapjoyAdapterConfiguration.
  • 12.3.1.1

    • Update minimum compatible MoPub SDK version for adapters to v5.6.0.
  • 12.3.1.0

    • This version of adapters has been certified with Tapjoy 12.3.1.
    • Fix misleading logging for ad load success and ad show failure in TapjoyRewardedVideoCustomEvent.
    • Add didClick callback support for interstitial and rewarded video ad clicks.
  • 12.2.1.0

    • This version of the adapters has been certified with Tapjoy 12.2.1.
    • Pass MoPub's log level to Tapjoy. To adjust Tapjoy's log level via MoPub's log settings, reference the steps on this page.
  • 12.2.0.4

    • Adapters now fetch only the core MoPub iOS SDK (excluding viewability SDKs). Publishers wishing to integrate viewability should fetch the mopub-ios-sdk dependency in their own Podfile.
  • 12.2.0.3

    • Update Adapter Version in TapjoyAdapterConfiguration to accommodate podspec changes for Unity releases.
  • 12.2.0.2

    • Move source_files to the Network subspec.
  • 12.2.0.1

    • Note: This version is only compatible with the 5.5.0+ release of the MoPub SDK.
    • Add the TapjoyAdapterConfiguration class to:
      • pre-initialize the Tapjoy SDK during MoPub SDK initialization process
      • store adapter and SDK versions for logging purpose
      • return the Advanced Biding token previously returned by TapjoyAdvancedBidder.m
    • Streamline adapter logs via MPLogAdEvent to make debugging more efficient. For more details, check the iOS Initialization guide and Writing Custom Events guide.
  • 12.2.0.0

    • This version of the adapters has been certified with Tapjoy 12.2.0.
  • 12.1.0.0

    • This version of the adapters has been certified with Tapjoy 12.1.0.
  • 12.0.0.0

    • This version of the adapters has been certified with Tapjoy 12.0.0.
    • Add TapjoyAdvancedBidder for publishers using Advanced Bidding.
  • 11.12.2.1

    • Update adapters to be compatible with MoPub iOS SDK framework
  • 11.12.2.0

    • This version of the adapters has been certified with Tapjoy 11.12.2.
    • General Data Protection Regulation (GDPR) update to support a way for publishers to determine GDPR applicability and to obtain/manage consent from users in European Economic Area, the United Kingdom, or Switzerland to serve personalize ads. Only applicable when integrated with MoPub version 5.0.0 and above.
  • 11.12.0.2

    • Update import statements for MoPub frameworks
  • 11.12.0.1

    • Updated the adapter's cocoapods dependency to MoPub version 5.0
  • 11.12.0.0

    • This version of the adapters has been certified with Tapjoy 11.12.0.
  • 11.11.1.2

    • This version of the adapters has been certified with Tapjoy 11.11.1.
  • Initial Commit