Skip to content

Commit

Permalink
Release changes for v1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijeetRanjan308 committed Mar 11, 2024
1 parent b79181d commit 7f531b2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.8.8
### iOS
- Added Dynamic online/offline status Feature
- Added the last Message icon in Conversation List Screen.
- Fixed Link preview issue.
- Fixed Assignee Image not showing with custom title.
### Android
- Added Dynamic online/offline status Feature
## 1.8.7
### iOS
- Fixed Build Conversation issue
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.7
kommunicate_flutter: ^1.8.8
```

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.2'
api 'io.kommunicate.sdk:kommunicateui:2.9.3'
}
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.4'
s.dependency 'Kommunicate', '~> 7.1.5'


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.7
version: 1.8.8
homepage: https://kommunicate.io

environment:
Expand Down

0 comments on commit 7f531b2

Please sign in to comment.