Skip to content

Release v1.9.8 #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.9.8
- Fixed response with date and time format in postback message. (iOS)

Comment on lines +1 to +3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

Document all changes in the changelog.

The changelog entry is missing the iOS SDK version update to 7.2.3, which is mentioned in the PR description.

Consider updating the changelog to include all changes and follow the consistent format used in previous entries:

 ## 1.9.8
-Fixed response with date and time format in postback message. (iOS)
+### iOS
+- Fixed response with date and time format in postback message
+- Updated iOS SDK version to 7.2.3
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## 1.9.8
- Fixed response with date and time format in postback message. (iOS)
## 1.9.8
### iOS
- Fixed response with date and time format in postback message
- Updated iOS SDK version to 7.2.3

## 1.9.7
- Fixed minor bugs. (Android)

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.9.7
kommunicate_flutter: ^1.9.8
```

2. Install the package as below:
Expand Down
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.2.2'
s.dependency 'Kommunicate', '~> 7.2.3'


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: Flexible, lightweight, and easily integrable Flutter SDK for Kommunicate AI chatbot & Live Chat.
version: 1.9.7
version: 1.9.8
homepage: https://kommunicate.io

environment:
Expand Down