Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmso committed Feb 14, 2023
1 parent 0477bf8 commit 940e2f6
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
60 changes: 30 additions & 30 deletions applovin_max/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
## Versions

## x.x.x
* Add support for stopping/starting banner and MREC auto-refresh programmatically and via the is `MaxAdView.isAutoRefreshEnabled` state.
* Add support for manually loading banner and MREC ads if auto-refesh is stopped via `AppLovinMAX.loadBanner()` and `AppLovinMAX.loadMRec()`.
## 2.4.0
* Add support for stopping/starting banner and MREC auto-refresh programmatically and via the is `MaxAdView.isAutoRefreshEnabled` state (banner [docs](https://dash.applovin.com/documentation/mediation/flutter/ad-formats/banners#stopping-and-starting-auto-refresh), MREC [docs](https://dash.applovin.com/documentation/mediation/flutter/ad-formats/mrecs#stopping-and-starting-auto-refresh)).
* Add support for manually loading banner and MREC ads if auto-refesh is stopped via `AppLovinMAX.loadBanner()` and `AppLovinMAX.loadMRec()`.
## 2.3.3
* Depends on Android SDK v11.6.1 and iOS SDK v11.6.1.
* Depends on Android SDK v11.6.1 and iOS SDK v11.6.1.
## 2.3.2
* Depends on Android SDK v11.6.0 and iOS SDK v11.6.0.
* Add support for waterfall info API.
* Add support for `AppLovinMAX.setLocationCollectionEnabled(bool enabled)` API.
* Depends on Android SDK v11.6.0 and iOS SDK v11.6.0.
* Add support for waterfall info API.
* Add support for `AppLovinMAX.setLocationCollectionEnabled(bool enabled)` API.
## 2.3.1
* Fix banner/MREC widget ad issue on Android. (https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/32)
* Fix banner/MREC widget ad issue on Android. (https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/32)
## 2.3.0
* Depends on Android SDK v11.5.5 and iOS SDK v11.5.5.
* Add support for App Open ads.
* Add support for passing additional data.
* Depends on Android SDK v11.5.5 and iOS SDK v11.5.5.
* Add support for App Open ads.
* Add support for passing additional data.
## 2.2.0
* Depends on Android SDK v11.5.3 and iOS SDK v11.5.3.
* Add support for ad revenue callbacks.
* Depends on Android SDK v11.5.3 and iOS SDK v11.5.3.
* Add support for ad revenue callbacks.
## 2.1.0
* Depends on Android SDK v11.5.2 and iOS SDK v11.5.1.
* Add API to enable or disable the Creative Debugger `AppLovinMAX.setCreativeDebuggerEnabled(...)`.
* Add API documentation.
* Fix warnings from `flutter analyze`.
* Depends on Android SDK v11.5.2 and iOS SDK v11.5.1.
* Add API to enable or disable the Creative Debugger `AppLovinMAX.setCreativeDebuggerEnabled(...)`.
* Add API documentation.
* Fix warnings from `flutter analyze`.
## 2.0.0
* Add support for rendering banners [docs](https://dash.applovin.com/documentation/mediation/flutter/getting-started/banners#widget-method) and MRECs [docs](https://dash.applovin.com/documentation/mediation/flutter/getting-started/mrecs#widget-method) as widgets.
* Add support for rendering banners [docs](https://dash.applovin.com/documentation/mediation/flutter/getting-started/banners#widget-method) and MRECs [docs](https://dash.applovin.com/documentation/mediation/flutter/getting-started/mrecs#widget-method) as widgets.
## 1.0.8
* Fix impression counting for fullscreen ads on iOS. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/19.
* Fix impression counting for fullscreen ads on iOS. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/19.
## 1.0.7
* Depends on Android SDK v11.4.4 and iOS SDK v11.4.3.
* Depends on Android SDK v11.4.4 and iOS SDK v11.4.3.
## 1.0.6
* Add `s.static_framework = true` in `applovin_max.podspec`. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/10.
* Add `s.static_framework = true` in `applovin_max.podspec`. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/10.
## 1.0.5
* Fix linter warnings.
* Fix `OnRewardedAdReceivedRewardEvent()` callback not being called on Android. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/14.
* Fix linter warnings.
* Fix `OnRewardedAdReceivedRewardEvent()` callback not being called on Android. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/14.
## 1.0.4
* Add support for `AppLovinMAX.isInitialized()` API.
* Add support for getting DSP name if the ad is served by AppLovin Exchange via `ad.dspName`.
* Add support for `AppLovinMAX.isInitialized()` API.
* Add support for getting DSP name if the ad is served by AppLovin Exchange via `ad.dspName`.
## 1.0.3
* Use `api` for Android AppLovin MAX SDK dependency.
* Depends on Android SDK v11.4.3.
* Use `api` for Android AppLovin MAX SDK dependency.
* Depends on Android SDK v11.4.3.
## 1.0.2
* Fix `RewardededAdListener` typo to be `RewardedAdListener`.
* Fix `RewardededAdListener` typo to be `RewardedAdListener`.
## 1.0.1
* Fix README.
* Fix README.
## 1.0.0
* Initial implementation for interstitials, rewarded videos, and programmatic banners & MRECs.
* Initial implementation for interstitials, rewarded videos, and programmatic banners & MRECs.
2 changes: 1 addition & 1 deletion applovin_max/ios/applovin_max.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Pod::Spec.new do |s|
s.authors = 'AppLovin Corporation'
s.name = 'applovin_max'
s.version = '2.3.3'
s.version = '2.4.0'
s.summary = 'AppLovin MAX Flutter Plugin'
s.description = <<-DESC
AppLovin MAX Flutter Plugin
Expand Down
2 changes: 1 addition & 1 deletion applovin_max/lib/applovin_max.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export 'package:applovin_max/src/targeting_data.dart';
/// Represents the AppLovin SDK.
class AppLovinMAX {
/// The current version of the SDK.
static const version = "2.3.3";
static const version = "2.4.0";

/// @nodoc
static MethodChannel channel = const MethodChannel('applovin_max');
Expand Down
2 changes: 1 addition & 1 deletion applovin_max/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: applovin_max
description: AppLovin MAX Flutter Plugin for Android and iOS - with support for interstitial ads, rewarded ads, banners, and MRECs.
version: 2.3.3
version: 2.4.0
homepage: https://github.com/AppLovin/AppLovin-MAX-Flutter

environment:
Expand Down

0 comments on commit 940e2f6

Please sign in to comment.