Skip to content

Commit ea9efa8

Browse files
Change log for 6.1.0-beta 2.
1 parent 5ae99a6 commit ea9efa8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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 and reserved `itbl://sdk-custom-action` scheme for SDK internal actions.
8+
- For example, if you want a custom action called `buyCoffee` to be called via `IterableCustomActionDelegate` when user taps on the 'Buy' button in your in-app, you have to set the href of the button as `action://buyCoffee`.
9+
- Url scheme `itbl://sdk-custom-action` is reserved for internal SDK actions. Do not use `itbl://` urls for your custom actions. For example, in the future you will be set the href for your 'Delete' button to `itbl://delete` for the SDK to delete your in-app when the 'Delete' button is tapped.
10+
511
## [6.0.8](https://github.com/Iterable/swift-sdk/releases/tag/6.0.8)
612
#### Fixed
713
- Carthage support with Xcode 10.2
@@ -22,7 +28,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2228
## 6.1.0-beta1
2329
#### Added
2430
- We have improved the in-app messaging implementation significantly.
25-
2631
- The SDK now maintains a local queue and keep it in sync with the server-side queue automatically.
2732
- Iterable servers now notify apps via silent push messages whenever the in-app message queue is updated.
2833
- In-app messages are shown by default whenever they arrive.

0 commit comments

Comments
 (0)