Skip to content

Commit

Permalink
release 0.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Revanth-Kausikan committed May 21, 2024
1 parent f17805b commit 686bb24
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.10.16 (21/05/2024)
### Enhancement
* Added support for the Middle East data center in iOS.

### Bug fixes
* Fix reply editor missing for optional text replies with third-party bot quick selection option message in iOS.
* Fix for articles search with Group or Category filtering in Freshdesk knowledge base in iOS.
* Fix handling of anchor links for FAQ articles in iOS.
* Fix branding view overlapping with the home slider button on iPad devices in iOS.
* Fix for missing device models to track user devices in iOS.
* Fix for bot variables not updating since release 0.10.14 in iOS.
* Fix for missing assets when using an old theme customization file in iOS.
* Fix to block users from messaging in disabled private topics when opened using tags in iOS.

## 0.10.15 (21/05/2024)
### Enhancement
* Added support for the Middle East data center in iOS.
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PODS:
- GoogleUtilities/UserDefaults (~> 7.8)
- nanopb (< 2.30911.0, >= 2.30908.0)
- Flutter (1.0.0)
- freshchat_sdk (0.10.15):
- freshchat_sdk (0.10.16):
- Flutter
- FreshchatSDK (= 6.2.0)
- FreshchatSDK (6.2.0)
Expand Down Expand Up @@ -110,7 +110,7 @@ SPEC CHECKSUMS:
FirebaseInstallations: 91950fe859846fff0fbd296180909dd273103b09
FirebaseMessaging: 4d52717dd820707cc4eadec5eb981b4832ec8d5d
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
freshchat_sdk: 632af6571abef55f892d35171d483a145d86e0b5
freshchat_sdk: ab279bcf42c4e89b3bd3dbe3a5fef6935893e1a9
FreshchatSDK: 9b4f3158fe49ddacc053d142208fc2637fd469ff
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
Expand Down
2 changes: 1 addition & 1 deletion ios/freshchat_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'freshchat_sdk'
s.version = '0.10.15'
s.version = '0.10.16'
s.summary = 'Freshchat Flutter SDK - iOS'
s.description = <<-DESC
Freshchat Flutter SDK - iOS.
Expand Down
2 changes: 1 addition & 1 deletion lib/freshchat_sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class Freshchat {
final String sdkVersion = await _channel.invokeMethod('getSdkVersion');
final String operatingSystem = Platform.operatingSystem;
// As there is no simple way to get current freshchat flutter sdk version, we are hardcoding here.
final String allSdkVersion = "flutter-0.10.15-$operatingSystem-$sdkVersion ";
final String allSdkVersion = "flutter-0.10.16-$operatingSystem-$sdkVersion ";
return allSdkVersion;
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Freshchat is a modern messaging software for sales and customer eng
repository: https://github.com/freshworks/freshchat-flutter-sdk

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

environment:
Expand Down

0 comments on commit 686bb24

Please sign in to comment.