This repository was archived by the owner on Jul 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
15
15
#### Fixed
16
16
- nothing yet
17
17
18
+ ## [ 4.4.5] ( https://github.com/Iterable/iterable-ios-sdk/releases/tag/4.4.5 )
19
+ #### Fixed
20
+ - Fixed missing compiled version of the IterableDeeplinkManager.
21
+
18
22
## [ 4.4.4] ( https://github.com/Iterable/iterable-ios-sdk/releases/tag/4.4.4 )
19
23
#### Changed
20
24
- Changed logic for ` getAndTrackDeeplink ` to not follow re-directs and return the first url redirect location instead.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
#
17
17
18
18
s . name = "IterableSDK"
19
- s . version = "4.4.4 "
19
+ s . version = "4.4.5 "
20
20
s . summary = "Iterable's official SDK for iOS"
21
21
22
22
s . description = <<-DESC
Original file line number Diff line number Diff line change 1
1
[ ![ CocoaPods] ( https://img.shields.io/cocoapods/v/IterableSDK.svg?style=flat )] ( https://cocoapods.org/pods/IterableSDK )
2
2
[ ![ License] ( https://img.shields.io/cocoapods/l/IterableSDK.svg?style=flat )] ( https://opensource.org/licenses/MIT )
3
- [ ![ Docs] ( https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat )] ( http://cocoadocs.org/docsets/IterableSDK/4.4.4/ )
3
+ [ ![ Docs] ( https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat )] ( http://cocoadocs.org/docsets/IterableSDK )
4
4
5
5
# Iterable iOS SDK
6
6
You can’t perform that action at this time.
0 commit comments