Skip to content

Commit

Permalink
Merge pull request #376 from Kommunicate-io/release/7.0.7
Browse files Browse the repository at this point in the history
Release/7.0.7
  • Loading branch information
AbhijeetRanjan308 authored Nov 15, 2023
2 parents 5e48de7 + aa6c20b commit 8f31167
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 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.

## [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.

## [7.0.6] 2023-11-07
- Fixed createAndShowConversation bug

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.6):
- KommunicateChatUI-iOS-SDK (~> 1.2.1)
- KommunicateChatUI-iOS-SDK (1.2.1):
- KommunicateChatUI-iOS-SDK/Complete (= 1.2.1)
- KommunicateChatUI-iOS-SDK/Complete (1.2.1):
- 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):
- 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.1)
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.2.2)
- 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: eaa317fd3febd9b347187864f9a0f69b12dd9161
KommunicateChatUI-iOS-SDK: bb72cdc9b2334ce12980ea342ef9cdbe9be9bcbc
Kommunicate: 255f176eabe32b5fb460ba0b88a8f0ec26113988
KommunicateChatUI-iOS-SDK: 4d45f00fbef75028d11077f4a221b6f2cfeb4ed8
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.6'
s.version = '7.0.7'
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.1'
s.dependency 'KommunicateChatUI-iOS-SDK' , '~> 1.2.2'
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": "1763ae7c64ce85925f9c03228a634b82726db1eb",
"version": "1.2.1"
"revision": "a6ceb6c93b943fbde84ae39833bb1580d11dd885",
"version": "1.2.2"
}
},
{
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.1"),
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.2.2"),
],
targets: [
.target(
Expand Down

0 comments on commit 8f31167

Please sign in to comment.