diff --git a/package.json b/package.json index ee7405d1..1ca7ed2f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "adobe-mobile-services", "description": "Native Mobile SDKs, dev tools and example apps.", - "version": "4.19.5", + "version": "4.20.0", "homepage": "https://github.com/Adobe-Marketing-Cloud/mobile-services/blob/master/sdks/Cordova/README.md", "repository": { "type": "git", diff --git a/plugin.xml b/plugin.xml index 87a213df..36250223 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="4.20.0"> ADBMobile Adobe Mobile Services Plugin diff --git a/sdks/iOS/AdobeMobileLibrary/ADBMobile.h b/sdks/iOS/AdobeMobileLibrary/ADBMobile.h index 9d22b159..d55219e9 100644 --- a/sdks/iOS/AdobeMobileLibrary/ADBMobile.h +++ b/sdks/iOS/AdobeMobileLibrary/ADBMobile.h @@ -4,7 +4,7 @@ // // Copyright 1996-2020. Adobe, Inc. All Rights Reserved // -// SDK Version: 4.19.3 +// SDK Version: 4.20.0 #import @class CLLocation, CLBeacon, TVApplicationController, diff --git a/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary.a b/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary.a index 547c70b7..f5d375c5 100644 Binary files a/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary.a and b/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary.a differ diff --git a/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Extension.a b/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Extension.a index bce2ad05..04b27442 100644 Binary files a/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Extension.a and b/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Extension.a differ diff --git a/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_TV.a b/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_TV.a index 6c1c7c55..9cb66208 100644 Binary files a/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_TV.a and b/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_TV.a differ diff --git a/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Watch.a b/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Watch.a index 20482db7..5c376dbc 100644 Binary files a/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Watch.a and b/sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Watch.a differ diff --git a/sdks/iOS/ReleaseNotes.txt b/sdks/iOS/ReleaseNotes.txt index 4a5d4f24..fd9a9dcc 100644 --- a/sdks/iOS/ReleaseNotes.txt +++ b/sdks/iOS/ReleaseNotes.txt @@ -5,6 +5,10 @@ Included are notes from the latest major revision to current. For full SDK documentation, please visit: https://marketing.adobe.com/resources/help/en_US/mobile/ios/ +4.20.0 (4 Nov, 2020) +- Visitor ID Service - Added device_consent status parameter when setAdvertisingIdentifier is called after ad tracking is enabled/disabled. +- Analytics - Fixed a bug that was delaying Analytics hits from being sent on an install when iAd.framework is linked and the device has "Limited Ad Tracking" enabled. + 4.19.3 (16 July, 2020) - General – Fixed a bug that prevented deeplink URLs with multiple equals sign in query param from being properly handled.