File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515#### Fixed
1616- nothing yet
1717
18- ## [ 6.0.2] ( https://github.com/Iterable/swift-sdk/releases/tag/6.0.1 )
18+ ## [ 6.0.4] ( https://github.com/Iterable/swift-sdk/releases/tag/6.0.4 )
19+ #### Added
20+ - More refactoring and tests.
21+
22+ #### Changed
23+ - Now we do not call createUserForUserId when registering device. This is handled on the server side.
24+
25+ #### Fixed
26+ - ` destinationUrl ` was not being returned correctly from the SDK when using custom schemes for inApp messages.
27+
28+
29+ ## [ 6.0.3] ( https://github.com/Iterable/swift-sdk/releases/tag/6.0.3 )
30+ #### Added
31+ - Call createUserForUserId when registering a device with userId
32+ - Refactoring and tests.
33+
34+
35+ ## [ 6.0.2] ( https://github.com/Iterable/swift-sdk/releases/tag/6.0.2 )
1936#### Added
2037- You can now set ` logHandler ` in IterableConfig.
2138- Now you don't have to call ` IterableAPI.registerToken ` on login/logout.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
1818 s . name = "Iterable-iOS-AppExtensions"
1919 s . module_name = "IterableAppExtensions"
20- s . version = "6.0.3 "
20+ s . version = "6.0.4 "
2121 s . summary = "App Extensions for Iterable SDK"
2222
2323 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
1818 s . name = "Iterable-iOS-SDK"
1919 s . module_name = "IterableSDK"
20- s . version = "6.0.3 "
20+ s . version = "6.0.4 "
2121 s . summary = "Iterable's official SDK for iOS"
2222
2323 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments