Skip to content

Commit

Permalink
Merge pull request #103 from Kommunicate-io/release_v1.7.6
Browse files Browse the repository at this point in the history
Release changes for v1.7.6
  • Loading branch information
pranaysaini04 committed Nov 15, 2023
2 parents 9526310 + 75fa244 commit 35e9a56
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.7.6
- Fixed unread Count in android Side.
- Added support of prefill checkboxes on Form Template.
- Default configuration added for disabling the form submit button using 'disableFormPostSubmit'.
## 1.7.5
- Fixed hidePostCta
## 1.7.4
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.7.5
kommunicate_flutter: ^1.7.6
```

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.6'
api 'io.kommunicate.sdk:kommunicateui:2.8.7'
}
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.5'
s.dependency 'Kommunicate', '~> 7.0.7'


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

environment:
Expand Down

0 comments on commit 35e9a56

Please sign in to comment.