Skip to content

Commit 270ba93

Browse files
committed
all: update changelog
1 parent 27caa9f commit 270ba93

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1-
UPCOMING
1+
9.0.0
22
____
33

4+
**Plugin**
5+
6+
* Updated Batch 1.21.
7+
* Batch requires Xcode 15.1 and iOS 12.0 or higher.
8+
* Batch now compiles with and targets SDK 34 (Android 14).
9+
* Added support for react-native 0.73+
410
* Fixed an issue on iOS where `refreshToken` was not running on main thread.
511

12+
**User**
13+
14+
* Removed automatic collection of the advertising id. You need to collect it from your side and pass it to Batch via the added `BatchUser.editor().setAttributionIdentifier(id)` method.
15+
* Added `setEmail` method to `BatchUserEditor`. This requires to have a user identifier registered or to call the `setIdentifier` method on the editor instance beforehand.
16+
* Added `setEmailMarketingSubscriptionState` method to `BatchUserEditor`.
17+
18+
**Inbox**
19+
20+
* Added `hasLandingMessage` property to `IInboxNotification`.
21+
* Added `displayNotificationLandingMessage` method to `BatchInboxFetcher`.
22+
623
8.1.2
724
----
825

0 commit comments

Comments
 (0)