Skip to content

Commit 379e5bf

Browse files
committed
Batch SDK 1.14.0
1 parent 82d153e commit 379e5bf

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

SDK/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
CHANGELOG
22
=========
33

4+
1.14.0
5+
---
6+
7+
**Core**
8+
9+
* Bug fix: deeplinks from actions are properly sent to Deeplink delegate method
10+
11+
**User**
12+
13+
* High level data (language/region/custom user id) can now be read back.
14+
* User data (attributes and tags) can now be read back. [Documentation](https://batch.com/doc/ios/custom-data/custom-attributes.html#_reading-attributes-and-tag-collections)
15+
16+
**Messaging**
17+
* Added support for two new UI formats: Modal, and Image. See the documentation for more information.
18+
* Added support for GIFs in Mobile Landings and In-App messages
19+
* Added support for rich text.
20+
* Added support for text scrolling in all formats. Banners will now have a maximum body height of ~160pt, and their text will scroll.
21+
22+
* Deeplinks can now be open directly in the app using a SFSafariViewController for Push Notifications, Mobile Landings and In-App Mesasges
23+
* Added new methods on the messaging delegate allowing you to track more information such as close/autoclose and button presses. More info in the Mobile Landings documentation.
24+
* In swift, `BatchMessaging.setAutomaticMode` has been renamed to `BatchMessaging.setAutomaticMode(on:)`
25+
26+
**Push**
27+
* BatchPushAlertDidResignNotification is sent when user dismissed the Remote notification authorization alert. Notification's userInfo dict contains user's choice in BatchPushNotificationDidAcceptKey
28+
429
1.13.2
530
---
631

0 commit comments

Comments
 (0)