Skip to content

Commit

Permalink
Merge pull request #380 from Kommunicate-io/release/7.0.8
Browse files Browse the repository at this point in the history
Release/7.0.8
  • Loading branch information
AbhijeetRanjan308 authored Dec 6, 2023
2 parents 8f31167 + 971fccd commit 248bf41
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
16 changes: 8 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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
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.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' }
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.2'
s.dependency 'KommunicateChatUI-iOS-SDK' , '~> 1.2.3'
end
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
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.2"),
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.2.3"),
],
targets: [
.target(
Expand Down

0 comments on commit 248bf41

Please sign in to comment.