Skip to content

Commit

Permalink
Update Freshchat SDK version to 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathy-freshworks committed Oct 1, 2024
1 parent 02dcc1d commit f1d38b1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions freshchat_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 6.3.0 (2024-10-01)
* Fixed an issue where links without descriptions were not working in the Bot Article flow.
* Fixed an issue where quick actions were not hidden immediately after a conversation was resolved.
* Fixed an issue where anonymous implementations of `FreshchatWebListener` were getting garbage collected after a locale change.
* Fixed an issue where the country code was not retained in the view.
* Fixed an issue where images captured with the camera were rotated 90 degrees to the left on some devices.
* Fixed an issue where the file name and size were not displayed for images taken via the camera.
* Fixed an issue with hyperlink breakage.

### Enhancements:
* Removed the character count limitation for setting user properties.

## 6.2.9(2024-08-23)

### Bug Fixes:
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 629
versionName "6.2.9"
versionCode 630
versionName "6.3.0"
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 f1d38b1

Please sign in to comment.