Skip to content

Commit

Permalink
Merge pull request #113 from Kommunicate-io/release_1.8.1
Browse files Browse the repository at this point in the history
Release changes for v1.8.1
  • Loading branch information
pranaysaini04 committed Dec 22, 2023
2 parents 8e853a7 + 7ece2e3 commit a97e90d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.8.1
- Fixed typing indicator for welcome message (ANDROID)
- Fixed "no conversations" showing sometimes for the first time when conversation is created (ANDROID)
- Fix the random order of item in dropdown list (ANDROID)
- Provided customisation To change mainDivider line colour (ANDROID & iOS)
- Changed UI for typing indicator (iOS)
## 1.8.0
- Added Support of Video Rich Message(iOS).
- Fixed the attachment upload issue(iOS).
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.0
kommunicate_flutter: ^1.8.1
```

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 @@ -38,5 +38,5 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
api 'io.kommunicate.sdk:kommunicateui:2.8.8'
api 'io.kommunicate.sdk:kommunicateui:2.8.9'
}
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.0.8'
s.dependency 'Kommunicate', '~> 7.1.0'


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

environment:
Expand Down

0 comments on commit a97e90d

Please sign in to comment.