Skip to content

Commit e05c0ed

Browse files
Merge pull request #77 from Iterable/doc/change-log
[DOC] - Change log for 6.1.0-beta 2.
2 parents 5ae99a6 + d23d257 commit e05c0ed

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 6.1.0-beta2
6+
#### Added
7+
- Support for `action://your-custom-action-name` URL scheme for calling custom actions
8+
- For example, to have `IterableCustomActionDelegate` call a custom `buyCoffee` action when a user taps on an in-app message's **Buy** button.
9+
- Support for reserved `itbl://sdk-custom-action` scheme for SDK internal actions.
10+
- URL scheme `itbl://sdk-custom-action` is reserved for internal SDK actions. Do not use it for custom actions.
11+
- For example, future versions of the SDK may allow buttons to call href `itbl://delete` to delete an in-app message.
12+
513
## [6.0.8](https://github.com/Iterable/swift-sdk/releases/tag/6.0.8)
614
#### Fixed
715
- Carthage support with Xcode 10.2
@@ -22,7 +30,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2230
## 6.1.0-beta1
2331
#### Added
2432
- We have improved the in-app messaging implementation significantly.
25-
2633
- The SDK now maintains a local queue and keep it in sync with the server-side queue automatically.
2734
- Iterable servers now notify apps via silent push messages whenever the in-app message queue is updated.
2835
- In-app messages are shown by default whenever they arrive.

0 commit comments

Comments
 (0)