diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4341c49e3..80a14175c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,14 @@ +## 3.2 + +### Bug Fixes and Updates + ++ Fixed AdMarvel banner ad misalignment + +### Mediated SDKs + ++ Rubicon SDK v6.3.0 + + ## 3.1.2 ### Bug Fixes @@ -209,7 +220,7 @@ No change + MoPub SDK Version 4.1.0 -+ InMobi SDK Version 5.2.0 ++ InMobi SDK Version 5.2.0 + VDOPIA Lightweight SDK Version 4 @@ -365,7 +376,7 @@ No change + MoPub SDK Version 3.9.0 -+ InMobi SDK Version 4.5.3 ++ InMobi SDK Version 4.5.3 + VDOPIA Lightweight SDK Version 4 @@ -435,7 +446,7 @@ No change + MS-970, MS-1038 Binary build scripts now work in directories where the file path contains one or more spaces -+ MS-971 Fixed native ad click fallback behavior ++ MS-971 Fixed native ad click fallback behavior + MS-1000 Fire adWillClose and adDidClose on ANInterstitialAd @@ -445,7 +456,7 @@ No change + MS-962 Simplify IDFA retrieval based on 6.0 deployment target -+ MS-976, MS-1042, MS-1055 Break apart ANAdResponse into ANAdServerResponse & ANAdFetcherResponse ++ MS-976, MS-1042, MS-1055 Break apart ANAdResponse into ANAdServerResponse & ANAdFetcherResponse + MS-975 Improved AdFetcher error handling @@ -501,7 +512,7 @@ No change ## RC 2.1 -+ MS-856, MS-868, MS-875, MS-916, MS-918, MS-925 Implemented AppNexus Native Ad Console Support. ++ MS-856, MS-868, MS-875, MS-916, MS-918, MS-925 Implemented AppNexus Native Ad Console Support. + MS-932 Introduced namespaced `ANGender` enum values (e.g. `ANGenderMale`). Deprecated existing values (e.g. `MALE`). @@ -509,7 +520,7 @@ No change ### Other Feature Additions: -+ MS-868 Added dependency on StoreKit framework, App Store URLs will open directly in the app instead of opening in the AppStore app when `opensInNativeBrowser` is set to NO on the ad view. ++ MS-868 Added dependency on StoreKit framework, App Store URLs will open directly in the app instead of opening in the AppStore app when `opensInNativeBrowser` is set to NO on the ad view. + MS-900 Added dependency on EventKitUI framework, user will be presented with a calendar event edit screen if an ad calls `mraid.createCalendarEvent` diff --git a/mediation/mediatedviews/README.txt b/mediation/mediatedviews/README.txt index 557a5568a..7ece411f6 100644 --- a/mediation/mediatedviews/README.txt +++ b/mediation/mediatedviews/README.txt @@ -1,3 +1,18 @@ +3.2 -- 2017 May 11 + + Rubicon SDK v6.3.0 + +3.0 + + iAD SDK Removed + +2.14 + + AdMarvel SDK v4.2.0 + Rubicon SDK v6.1.0 + SmartAd Server SDK v6.6 + Millenial Media SDK v6.3.1 + AdMob SDK v7.16.0 RC 2.13 -- 2016 September 22 @@ -5,9 +20,9 @@ RC 2.13 -- 2016 September 22 AdColony SDK v2.6.2 AdMob SDK v7.10.1 Chartboost SDK v6.4.7 - Facebook SDK v4.15.0 - Millennial Media SDK v6.3.0 - MoPub SDK v4.9.0 + Facebook SDK v4.15.0 + Millennial Media SDK v6.3.0 + MoPub SDK v4.9.0 Vungle SDK v4.0.5 Yahoo Flurry SDK v7.6.4 @@ -19,21 +34,20 @@ RC 2.12.1 -- 2016 July 26 RC 2.10 -- 2016 May 26 - Amazon SDK v2.2.14 - AdColony SDK v2.6.1 - AdMob SDK v7.8.1 - Chartboost SDK v6.4.4 - Facebook SDK v4.12.0 - InMobi SDK v5.3.1 - Millennial Media SDK v6.1.0 - MoPub SDK v4.6.0 - VDOPIA Lightweight SDK v1.4 - ** Unable to certify VDOPIA Lightweight SDK v1.5 - Vungle SDK v3.2.1 - Yahoo Flurry SDK v7.6.3 + Amazon SDK v2.2.14 + AdColony SDK v2.6.1 + AdMob SDK v7.8.1 + Chartboost SDK v6.4.4 + Facebook SDK v4.12.0 + InMobi SDK v5.3.1 + Millennial Media SDK v6.1.0 + MoPub SDK v4.6.0 + VDOPIA Lightweight SDK v1.4 + ** Unable to certify VDOPIA Lightweight SDK v1.5 + Vungle SDK v3.2.1 + Yahoo Flurry SDK v7.6.3 For information about previous mediated SDK upgrades, please see: https://github.com/appnexus/mobile-sdk-ios - diff --git a/sdk/internal/ANGlobal.h b/sdk/internal/ANGlobal.h index 58e195170..864915187 100644 --- a/sdk/internal/ANGlobal.h +++ b/sdk/internal/ANGlobal.h @@ -20,7 +20,7 @@ #define AN_ERROR_TABLE @"errors" #define AN_DEFAULT_PLACEMENT_ID @"default_placement_id" -#define AN_SDK_VERSION @"3.1.2" +#define AN_SDK_VERSION @"3.2" #define APPNEXUS_BANNER_SIZE CGSizeMake(320, 50) #define APPNEXUS_MEDIUM_RECT_SIZE CGSizeMake(300, 250)