Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #361 from Adobe-Marketing-Cloud/ios4.19.2
Browse files Browse the repository at this point in the history
-ios 4.19.2
  • Loading branch information
sbenedicadb committed Mar 24, 2020
2 parents 1c89c21 + 5945e73 commit 01fae9c
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "adobe-mobile-services",
"description": "Native Mobile SDKs, dev tools and example apps.",
"version": "4.19.1",
"version": "4.19.2",
"homepage": "https://github.com/Adobe-Marketing-Cloud/mobile-services/blob/master/sdks/Cordova/README.md",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="adobe-mobile-services"
version="4.19.1">
version="4.19.2">
<name>ADBMobile</name>
<description>Adobe Mobile Services Plugin</description>

Expand Down
2 changes: 1 addition & 1 deletion sdks/iOS/AdobeMobileLibrary/ADBMobile.h
Expand Up @@ -4,7 +4,7 @@
//
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.19.1
// SDK Version: 4.19.2

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down
Binary file modified sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary.a
Binary file not shown.
Binary file modified sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Extension.a
Binary file not shown.
Binary file modified sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_TV.a
Binary file not shown.
Binary file modified sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Watch.a
Binary file not shown.
3 changes: 3 additions & 0 deletions sdks/iOS/ReleaseNotes.txt
Expand Up @@ -5,6 +5,9 @@ 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.19.2 (24 Mar, 2020)
- General - Fixed some leaks in Target code.

4.19.1 (12 Mar, 2020)
- General - Resolved a potential crash caused when Swift enums are included in context data for tracking calls.
- Target – Target Session Id will now be added as a context data parameter ‘a.target.sessionId’ in the internal Analytics for Target hit sent to Adobe Analytics.
Expand Down

0 comments on commit 01fae9c

Please sign in to comment.