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

Commit 01fae9c

Browse files
authored
Merge pull request #361 from Adobe-Marketing-Cloud/ios4.19.2
-ios 4.19.2
2 parents 1c89c21 + 5945e73 commit 01fae9c

File tree

8 files changed

+6
-3
lines changed

8 files changed

+6
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "adobe-mobile-services",
33
"description": "Native Mobile SDKs, dev tools and example apps.",
4-
"version": "4.19.1",
4+
"version": "4.19.2",
55
"homepage": "https://github.com/Adobe-Marketing-Cloud/mobile-services/blob/master/sdks/Cordova/README.md",
66
"repository": {
77
"type": "git",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

sdks/iOS/AdobeMobileLibrary/ADBMobile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.19.1
7+
// SDK Version: 4.19.2
88

99
#import <Foundation/Foundation.h>
1010
@class CLLocation, CLBeacon, TVApplicationController,
576 Bytes
Binary file not shown.
576 Bytes
Binary file not shown.
192 Bytes
Binary file not shown.
400 Bytes
Binary file not shown.

sdks/iOS/ReleaseNotes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Included are notes from the latest major revision to current.
55
For full SDK documentation, please visit:
66
https://marketing.adobe.com/resources/help/en_US/mobile/ios/
77

8+
4.19.2 (24 Mar, 2020)
9+
- General - Fixed some leaks in Target code.
10+
811
4.19.1 (12 Mar, 2020)
912
- General - Resolved a potential crash caused when Swift enums are included in context data for tracking calls.
1013
- 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.

0 commit comments

Comments
 (0)