Skip to content

Commit c9ee98a

Browse files
Merge pull request #495 from Kommunicate-io/patchRelease_7.2.9
Patch Release 7.2.9
2 parents b2abd04 + a3efba0 commit c9ee98a

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
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.9] 2025-04-03
6+
- Fixed Recording button not working properly.
7+
58
## [7.2.8] 2025-03-18
69
- Internal Code Refactor.
710
- Typing indicator For bot message delay.

Example/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ PODS:
1515
- iOSSnapshotTestCase/SwiftSupport (8.0.0):
1616
- iOSSnapshotTestCase/Core
1717
- Kingfisher (7.10.2)
18-
- Kommunicate (7.2.8):
19-
- KommunicateChatUI-iOS-SDK (= 1.4.2)
20-
- KommunicateChatUI-iOS-SDK (1.4.2):
21-
- KommunicateChatUI-iOS-SDK/Complete (= 1.4.2)
22-
- KommunicateChatUI-iOS-SDK/Complete (1.4.2):
18+
- Kommunicate (7.2.9):
19+
- KommunicateChatUI-iOS-SDK (= 1.4.3)
20+
- KommunicateChatUI-iOS-SDK (1.4.3):
21+
- KommunicateChatUI-iOS-SDK/Complete (= 1.4.3)
22+
- KommunicateChatUI-iOS-SDK/Complete (1.4.3):
2323
- iOSDropDown
2424
- Kingfisher (~> 7.10.0)
2525
- KommunicateChatUI-iOS-SDK/RichMessageKit
2626
- KommunicateCore-iOS-SDK (= 1.2.6)
2727
- SwipeCellKit (~> 2.7.1)
28-
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.4.2)
28+
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.4.3)
2929
- KommunicateCore-iOS-SDK (1.2.6)
3030
- Nimble (13.7.1):
3131
- CwlPreconditionTesting (~> 2.2.0)
@@ -77,8 +77,8 @@ SPEC CHECKSUMS:
7777
iOSDropDown: ce9daa584eaa5567cafc1b633e3cc7eb6d9cea42
7878
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
7979
Kingfisher: 99edc495d3b7607e6425f0d6f6847b2abd6d716d
80-
Kommunicate: ec65262249a71e730b98aaa45604482f3cb92d11
81-
KommunicateChatUI-iOS-SDK: 25d22040ba9167b3663d187f45a806ea9ce8b52b
80+
Kommunicate: 462447e74367c6509d342b6b910f20bcaa877ec4
81+
KommunicateChatUI-iOS-SDK: 3e71795c3748fcd71bcc012f771f51231c8e1dda
8282
KommunicateCore-iOS-SDK: 0d93451165eef64c95aa97c7db4db49f849b0a49
8383
Nimble: 317d713c30c3336dd8571da1889f7ec3afc626e8
8484
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.8'
3+
s.version = '7.2.9'
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.2'
13+
s.dependency 'KommunicateChatUI-iOS-SDK' , '1.4.3'
1414
end

Package.resolved

Lines changed: 2 additions & 2 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.2"),
16+
.package(name: "KommunicateChatUI-iOS-SDK", url: "https://github.com/Kommunicate-io/KommunicateChatUI-iOS-SDK.git", from: "1.4.3"),
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)