Skip to content

Commit

Permalink
release_6.8.5 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathyan-KM authored Mar 23, 2023
1 parent 7849c3c commit 35c3484
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.

## [6.8.5] 2023-03-23
- Added Support for Conversation info screen
- Added Support for multiple selection button in form template

## [6.8.4] 2023-03-17
- Added customization for hidding Chat Widget on Helpcenter (FAQ) Page
- Added Support Multiple language in Speech To Text
Expand Down
6 changes: 0 additions & 6 deletions Example/Kommunicate/Images.xcassets/Contents.json

This file was deleted.

14 changes: 7 additions & 7 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ PODS:
- iOSSnapshotTestCase/Core
- Kingfisher (7.0.0)
- Kommunicate (6.8.4):
- KommunicateChatUI-iOS-SDK (~> 1.0.2)
- KommunicateChatUI-iOS-SDK (1.0.2):
- KommunicateChatUI-iOS-SDK/Complete (= 1.0.2)
- KommunicateChatUI-iOS-SDK/Complete (1.0.2):
- KommunicateChatUI-iOS-SDK (~> 1.0.3)
- KommunicateChatUI-iOS-SDK (1.0.3):
- KommunicateChatUI-iOS-SDK/Complete (= 1.0.3)
- KommunicateChatUI-iOS-SDK/Complete (1.0.3):
- Kingfisher (~> 7.0.0)
- KommunicateChatUI-iOS-SDK/RichMessageKit
- KommunicateCore-iOS-SDK (~> 1.0.8)
- SwipeCellKit (~> 2.7.1)
- ZendeskChatProvidersSDK (~> 3.0.0)
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.0.2)
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.0.3)
- KommunicateCore-iOS-SDK (1.0.8)
- Nimble (10.0.0)
- Nimble-Snapshots (9.4.0):
Expand Down Expand Up @@ -53,8 +53,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
Kingfisher: 5efc54fec3980f92354898532e562cc17f31efb4
Kommunicate: 19b95918132037cdbd412d24feedb686185ec475
KommunicateChatUI-iOS-SDK: 652ba317eeb14acf8849c4e4eacb5bcea54b33c3
Kommunicate: 744d4633db7ff657230fbe40d217053d7566f4e6
KommunicateChatUI-iOS-SDK: ac867ca596241e0aa6272aeb91545640ab0cc1e8
KommunicateCore-iOS-SDK: 69f611a6377424b5253a9650c654bb67921f11ff
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Nimble-Snapshots: ef281b908c604f78c8313587e25ea92c8ab513d7
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 = '6.8.4'
s.version = '6.8.5'
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.0.2'
s.dependency 'KommunicateChatUI-iOS-SDK' , '~> 1.0.3'
end
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git",
"state": {
"branch": null,
"revision": "263d206863f50b3dde2fceb1c5bdb4ea37aed09d",
"version": "1.0.2"
"revision": "3df3ba7135d2b7608edf39b73a35f657b3c08085",
"version": "1.0.3"
}
},
{
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.0.2"),
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.0.3"),
],
targets: [
.target(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ open class KMConversationViewController: ALKConversationViewController {
// Fetch Assignee details every time view is launched.
updateAssigneeDetails()
messageStatusAndFetchBotType()
prepareConversationInfoView()
// Check for group left
isChannelLeft()
checkUserBlock()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public class KMConfigurationSetter {
} else if(key.elementsEqual(":file")) {
attachments.append(AttachmentType.document)
} else if(key.elementsEqual(":audio")) {
Kommunicate.defaultConfiguration.hideAudioOptionInChatBar = value
//:audio value will represent bool to enable audio option. Need to reverse it for iOS Configuration hideAudioOptionInChatBar
Kommunicate.defaultConfiguration.hideAudioOptionInChatBar = !value
}
}
Kommunicate.defaultConfiguration.chatBar.optionsToShow = .some(attachments)
Expand Down

0 comments on commit 35c3484

Please sign in to comment.