You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,25 @@
1
-
UPCOMING
1
+
9.0.0
2
2
____
3
3
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+
4
10
* Fixed an issue on iOS where `refreshToken` was not running on main thread.
5
11
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`.
0 commit comments