Skip to content
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

Release/7.1.0 #388

Merged
merged 7 commits into from
Dec 22, 2023
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

The changelog for [Kommunicate-iOS-SDK](https://github.com/Kommunicate-io/Kommunicate-iOS-SDK). Also see the [releases](https://github.com/Kommunicate-io/Kommunicate-iOS-SDK/releases) on Github.

## [7.1.0] 2023-12-23
- Added support to trigger intents through quick reply
- Restrict agent reply for zendesk conversation
- Added Customisation for the line above chatbar.
- Changed UI for typing indicator
- Minor UI related bug fixes

## [7.0.9] 2023-12-12
- Fixed hidePostCTA message delete issue.

Expand Down
22 changes: 11 additions & 11 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ PODS:
- iOSSnapshotTestCase/SwiftSupport (8.0.0):
- iOSSnapshotTestCase/Core
- Kingfisher (7.6.2)
- Kommunicate (7.0.9):
- KommunicateChatUI-iOS-SDK (~> 1.2.4)
- KommunicateChatUI-iOS-SDK (1.2.4):
- KommunicateChatUI-iOS-SDK/Complete (= 1.2.4)
- KommunicateChatUI-iOS-SDK/Complete (1.2.4):
- Kommunicate (7.1.0):
- KommunicateChatUI-iOS-SDK (~> 1.2.5)
- KommunicateChatUI-iOS-SDK (1.2.5):
- KommunicateChatUI-iOS-SDK/Complete (= 1.2.5)
- KommunicateChatUI-iOS-SDK/Complete (1.2.5):
- iOSDropDown
- Kingfisher (~> 7.6.2)
- KommunicateChatUI-iOS-SDK/RichMessageKit
- KommunicateCore-iOS-SDK (~> 1.1.5)
- KommunicateCore-iOS-SDK (~> 1.1.6)
- SwipeCellKit (~> 2.7.1)
- ZendeskChatProvidersSDK (~> 3.0.0)
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.2.4)
- KommunicateCore-iOS-SDK (1.1.5)
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.2.5)
- KommunicateCore-iOS-SDK (1.1.6)
- Nimble (12.3.0)
- Nimble-Snapshots (9.6.1):
- Nimble-Snapshots/Core (= 9.6.1)
Expand Down Expand Up @@ -57,9 +57,9 @@ SPEC CHECKSUMS:
iOSDropDown: ce9daa584eaa5567cafc1b633e3cc7eb6d9cea42
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
Kingfisher: 6c5449c6450c5239166510ba04afe374a98afc4f
Kommunicate: f9cc734f6934d2554908e1e9ba0888aaca079c33
KommunicateChatUI-iOS-SDK: bea6efa038de0df45a3c40f84c93e0bf788a9167
KommunicateCore-iOS-SDK: 83e2c8d5b3007417354752a457068bd07e6d2e03
Kommunicate: 46a4b9779a7299539fad8f44332c46c96f2c4366
KommunicateChatUI-iOS-SDK: 33149c9a46a80bc57cedb4ecd419109ad5474fcb
KommunicateCore-iOS-SDK: 544bb6f935d4b66576e179c0f9fe932b15bb81c9
Nimble: f8a8219d16f176429b951e8f7e72df5c23ceddc0
Nimble-Snapshots: 4988d1cf2fe062f13bd2eb87c4279770785e682b
Quick: d32871931c05547cb4e0bc9009d66a18b50d8558
Expand Down
4 changes: 2 additions & 2 deletions Kommunicate.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Kommunicate'
s.version = '7.0.9'
s.version = '7.1.0'
s.summary = 'Kommunicate iOS SDK for customer support.'
s.homepage = 'https://github.com/Kommunicate-io/Kommunicate-iOS-SDK'
s.license = { :type => 'BSD-3-Clause', :file => 'LICENSE' }
Expand All @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'
s.source_files = 'Sources/Kommunicate/Classes/**/*.{swift}'
s.resources = 'Sources/Resources/**/*{lproj,storyboard,xib,xcassets,json,strings}'
s.dependency 'KommunicateChatUI-iOS-SDK' , '~> 1.2.4'
s.dependency 'KommunicateChatUI-iOS-SDK' , '~> 1.2.5'
end
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"repositoryURL": "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git",
"state": {
"branch": null,
"revision": "70adbe88587c17b5b92193e67afb057bf7ff9fc4",
"version": "1.2.4"
"revision": "0c1b3598618189648fba3c721255073b245215ba",
"version": "1.2.5"
}
},
{
"package": "KommunicateCore_iOS_SDK",
"repositoryURL": "https://github.com/Kommunicate-io/KommunicateCore-iOS-SDK.git",
"state": {
"branch": null,
"revision": "15ccbc0bae27ee692820989ce7eaafdb44ea6cca",
"version": "1.1.5"
"revision": "37997a1a100454306ba6ba81d090d10f42764d30",
"version": "1.1.6"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
),
],
dependencies: [
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.2.4"),
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.2.5"),
],
targets: [
.target(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,10 @@ open class KMConversationViewController: ALKConversationViewController {
return
}

showTypingLabel(status: true, userId: currentMessage.to)
showNewTypingLabel(status: true)

self.timer = Timer.scheduledTimer(withTimeInterval: TimeInterval(delayInterval), repeats: false) {[self] timer in
self.viewModel.removeTypingIndicatorMessage()
self.viewModel.addMessagesToList([currentMessage])
self.timer.invalidate()
if count < messageArray.count {
Expand Down Expand Up @@ -402,6 +403,7 @@ open class KMConversationViewController: ALKConversationViewController {
// If the user was typing when the status changed
view.endEditing(true)
guard isClosedConversationViewHidden == isClosedConversation else { return }
ALKCustomEventHandler.shared.publish(triggeredEvent: .resolveConversation, data: ["conversationId":viewModel.channelKey?.stringValue ?? ""])
checkFeedbackAndShowRatingView()
}

Expand Down