Skip to content

Commit 686bb24

Browse files
release 0.10.16
1 parent f17805b commit 686bb24

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
## 0.10.15 (21/05/2024)
216
### Enhancement
317
* Added support for the Middle East data center in iOS.

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PODS:
3232
- GoogleUtilities/UserDefaults (~> 7.8)
3333
- nanopb (< 2.30911.0, >= 2.30908.0)
3434
- Flutter (1.0.0)
35-
- freshchat_sdk (0.10.15):
35+
- freshchat_sdk (0.10.16):
3636
- Flutter
3737
- FreshchatSDK (= 6.2.0)
3838
- FreshchatSDK (6.2.0)
@@ -110,7 +110,7 @@ SPEC CHECKSUMS:
110110
FirebaseInstallations: 91950fe859846fff0fbd296180909dd273103b09
111111
FirebaseMessaging: 4d52717dd820707cc4eadec5eb981b4832ec8d5d
112112
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
113-
freshchat_sdk: 632af6571abef55f892d35171d483a145d86e0b5
113+
freshchat_sdk: ab279bcf42c4e89b3bd3dbe3a5fef6935893e1a9
114114
FreshchatSDK: 9b4f3158fe49ddacc053d142208fc2637fd469ff
115115
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
116116
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15

ios/freshchat_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'freshchat_sdk'
7-
s.version = '0.10.15'
7+
s.version = '0.10.16'
88
s.summary = 'Freshchat Flutter SDK - iOS'
99
s.description = <<-DESC
1010
Freshchat Flutter SDK - iOS.

lib/freshchat_sdk.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class Freshchat {
229229
final String sdkVersion = await _channel.invokeMethod('getSdkVersion');
230230
final String operatingSystem = Platform.operatingSystem;
231231
// 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 ";
233233
return allSdkVersion;
234234
}
235235

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Freshchat is a modern messaging software for sales and customer eng
33
repository: https://github.com/freshworks/freshchat-flutter-sdk
44

55
# Whenever this version is updated, it must also be updated in Freshchat::getSdkVersion()
6-
version: 0.10.15
6+
version: 0.10.16
77
homepage: https://www.freshworks.com/
88

99
environment:

0 commit comments

Comments
 (0)