Skip to content

Commit

Permalink
Merge pull request #475 from Kommunicate-io/pod/7.2.6
Browse files Browse the repository at this point in the history
Updated Pod Version to 7.2.6
  • Loading branch information
AbhijeetRanjan308 authored Feb 3, 2025
2 parents 592ff46 + 537e4fc commit e090b59
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.2.6] 2025-02-03
- Added Waiting Queue UI and related functions.
- Synchronized Default configuration for Swift 6 support.
- AWS-ENCRYPTED- prefix removed from attachment upload in Conversation Screen.
- Fixed Restart Button not working.

## [7.2.5] 2024-12-24
- Fixed typo of registerUserAsVistor with registerUserAsVisitor.
- SSL pinning enable disable configuration added.
Expand Down
18 changes: 9 additions & 9 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ PODS:
- iOSSnapshotTestCase/SwiftSupport (8.0.0):
- iOSSnapshotTestCase/Core
- Kingfisher (7.6.2)
- Kommunicate (7.2.5):
- KommunicateChatUI-iOS-SDK (= 1.3.9)
- KommunicateChatUI-iOS-SDK (1.3.9):
- KommunicateChatUI-iOS-SDK/Complete (= 1.3.9)
- KommunicateChatUI-iOS-SDK/Complete (1.3.9):
- Kommunicate (7.2.6):
- KommunicateChatUI-iOS-SDK (= 1.4.0)
- KommunicateChatUI-iOS-SDK (1.4.0):
- KommunicateChatUI-iOS-SDK/Complete (= 1.4.0)
- KommunicateChatUI-iOS-SDK/Complete (1.4.0):
- iOSDropDown
- Kingfisher (~> 7.6.2)
- KommunicateChatUI-iOS-SDK/RichMessageKit
- KommunicateCore-iOS-SDK (= 1.2.5)
- SwipeCellKit (~> 2.7.1)
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.3.9)
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.4.0)
- KommunicateCore-iOS-SDK (1.2.5)
- Nimble (13.7.1):
- CwlPreconditionTesting (~> 2.2.0)
Expand Down Expand Up @@ -74,14 +74,14 @@ SPEC CHECKSUMS:
iOSDropDown: ce9daa584eaa5567cafc1b633e3cc7eb6d9cea42
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
Kingfisher: 6c5449c6450c5239166510ba04afe374a98afc4f
Kommunicate: c886c6b4cdd32d4976eab22968ab1f05e0a9f08e
KommunicateChatUI-iOS-SDK: 53efa89eaab6e8af7a7dbd9f34e106ac6171c279
Kommunicate: 9b0dc9653b4399e7441f0007615758b296fc18ec
KommunicateChatUI-iOS-SDK: 1c18cceb5cd3b79136052a83e6aea17b9be945ed
KommunicateCore-iOS-SDK: 5dc0d852f3e49c37b33a808d73556cf683b2f6c0
Nimble: 317d713c30c3336dd8571da1889f7ec3afc626e8
Nimble-Snapshots: 240ea76ee8e52dfc1387b8d0d9bf1db3420cabbd
Quick: b8bec97cd4b9f21da0472d45580f763b801fc353
SwipeCellKit: 3972254a826da74609926daf59b08d6c72e619ea

PODFILE CHECKSUM: 07a36a186f5848e9c0e96beedc0b1730ca2d51e8
PODFILE CHECKSUM: 4ddda93eb79b9d4023f3e82419f6ee0372c6cd8e

COCOAPODS: 1.16.2
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.2.5'
s.version = '7.2.6'
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.3.9'
s.dependency 'KommunicateChatUI-iOS-SDK' , '1.4.0'
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": "1de7210aa58867aeb63b8267d0bd0f3c1f1c1c47",
"version": "1.3.9"
"revision": "372f954250124540d30df79edb7e555175a1d274",
"version": "1.4.0"
}
},
{
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.3.9"),
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.4.0"),
],
targets: [
.target(
Expand Down

0 comments on commit e090b59

Please sign in to comment.