Skip to content

Commit

Permalink
Update Freschat SDK version to 6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Durairaj-Shankar committed Dec 3, 2024
1 parent 3487a83 commit db4fedd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions freshchat_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 6.3.2 (2024-12-03)

### Feature:
* Exposed an `FCEventAgentProfileClick` event to retrieve agent details upon clicking the agent profile.
* Added a public API to set and get the agent profile click redirection URI.

### Bug Fixes:
* Fixed an issue where the chat failed to scroll to the latest message after multiple carousel items were selected.
* Fixed an issue where the image caption was not removed after sending an image message.

### 6.3.1 (2024-10-21)
* Fixed an issue where an extra space appeared in the carousel card of user messages.
* Fixed an issue with carousel card selection in specific scenarios.
Expand Down
4 changes: 2 additions & 2 deletions freshchat_sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {

defaultConfig {
minSdkVersion 21
versionCode 631
versionName "6.3.1"
versionCode 632
versionName "6.3.2"
targetSdkVersion 34
consumerProguardFiles 'consumer-proguard-rules.pro'
buildConfigField "long", 'BUILT_AT', System.currentTimeMillis() + 'L'
Expand Down
Binary file modified freshchat_sdk/libs/freshchat.jar
Binary file not shown.

0 comments on commit db4fedd

Please sign in to comment.