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 #374 from Adobe-Marketing-Cloud/ios4.19.3
Browse files Browse the repository at this point in the history
iOS v4.19.3
  • Loading branch information
sbenedicadb committed Jul 16, 2020
2 parents bcc5659 + d89a64d commit f4cb1eb
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.4",
"version": "4.19.5",
"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.4">
version="4.19.5">
<name>ADBMobile</name>
<description>Adobe Mobile Services Plugin

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.2
// SDK Version: 4.19.3

#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.3 (16 July, 2020)
- General – Fixed a bug that prevented deeplink URLs with multiple equals sign in query param from being properly handled.

4.19.2 (24 Mar, 2020)
- General - Fixed some leaks in Target code.

Expand Down

0 comments on commit f4cb1eb

Please sign in to comment.