Skip to content

Commit

Permalink
Merge pull request #527 from CleverTap/docs/SDK-3503/doc_changes_ptv1…
Browse files Browse the repository at this point in the history
….2.1

Docs/sdk 3503/doc changes ptv1.2.1
  • Loading branch information
Anush-Shand authored Dec 22, 2023
2 parents 135a196 + e2b13f6 commit b9f5fe8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### December 22, 2023

* [CleverTap Android SDK v5.2.2](docs/CTCORECHANGELOG.md)
* [CleverTap Push Templates SDK v1.2.1](docs/CTPUSHTEMPLATESCHANGELOG.md).

### October 27, 2023

Expand Down
1 change: 0 additions & 1 deletion docs/CTCORECHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* Fixes the scope of `CTInboxMessageContent.java` to allow access to its methods.
* Fixes a StrictMode Violation spawning from `ctVariables.init()`.
* Removes use of lossy conversions leading to an issue in PushTemplates.
* Updates `PendingIntent.FLAG_MUTABLE` to `PendingIntent.FLAG_IMMUTABLE` to prevent vulnerabilities in pre-launch report on PlayStore
* Handles an edge case related to migration of encryption level when local db is out of memory

### Version 5.2.1 (October 12, 2023)
Expand Down
3 changes: 2 additions & 1 deletion docs/CTPUSHTEMPLATES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0"
implementation "com.clevertap.android:push-templates:1.2.1"
implementation "com.clevertap.android:clevertap-android-sdk:5.2.2" // 4.4.0 and above
```

Expand Down Expand Up @@ -534,6 +534,7 @@ Product Catalog | 1:1 | .JPG

* For Auto and Manual Carousel the image dimensions should not exceed more than 840x560 for Android 11 and Android 12 devices and with 3:2 image aspect ratio
* For images in Basic, Auto/Manual Carousel templates the image dimensions should not exceed more than 400x200 for only Android 13+ devices.
* For images in Five Icons template the image dimensions should not exceed more than 300x300 for only Android 13+ devices.
* For Product Catalog image aspect ratio should be 1:1 and image size should be less than 80kb for Android 11 and Android 12 devices
* For Zero Bezel it's recommended that if your image has any text it should be present in the middle of the image for Android 12+ devices.
* For Android 12+ devices it's recommended that if your image has any text it should be present in the middle of the image.
Expand Down
4 changes: 4 additions & 0 deletions docs/CTPUSHTEMPLATESCHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CleverTap Push Templates SDK CHANGE LOG

### Version 1.2.1 (December 22, 2023)
#### Bug Fixes
* Updates `PendingIntent.FLAG_MUTABLE` to `PendingIntent.FLAG_IMMUTABLE` to prevent vulnerabilities in pre-launch report on PlayStore

### Version 1.2.0 (October 27, 2023)
#### New features
* Adds support for developer defined default notification channel for PushTemplates. Please refer to
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ clevertap_rendermax_sdk = "1.0.3"
clevertap_geofence_sdk = "1.2.0"
clevertap_hms_sdk = "1.3.3"
clevertap_xiaomi_sdk = "1.5.4"
clevertap_push_templates_sdk = "1.2.0"
clevertap_push_templates_sdk = "1.2.1"

# Glide
glide = "4.12.0"
Expand Down
1 change: 0 additions & 1 deletion templates/CTCORECHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* Fixes the scope of `CTInboxMessageContent.java` to allow access to its methods.
* Fixes a StrictMode Violation spawning from `ctVariables.init()`.
* Removes use of lossy conversions leading to an issue in PushTemplates.
* Updates `PendingIntent.FLAG_MUTABLE` to `PendingIntent.FLAG_IMMUTABLE` to prevent vulnerabilities in pre-launch report on PlayStore
* Handles an edge case related to migration of encryption level when local db is out of memory

### Version 5.2.1 (October 12, 2023)
Expand Down
4 changes: 4 additions & 0 deletions templates/CTPUSHTEMPLATESCHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CleverTap Push Templates SDK CHANGE LOG

### Version 1.2.1 (December 22, 2023)
#### Bug Fixes
* Updates `PendingIntent.FLAG_MUTABLE` to `PendingIntent.FLAG_IMMUTABLE` to prevent vulnerabilities in pre-launch report on PlayStore

### Version 1.2.0 (October 27, 2023)
#### New features
* Adds support for developer defined default notification channel for PushTemplates. Please refer to
Expand Down

0 comments on commit b9f5fe8

Please sign in to comment.