Skip to content

Commit

Permalink
Merge pull request #126 from Kommunicate-io/release_v1.8.9
Browse files Browse the repository at this point in the history
Release changes for v1.8.9
  • Loading branch information
AbhijeetRanjan308 committed Mar 15, 2024
2 parents 56d3081 + d899429 commit eeeb110
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.8.9
### iOS
- Fixed name getting cut issue in Navigation Bar.
- Improved the Flow of Showing Rating Bar.
- Improved read receipt label for messages.
### Android
- Added support for iframe in HTML type rich message.
- Fixed location issues.
- Image full screen view improvement.
- Added back button in in-app browser.
## 1.8.8
### iOS
- Added Dynamic online/offline status Feature
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Refer to the official docs here: https://docs.kommunicate.io/docs/flutter-instal
```
dependencies:
//other dependencies
kommunicate_flutter: ^1.8.8
kommunicate_flutter: ^1.8.9
```

2. Install the package as below:
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
api 'io.kommunicate.sdk:kommunicateui:2.9.3'
api 'io.kommunicate.sdk:kommunicateui:2.9.4'
}
2 changes: 1 addition & 1 deletion ios/kommunicate_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Flutter plugin for Kommunicate live chat.

s.dependency 'Flutter'
s.swift_version = '5.1'
s.dependency 'Kommunicate', '~> 7.1.5'
s.dependency 'Kommunicate', '~> 7.1.6'


s.ios.deployment_target = '13.0'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kommunicate_flutter
description: Flutter plugin for Kommunicate Chatbot & live chat. Kommunicate provides open source chatbot & live chat SDK in android. The Kommunicate SDK is flexible, lightweight and easily integrable.
version: 1.8.8
version: 1.8.9
homepage: https://kommunicate.io

environment:
Expand Down

0 comments on commit eeeb110

Please sign in to comment.