Skip to content

Commit 5f70d37

Browse files
Merge pull request #479 from Kommunicate-io/patch_release_7.2.7
Patch Release / 7.2.7
2 parents c28fab0 + 65d2df0 commit 5f70d37

File tree

5 files changed

+21
-18
lines changed

5 files changed

+21
-18
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
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.
44

5+
## [7.2.7] 2025-02-14
6+
- Updated Kingfisher from 7.6.2 to 7.10.0 to align with Privacy Manifest requirements.
7+
58
## [7.2.6] 2025-02-03
69
- Added Waiting Queue UI and related functions.
710
- Synchronized Default configuration for Swift 6 support.

Example/Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ PODS:
1414
- iOSSnapshotTestCase/Core (8.0.0)
1515
- iOSSnapshotTestCase/SwiftSupport (8.0.0):
1616
- iOSSnapshotTestCase/Core
17-
- Kingfisher (7.6.2)
18-
- Kommunicate (7.2.6):
19-
- KommunicateChatUI-iOS-SDK (= 1.4.0)
20-
- KommunicateChatUI-iOS-SDK (1.4.0):
21-
- KommunicateChatUI-iOS-SDK/Complete (= 1.4.0)
22-
- KommunicateChatUI-iOS-SDK/Complete (1.4.0):
17+
- Kingfisher (7.10.2)
18+
- Kommunicate (7.2.7):
19+
- KommunicateChatUI-iOS-SDK (= 1.4.1)
20+
- KommunicateChatUI-iOS-SDK (1.4.1):
21+
- KommunicateChatUI-iOS-SDK/Complete (= 1.4.1)
22+
- KommunicateChatUI-iOS-SDK/Complete (1.4.1):
2323
- iOSDropDown
24-
- Kingfisher (~> 7.6.2)
24+
- Kingfisher (~> 7.10.0)
2525
- KommunicateChatUI-iOS-SDK/RichMessageKit
2626
- KommunicateCore-iOS-SDK (= 1.2.5)
2727
- SwipeCellKit (~> 2.7.1)
28-
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.4.0)
28+
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.4.1)
2929
- KommunicateCore-iOS-SDK (1.2.5)
3030
- Nimble (13.7.1):
3131
- CwlPreconditionTesting (~> 2.2.0)
@@ -73,9 +73,9 @@ SPEC CHECKSUMS:
7373
CwlPreconditionTesting: 67a0047dd4de4382b93442c0e3f25207f984f35a
7474
iOSDropDown: ce9daa584eaa5567cafc1b633e3cc7eb6d9cea42
7575
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
76-
Kingfisher: 6c5449c6450c5239166510ba04afe374a98afc4f
77-
Kommunicate: 9b0dc9653b4399e7441f0007615758b296fc18ec
78-
KommunicateChatUI-iOS-SDK: 1c18cceb5cd3b79136052a83e6aea17b9be945ed
76+
Kingfisher: 99edc495d3b7607e6425f0d6f6847b2abd6d716d
77+
Kommunicate: 617e8fb06808dcfe67eb9f4fa9572f3ba9fed320
78+
KommunicateChatUI-iOS-SDK: 037fd5deb69e54d1595ed35ea19bd98cba98d691
7979
KommunicateCore-iOS-SDK: 5dc0d852f3e49c37b33a808d73556cf683b2f6c0
8080
Nimble: 317d713c30c3336dd8571da1889f7ec3afc626e8
8181
Nimble-Snapshots: 240ea76ee8e52dfc1387b8d0d9bf1db3420cabbd

Kommunicate.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Kommunicate'
3-
s.version = '7.2.6'
3+
s.version = '7.2.7'
44
s.summary = 'Kommunicate iOS SDK for customer support.'
55
s.homepage = 'https://github.com/Kommunicate-io/Kommunicate-iOS-SDK'
66
s.license = { :type => 'BSD-3-Clause', :file => 'LICENSE' }
@@ -10,5 +10,5 @@ Pod::Spec.new do |s|
1010
s.swift_version = '5.0'
1111
s.source_files = 'Sources/Kommunicate/Classes/**/*.{swift}'
1212
s.resources = 'Sources/Resources/**/*{lproj,storyboard,xib,xcassets,json,strings}'
13-
s.dependency 'KommunicateChatUI-iOS-SDK' , '1.4.0'
13+
s.dependency 'KommunicateChatUI-iOS-SDK' , '1.4.1'
1414
end

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
),
1414
],
1515
dependencies: [
16-
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.4.0"),
16+
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.4.1"),
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)