File tree 5 files changed +11
-4
lines changed
5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.10.9 (17/10/2023)
2
+ ### Enhancement
3
+ * Improvements in user experience when loading messages in a conversation in Android.
4
+
5
+ ### Bug fixes
6
+ * Fix for bot variables not being set for resolved conversations in Android.
7
+
1
8
## 0.10.9 (15/09/2023)
2
9
### Bug fixes
3
10
* Fix for a crash that occurs during "postback" flow in a bot conversation in Android.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
35
35
36
36
dependencies {
37
37
implementation ' com.android.support:localbroadcastmanager:28.0.0'
38
- implementation ' com.github.freshworks:freshchat-android:5.9.5 '
38
+ implementation ' com.github.freshworks:freshchat-android:6.0.0 '
39
39
}
40
40
41
41
Original file line number Diff line number Diff line change 4
4
#
5
5
Pod ::Spec . new do |s |
6
6
s . name = 'freshchat_sdk'
7
- s . version = '0.10.9 '
7
+ s . version = '0.10.10 '
8
8
s . summary = 'Freshchat Flutter SDK - iOS'
9
9
s . description = <<-DESC
10
10
Freshchat Flutter SDK - iOS.
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ class Freshchat {
229
229
final String sdkVersion = await _channel.invokeMethod ('getSdkVersion' );
230
230
final String operatingSystem = Platform .operatingSystem;
231
231
// As there is no simple way to get current freshchat flutter sdk version, we are hardcoding here.
232
- final String allSdkVersion = "flutter-0.10.9 -$operatingSystem -$sdkVersion " ;
232
+ final String allSdkVersion = "flutter-0.10.10 -$operatingSystem -$sdkVersion " ;
233
233
return allSdkVersion;
234
234
}
235
235
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Freshchat is a modern messaging software for sales and customer eng
3
3
repository : https://github.com/freshworks/freshchat-flutter-sdk
4
4
5
5
# Whenever this version is updated, it must also be updated in Freshchat::getSdkVersion()
6
- version : 0.10.9
6
+ version : 0.10.10
7
7
homepage : https://www.freshworks.com/
8
8
9
9
environment :
You can’t perform that action at this time.
0 commit comments