Skip to content

Commit 1ef2804

Browse files
committed
all: update changelog
1 parent c4a9c40 commit 1ef2804

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@ UPCOMING
22
----
33

44
**Plugin**
5-
5+
* Updated Batch to 2.1
6+
* Batch requires iOS 13.0 or higher.
7+
* Batch requires to compile with SDK 35 (Android 15).
68
* Added support for React-Native [New Architecture](https://reactnative.dev/docs/the-new-architecture/landing-page) Turbo Module. This requires React-Native 0.71+ when running with new architecture enabled, as Codegen and Turbo Module are fully supported. Batch is still backwards compatible with legacy Native Modules.
79

8-
**Push**
10+
**Expo**
11+
* Batch now automatically adds Apple push notification entitlement since it was removed from Expo SDK 51.
912

13+
**Push**
1014
* Removed deprecated API `registerForRemoteNotifications`. Please use `requestNotificationAuthorization` to request permission when needed, and `requestToken` at each app launch.
1115

12-
**Expo**
13-
14-
* Batch now automatically adds Apple push notification entitlement since it was removed from Expo SDK 51.
16+
**Profile**
17+
- Added `setPhoneNumber` API to the `BatchProfileAttributeEditor` class. This requires to have a user identifier registered or to call the `identify` method beforehand.
18+
- Added `setSMSMarketingSubscription` API to the `BatchProfileAttributeEditor` class.
1519

1620

1721
9.0.2

0 commit comments

Comments
 (0)