From 16a9112e2d4621d3b52a5b7d1971ae7e776e8a3d Mon Sep 17 00:00:00 2001 From: anush Date: Fri, 27 Oct 2023 12:03:25 +0530 Subject: [PATCH 1/2] docs(SDK-3383) - Updates version --- docs/CTPUSHTEMPLATES.md | 4 ++-- versions.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CTPUSHTEMPLATES.md b/docs/CTPUSHTEMPLATES.md index 8409eefd7..ac23aa4c0 100644 --- a/docs/CTPUSHTEMPLATES.md +++ b/docs/CTPUSHTEMPLATES.md @@ -20,7 +20,7 @@ CleverTap Push Templates SDK helps you engage with your users using fancy push n 1. Add the dependencies to the `build.gradle` ```groovy -implementation "com.clevertap.android:push-templates:1.1.0" +implementation "com.clevertap.android:push-templates:1.2.0" implementation "com.clevertap.android:clevertap-android-sdk:5.2.1" // 4.4.0 and above ``` @@ -259,7 +259,7 @@ Template Key | Required | Value pt_event_name | Required | for e.g. `Remind Later`, pt_event_property_ | Optional | for e.g. ``, pt_event_property_ | Required | future epoch timestamp. For e.g., `$D_1592503813` -pt_dismiss_on_click | Required | Value should be `true`. It dismisses the notification without opening the app and raises a required event to the user profile, needed to send a reminder notification. +pt_dismiss_on_click | Optional | Dismisses the notification without opening the app ![Input_Box_CTA_Remind](https://github.com/CleverTap/clevertap-android-sdk/blob/master/static/inputCtaRemind.gif) diff --git a/versions.properties b/versions.properties index 85b3e1476..c76db8d42 100644 --- a/versions.properties +++ b/versions.properties @@ -292,7 +292,7 @@ version.com.clevertap.android..clevertap-geofence-sdk=1.2.0 version.com.clevertap.android..clevertap-xiaomi-sdk=1.5.4 version.com.clevertap.android..clevertap-hms-sdk=1.3.3 -version.com.clevertap.android..push-templates=1.1.0 +version.com.clevertap.android..push-templates=1.2.0 version.com.github.bumptech.glide..glide=4.12.0 ## # available=4.13.0 ## # available=4.13.1 From 98d1e0293b3f4d4cac530df48da8f31ef1cd3afc Mon Sep 17 00:00:00 2001 From: anush Date: Fri, 27 Oct 2023 12:28:31 +0530 Subject: [PATCH 2/2] docs(SDK-3383) - Corrects doc for pushTemplates --- docs/CTPUSHTEMPLATES.md | 2 +- templates/CTPUSHTEMPLATES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CTPUSHTEMPLATES.md b/docs/CTPUSHTEMPLATES.md index ac23aa4c0..5a1009bb4 100644 --- a/docs/CTPUSHTEMPLATES.md +++ b/docs/CTPUSHTEMPLATES.md @@ -259,7 +259,7 @@ Template Key | Required | Value pt_event_name | Required | for e.g. `Remind Later`, pt_event_property_ | Optional | for e.g. ``, pt_event_property_ | Required | future epoch timestamp. For e.g., `$D_1592503813` -pt_dismiss_on_click | Optional | Dismisses the notification without opening the app +pt_dismiss_on_click | Required | Value should be `true`. It dismisses the notification without opening the app and raises a required event to the user profile, needed to send a reminder notification. ![Input_Box_CTA_Remind](https://github.com/CleverTap/clevertap-android-sdk/blob/master/static/inputCtaRemind.gif) diff --git a/templates/CTPUSHTEMPLATES.md b/templates/CTPUSHTEMPLATES.md index 7e47fd4cb..09a91d8cb 100644 --- a/templates/CTPUSHTEMPLATES.md +++ b/templates/CTPUSHTEMPLATES.md @@ -259,7 +259,7 @@ Template Key | Required | Value pt_event_name | Required | for e.g. `Remind Later`, pt_event_property_ | Optional | for e.g. ``, pt_event_property_ | Required | future epoch timestamp. For e.g., `\$D_1592503813` -pt_dismiss_on_click | Optional | Dismisses the notification without opening the app +pt_dismiss_on_click | Required | Value should be `true`. It dismisses the notification without opening the app and raises a required event to the user profile, needed to send a reminder notification. ![Input_Box_CTA_Remind](https://github.com/CleverTap/clevertap-android-sdk/blob/master/static/inputCtaRemind.gif)