From 11d536e610fb9919512f141458b5f897f2dae2ea Mon Sep 17 00:00:00 2001 From: Arnaud Roland Date: Wed, 13 Nov 2024 15:54:45 +0100 Subject: [PATCH] all: update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1433ab..a43e985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ Batch Cordova Plugin - Added `setPhoneNumber` API to the `BatchProfileAttributeEditor` class. This requires to have a user identifier registered or to call the `identify` method beforehand. - Added `setSMSMarketingSubscription` API to the `BatchProfileAttributeEditor` class. +**Push** +- Removed deprecated API `registerForRemoteNotifications`. Please use `requestNotificationAuthorization` to request permission when needed, and `requestToken` at each app launch. + ## 6.0.0 This is a major release, please see our [migration guide](https://doc.batch.com/cordova/migrations/5x-migration/) for more info on how to update your current Batch implementation.