Skip to content

Commit a37a605

Browse files
Version 6.0.4.
1 parent 6e90149 commit a37a605

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff 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.

Iterable-iOS-AppExtensions.podspec

+1-1
Original file line numberDiff line numberDiff 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

Iterable-iOS-SDK.podspec

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)