Skip to content

Commit

Permalink
Merge pull request #389 from CleverTap/prepare-7.0.3
Browse files Browse the repository at this point in the history
Prepare v7.0.3
  • Loading branch information
akashvercetti authored Nov 29, 2024
2 parents 99f7318 + 7b4f9e6 commit 6ba80a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Change Log
All notable changes to this project will be documented in this file.

### [Version 7.0.3](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/7.0.3) (November 29, 2024)

#### Added
- Adds a method `setCredentials` for setting custom handshake domains.
- Adds support for previewing in-apps created through the new dashboard advanced builder.
- Adds parsing of urls for `open-url` action to track parameters in the url for `Notification Clicked` events in HTML in-app messages.
- Adds support for `promptForPushPermission` method in JS Interface and HTML in-apps.

#### Fixed
- Mitigates a potential crash related to the `CTValidationResultStack` class.
- Mitigates a potential crash on `[CTInAppHTMLViewController hideFromWindow:]`.
- Changes campaign triggering evaluation of event names, event properties, and profile properties to ignore letter case and whitespace.
- Fixes an issue where the `wzrk_c2a` value is passed as null to backend when we receive null for `callToAction` value in a webView message handler.

### [Version 7.0.2](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/7.0.2) (October 10, 2024)

#### Added
Expand Down
2 changes: 1 addition & 1 deletion CleverTapSDK/CleverTapBuildInfo.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define WR_SDK_REVISION @"70002"
#define WR_SDK_REVISION @"70003"
2 changes: 1 addition & 1 deletion sdk-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.2
7.0.3

0 comments on commit 6ba80a3

Please sign in to comment.