Skip to content

Commit a716b15

Browse files
Updated Pod Version to 7.2.5 and added Change logs.
1 parent d21dbca commit a716b15

File tree

5 files changed

+25
-20
lines changed

5 files changed

+25
-20
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.5] 2024-12-24
6+
- Fixed typo of registerUserAsVistor with registerUserAsVisitor.
7+
- SSL pinning enable disable configuration added.
8+
- Fixed the issue where video thumbnails were not displaying correctly.
9+
510
## [7.2.4] 2024-12-03
611
- Fixed Away Message not showing in Bot Delay.
712
- Fixed an issue where captions were cut off in Video Rich Messages.

Example/Podfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ PODS:
1515
- iOSSnapshotTestCase/SwiftSupport (8.0.0):
1616
- iOSSnapshotTestCase/Core
1717
- Kingfisher (7.6.2)
18-
- Kommunicate (7.2.4):
19-
- KommunicateChatUI-iOS-SDK (= 1.3.8)
20-
- KommunicateChatUI-iOS-SDK (1.3.8):
21-
- KommunicateChatUI-iOS-SDK/Complete (= 1.3.8)
22-
- KommunicateChatUI-iOS-SDK/Complete (1.3.8):
18+
- Kommunicate (7.2.5):
19+
- KommunicateChatUI-iOS-SDK (= 1.3.9)
20+
- KommunicateChatUI-iOS-SDK (1.3.9):
21+
- KommunicateChatUI-iOS-SDK/Complete (= 1.3.9)
22+
- KommunicateChatUI-iOS-SDK/Complete (1.3.9):
2323
- iOSDropDown
2424
- Kingfisher (~> 7.6.2)
2525
- KommunicateChatUI-iOS-SDK/RichMessageKit
26-
- KommunicateCore-iOS-SDK (= 1.2.4)
26+
- KommunicateCore-iOS-SDK (= 1.2.5)
2727
- SwipeCellKit (~> 2.7.1)
28-
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.3.8)
29-
- KommunicateCore-iOS-SDK (1.2.4)
30-
- Nimble (13.6.2):
28+
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.3.9)
29+
- KommunicateCore-iOS-SDK (1.2.5)
30+
- Nimble (13.7.1):
3131
- CwlPreconditionTesting (~> 2.2.0)
3232
- Nimble-Snapshots (9.8.0):
3333
- Nimble-Snapshots/Core (= 9.8.0)
@@ -74,10 +74,10 @@ SPEC CHECKSUMS:
7474
iOSDropDown: ce9daa584eaa5567cafc1b633e3cc7eb6d9cea42
7575
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
7676
Kingfisher: 6c5449c6450c5239166510ba04afe374a98afc4f
77-
Kommunicate: 3d18f7229fbf1ff7e16a027cbc5e3d6fe3316f30
78-
KommunicateChatUI-iOS-SDK: 4ca12728c40d134b330f1e8ac5335e1b98ca6552
79-
KommunicateCore-iOS-SDK: 2adcd775f5ed6fdcdbcac47986144c177fc44ab0
80-
Nimble: 8cd9e713948ea6a61980e82d2bec937acec16b91
77+
Kommunicate: c886c6b4cdd32d4976eab22968ab1f05e0a9f08e
78+
KommunicateChatUI-iOS-SDK: 53efa89eaab6e8af7a7dbd9f34e106ac6171c279
79+
KommunicateCore-iOS-SDK: 5dc0d852f3e49c37b33a808d73556cf683b2f6c0
80+
Nimble: 317d713c30c3336dd8571da1889f7ec3afc626e8
8181
Nimble-Snapshots: 240ea76ee8e52dfc1387b8d0d9bf1db3420cabbd
8282
Quick: b8bec97cd4b9f21da0472d45580f763b801fc353
8383
SwipeCellKit: 3972254a826da74609926daf59b08d6c72e619ea

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.4'
3+
s.version = '7.2.5'
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.3.8'
13+
s.dependency 'KommunicateChatUI-iOS-SDK' , '1.3.9'
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.3.8"),
16+
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.3.9"),
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)