File tree 5 files changed +19
-5
lines changed
5 files changed +19
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.10.16 (21/05/2024)
2
+ ### Enhancement
3
+ * Added support for the Middle East data center in iOS.
4
+
5
+ ### Bug fixes
6
+ * Fix reply editor missing for optional text replies with third-party bot quick selection option message in iOS.
7
+ * Fix for articles search with Group or Category filtering in Freshdesk knowledge base in iOS.
8
+ * Fix handling of anchor links for FAQ articles in iOS.
9
+ * Fix branding view overlapping with the home slider button on iPad devices in iOS.
10
+ * Fix for missing device models to track user devices in iOS.
11
+ * Fix for bot variables not updating since release 0.10.14 in iOS.
12
+ * Fix for missing assets when using an old theme customization file in iOS.
13
+ * Fix to block users from messaging in disabled private topics when opened using tags in iOS.
14
+
1
15
## 0.10.15 (21/05/2024)
2
16
### Enhancement
3
17
* Added support for the Middle East data center in iOS.
Original file line number Diff line number Diff line change 32
32
- GoogleUtilities/UserDefaults (~> 7.8)
33
33
- nanopb (< 2.30911.0, >= 2.30908.0)
34
34
- Flutter (1.0.0)
35
- - freshchat_sdk (0.10.15 ):
35
+ - freshchat_sdk (0.10.16 ):
36
36
- Flutter
37
37
- FreshchatSDK (= 6.2.0)
38
38
- FreshchatSDK (6.2.0)
@@ -110,7 +110,7 @@ SPEC CHECKSUMS:
110
110
FirebaseInstallations: 91950fe859846fff0fbd296180909dd273103b09
111
111
FirebaseMessaging: 4d52717dd820707cc4eadec5eb981b4832ec8d5d
112
112
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
113
- freshchat_sdk: 632af6571abef55f892d35171d483a145d86e0b5
113
+ freshchat_sdk: ab279bcf42c4e89b3bd3dbe3a5fef6935893e1a9
114
114
FreshchatSDK: 9b4f3158fe49ddacc053d142208fc2637fd469ff
115
115
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
116
116
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
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.15 '
7
+ s . version = '0.10.16 '
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.15 -$operatingSystem -$sdkVersion " ;
232
+ final String allSdkVersion = "flutter-0.10.16 -$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.15
6
+ version : 0.10.16
7
7
homepage : https://www.freshworks.com/
8
8
9
9
environment :
You can’t perform that action at this time.
0 commit comments