From d5e440405e2e25f2bcbe0b62d24364db4a7dcff4 Mon Sep 17 00:00:00 2001 From: Abhijeet Ranjan Date: Wed, 6 Dec 2023 18:39:15 +0530 Subject: [PATCH] updated podfile to 7.0.8 --- CHANGELOG.md | 5 +++++ Example/Podfile.lock | 16 ++++++++-------- Kommunicate.podspec | 4 ++-- Package.resolved | 4 ++-- Package.swift | 2 +- 5 files changed, 18 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 833ade8d..685db82a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.0.8] 2023-12-06 +- Added Support of Video Rich Message. +- Fixed the attachment upload issue. +- Fixed Conversation Missmatch issue. + ## [7.0.7] 2023-11-25 - Default configuration added for disabling the form submit button using 'disableFormPostSubmit'. - Added support of prefill checkboxes on Form Template. diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 6af0dfe6..ed4198ff 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -6,18 +6,18 @@ PODS: - iOSSnapshotTestCase/SwiftSupport (8.0.0): - iOSSnapshotTestCase/Core - Kingfisher (7.6.2) - - Kommunicate (7.0.7): - - KommunicateChatUI-iOS-SDK (~> 1.2.2) - - KommunicateChatUI-iOS-SDK (1.2.2): - - KommunicateChatUI-iOS-SDK/Complete (= 1.2.2) - - KommunicateChatUI-iOS-SDK/Complete (1.2.2): + - Kommunicate (7.0.8): + - KommunicateChatUI-iOS-SDK (~> 1.2.3) + - KommunicateChatUI-iOS-SDK (1.2.3): + - KommunicateChatUI-iOS-SDK/Complete (= 1.2.3) + - KommunicateChatUI-iOS-SDK/Complete (1.2.3): - iOSDropDown - Kingfisher (~> 7.6.2) - KommunicateChatUI-iOS-SDK/RichMessageKit - KommunicateCore-iOS-SDK (~> 1.1.5) - SwipeCellKit (~> 2.7.1) - ZendeskChatProvidersSDK (~> 3.0.0) - - KommunicateChatUI-iOS-SDK/RichMessageKit (1.2.2) + - KommunicateChatUI-iOS-SDK/RichMessageKit (1.2.3) - KommunicateCore-iOS-SDK (1.1.5) - Nimble (12.3.0) - Nimble-Snapshots (9.6.1): @@ -57,8 +57,8 @@ SPEC CHECKSUMS: iOSDropDown: ce9daa584eaa5567cafc1b633e3cc7eb6d9cea42 iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f Kingfisher: 6c5449c6450c5239166510ba04afe374a98afc4f - Kommunicate: 255f176eabe32b5fb460ba0b88a8f0ec26113988 - KommunicateChatUI-iOS-SDK: 4d45f00fbef75028d11077f4a221b6f2cfeb4ed8 + Kommunicate: 85ae069d27888d47fe44927d8acf0bedc5908f63 + KommunicateChatUI-iOS-SDK: 9d0b4fa2a6b22786dce8bd00d7198f58d2c9d9ac KommunicateCore-iOS-SDK: 83e2c8d5b3007417354752a457068bd07e6d2e03 Nimble: f8a8219d16f176429b951e8f7e72df5c23ceddc0 Nimble-Snapshots: 4988d1cf2fe062f13bd2eb87c4279770785e682b diff --git a/Kommunicate.podspec b/Kommunicate.podspec index 1f900a06..66c30051 100644 --- a/Kommunicate.podspec +++ b/Kommunicate.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Kommunicate' - s.version = '7.0.7' + s.version = '7.0.8' 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.2.2' + s.dependency 'KommunicateChatUI-iOS-SDK' , '~> 1.2.3' end diff --git a/Package.resolved b/Package.resolved index 170ab29e..c45d2e17 100644 --- a/Package.resolved +++ b/Package.resolved @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", "state": { "branch": null, - "revision": "a6ceb6c93b943fbde84ae39833bb1580d11dd885", - "version": "1.2.2" + "revision": "cc6df4a9a9149549aa63bcf06637797eb5acac21", + "version": "1.2.3" } }, { diff --git a/Package.swift b/Package.swift index e5a5dbfe..66f74e9e 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.2.2"), + .package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.2.3"), ], targets: [ .target(