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

Commit f4cb1eb

Browse files
authored
Merge pull request #374 from Adobe-Marketing-Cloud/ios4.19.3
iOS v4.19.3
2 parents bcc5659 + d89a64d commit f4cb1eb

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.4",
4+
"version": "4.19.5",
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.4">
5+
version="4.19.5">
66
<name>ADBMobile</name>
77
<description>Adobe Mobile Services Plugin
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.2
7+
// SDK Version: 4.19.3
88

99
#import <Foundation/Foundation.h>
1010
@class CLLocation, CLBeacon, TVApplicationController,
-318 KB
Binary file not shown.
-316 KB
Binary file not shown.
-107 KB
Binary file not shown.
-151 KB
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.3 (16 July, 2020)
9+
- General – Fixed a bug that prevented deeplink URLs with multiple equals sign in query param from being properly handled.
10+
811
4.19.2 (24 Mar, 2020)
912
- General - Fixed some leaks in Target code.
1013

0 commit comments

Comments
 (0)