From 2a7674bf559774cb4fe8d78ff4e3eec79cdc0160 Mon Sep 17 00:00:00 2001 From: Abhishek Sharma Date: Mon, 26 Mar 2018 16:23:15 +0000 Subject: [PATCH] Merge pull request #229 in MOBILE-SDK/app_mobile-sdk-ios from 2632018_mobile_sdk_ios_4.4.2 to master Update SDK version 4.4.2 Squashed commit of the following: commit 7b2718954d279c4ff7ff01c7907a1c6d88baf93d Author: Abhishek Sharma Date: Mon Mar 26 11:59:29 2018 -0400 Update SDK version --- BinaryProjects/AppNexusSDK/Info.plist | 2 +- RELEASE-NOTES.md | 5 +++++ sdk/internal/ANGlobal.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/BinaryProjects/AppNexusSDK/Info.plist b/BinaryProjects/AppNexusSDK/Info.plist index d0e775285..6f32fa752 100644 --- a/BinaryProjects/AppNexusSDK/Info.plist +++ b/BinaryProjects/AppNexusSDK/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.3 + 4.4.2 CFBundleSignature ???? CFBundleVersion diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 16462637c..95623026a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,8 @@ +## 4.4.2 +### Bug Fixes ++ MS-3200 - Fixed ANLocalizations overriding parent app localizations + + ## 4.4.1 ### Bug Fixes + MS-3197 - Fixed a crash in Creative Id changeset diff --git a/sdk/internal/ANGlobal.h b/sdk/internal/ANGlobal.h index 5fd62b883..a7995d6ae 100644 --- a/sdk/internal/ANGlobal.h +++ b/sdk/internal/ANGlobal.h @@ -25,7 +25,7 @@ #define AN_ERROR_TABLE @"errors" #define AN_DEFAULT_PLACEMENT_ID @"default_placement_id" -#define AN_SDK_VERSION @"4.4.1" +#define AN_SDK_VERSION @"4.4.2" #define APPNEXUS_BANNER_SIZE CGSizeMake(320, 50) #define APPNEXUS_MEDIUM_RECT_SIZE CGSizeMake(300, 250)