From 35c3484bcf5678403c5af2970782e26d7d943d33 Mon Sep 17 00:00:00 2001 From: Sathyan-KM <121929127+Sathyan-KM@users.noreply.github.com> Date: Thu, 23 Mar 2023 11:38:39 +0530 Subject: [PATCH] release_6.8.5 (#285) --- CHANGELOG.md | 4 ++++ Example/Kommunicate/Images.xcassets/Contents.json | 6 ------ Example/Podfile.lock | 14 +++++++------- Kommunicate.podspec | 4 ++-- Package.resolved | 4 ++-- Package.swift | 2 +- .../Classes/KMConversationViewController.swift | 1 + .../Classes/Utilities/KmConfigurationSetter.swift | 3 ++- 8 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 Example/Kommunicate/Images.xcassets/Contents.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d8c379..7fbadd10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Example/Kommunicate/Images.xcassets/Contents.json b/Example/Kommunicate/Images.xcassets/Contents.json deleted file mode 100644 index da4a164c..00000000 --- a/Example/Kommunicate/Images.xcassets/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/Example/Podfile.lock b/Example/Podfile.lock index f211aa0a..13dac228 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -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): @@ -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 diff --git a/Kommunicate.podspec b/Kommunicate.podspec index d616a2ba..97ef3143 100644 --- a/Kommunicate.podspec +++ b/Kommunicate.podspec @@ -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' } @@ -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 diff --git a/Package.resolved b/Package.resolved index b6b259d5..83ea5f59 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { diff --git a/Package.swift b/Package.swift index d680398c..08f7a4b8 100644 --- a/Package.swift +++ b/Package.swift @@ -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( diff --git a/Sources/Kommunicate/Classes/KMConversationViewController.swift b/Sources/Kommunicate/Classes/KMConversationViewController.swift index 270d9bca..06b2ab9d 100644 --- a/Sources/Kommunicate/Classes/KMConversationViewController.swift +++ b/Sources/Kommunicate/Classes/KMConversationViewController.swift @@ -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() diff --git a/Sources/Kommunicate/Classes/Utilities/KmConfigurationSetter.swift b/Sources/Kommunicate/Classes/Utilities/KmConfigurationSetter.swift index 2e3f86f5..9cb78c12 100644 --- a/Sources/Kommunicate/Classes/Utilities/KmConfigurationSetter.swift +++ b/Sources/Kommunicate/Classes/Utilities/KmConfigurationSetter.swift @@ -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)