From c062772fbd3a8c273ecaf568826181d8b5a48ed8 Mon Sep 17 00:00:00 2001 From: Pravin Prakash Kumar Date: Thu, 5 Oct 2023 13:59:35 -0700 Subject: [PATCH] add lines between release heading --- .../adobe-journey-optimizer/release-notes.md | 8 +++++--- src/pages/documentation/mobile-core/release-notes.md | 1 + src/pages/documentation/release-notes/index.md | 9 ++++++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/pages/documentation/adobe-journey-optimizer/release-notes.md b/src/pages/documentation/adobe-journey-optimizer/release-notes.md index 0edbad296b..6935c9f46b 100644 --- a/src/pages/documentation/adobe-journey-optimizer/release-notes.md +++ b/src/pages/documentation/adobe-journey-optimizer/release-notes.md @@ -12,13 +12,15 @@ keywords: ## September 28, 2023 ### iOS Messaging 4.1.0 -- Added new notifcation tracking API `handleNotificationResponse` with parameters UNNotificationResponse and an optional callback the returns `PushTrackingStatus` enum. + +- Added new notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse` and an optional callback the returns `PushTrackingStatus` enum. - The new API will automatically handle the click behaviour (OPENAPP, WEBURL, DEEPLINK) defined for the notification. -- Deprecated the notifcaiton tracking API `handleNotificationResponse` with parameters UNNotificationResponse, applicationOpened, and customActionId. +- Deprecated the notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse`, `applicationOpened`, and `customActionId`. - Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. ### Android Messaging 2.2.0 -- Introduced `MessagingServices` class to automatically build, display, track and handle defined click behaviour on notifications from Adobe Journey Optimizer. + +- Introduced `MessagingServices` class to automatically build, display, track, and handle defined click behaviour on notifications from Adobe Journey Optimizer. - Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. ## June 2, 2023 diff --git a/src/pages/documentation/mobile-core/release-notes.md b/src/pages/documentation/mobile-core/release-notes.md index a66d6fd632..df7788b1fa 100644 --- a/src/pages/documentation/mobile-core/release-notes.md +++ b/src/pages/documentation/mobile-core/release-notes.md @@ -11,6 +11,7 @@ keywords: ## September 28, 2023 ### Android Core 2.5.0 + - Added getter APIs `getLargeIconResourceID` and `getSmallIconResourceID` to MobileCore for retrieving the icon resource IDs set from the application. ## August 30, 2023 diff --git a/src/pages/documentation/release-notes/index.md b/src/pages/documentation/release-notes/index.md index 654805d2ec..5b55d0caf4 100644 --- a/src/pages/documentation/release-notes/index.md +++ b/src/pages/documentation/release-notes/index.md @@ -47,16 +47,19 @@ Keywords: ## September 28, 2023 ### Android Core 2.5.0 + - Added getter APIs `getLargeIconResourceID` and `getSmallIconResourceID` to MobileCore for retrieving the icon resource IDs set from the application. ### iOS Messaging 4.1.0 -- Added new notifcation tracking API `handleNotificationResponse` with parameters UNNotificationResponse and an optional callback the returns `PushTrackingStatus` enum. + +- Added new notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse` and an optional callback the returns `PushTrackingStatus` enum. - The new API will automatically handle the click behaviour (OPENAPP, WEBURL, DEEPLINK) defined for the notification. -- Deprecated the notifcaiton tracking API `handleNotificationResponse` with parameters UNNotificationResponse, applicationOpened, and customActionId. +- Deprecated the notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse`, `applicationOpened`, and `customActionId`. - Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. ### Android Messaging 2.2.0 -- Introduced `MessagingServices` class to automatically build, display, track and handle defined click behaviour on notifications from Adobe Journey Optimizer. + +- Introduced `MessagingServices` class to automatically build, display, track, and handle defined click behaviour on notifications from Adobe Journey Optimizer. - Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. ## September 26, 2023