File tree 5 files changed +12
-4
lines changed
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.4 (2021/12/08)
2
+
3
+ ### Enhancement
4
+ * Optimise user create flow (iOS)
5
+
6
+ ### Bug fix
7
+ * Fix for Topic name and image being empty
8
+
1
9
## 0.9.3 (24/11/2021)
2
10
3
11
### Enhancements
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.freshdesk:freshchat-android:5.0.1 '
38
+ implementation ' com.github.freshdesk:freshchat-android:5.0.2 '
39
39
}
40
40
41
41
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ A new flutter plugin project.
17
17
s . public_header_files = 'Classes/**/*.h'
18
18
s . dependency 'Flutter'
19
19
s . platform = :ios
20
- s . dependency "FreshchatSDK" , '5.0.2 '
20
+ s . dependency "FreshchatSDK" , '5.0.3 '
21
21
22
22
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
23
23
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ class Freshchat {
224
224
final String sdkVersion = await _channel.invokeMethod ('getSdkVersion' );
225
225
final String operatingSystem = Platform .operatingSystem;
226
226
// As there is no simple way to get current freshchat flutter sdk version, we are hardcoding here.
227
- final String allSdkVersion = "flutter-0.9.3 -$operatingSystem -$sdkVersion " ;
227
+ final String allSdkVersion = "flutter-0.9.4 -$operatingSystem -$sdkVersion " ;
228
228
return allSdkVersion;
229
229
}
230
230
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.9.3
6
+ version : 0.9.4
7
7
homepage : https://freshchat.com
8
8
9
9
environment :
You can’t perform that action at this time.
0 commit comments