Skip to content

Commit 2aafd14

Browse files
Merge pull request #498 from Kommunicate-io/pod/7.3.0
Updated Podfile to 7.3.0
2 parents 5fba950 + 0947047 commit 2aafd14

File tree

5 files changed

+27
-20
lines changed

5 files changed

+27
-20
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.3.0] 2025-04-15
6+
- Added Business Hours feature.
7+
- Disabled conversation restart when the restart button is hidden.
8+
- Enabled form data persistence in local cache.
9+
- Fixed character limit bug in Dialogflow bot.
10+
- Resolved bug in Text Area component.
11+
512
## [7.2.9] 2025-04-03
613
- Fixed Recording button not working properly.
714

Example/Podfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ PODS:
1515
- iOSSnapshotTestCase/SwiftSupport (8.0.0):
1616
- iOSSnapshotTestCase/Core
1717
- Kingfisher (7.10.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):
18+
- Kommunicate (7.3.0):
19+
- KommunicateChatUI-iOS-SDK (= 1.5.0)
20+
- KommunicateChatUI-iOS-SDK (1.5.0):
21+
- KommunicateChatUI-iOS-SDK/Complete (= 1.5.0)
22+
- KommunicateChatUI-iOS-SDK/Complete (1.5.0):
2323
- iOSDropDown
2424
- Kingfisher (~> 7.10.0)
2525
- KommunicateChatUI-iOS-SDK/RichMessageKit
26-
- KommunicateCore-iOS-SDK (= 1.2.6)
26+
- KommunicateCore-iOS-SDK (= 1.3.0)
2727
- SwipeCellKit (~> 2.7.1)
28-
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.4.3)
29-
- KommunicateCore-iOS-SDK (1.2.6)
28+
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.5.0)
29+
- KommunicateCore-iOS-SDK (1.3.0)
3030
- Nimble (13.7.1):
3131
- CwlPreconditionTesting (~> 2.2.0)
3232
- Nimble-Snapshots (9.8.0):
@@ -35,7 +35,7 @@ PODS:
3535
- iOSSnapshotTestCase (~> 8.0)
3636
- Nimble (~> 13.0)
3737
- Quick (7.6.2)
38-
- SwiftLint (0.58.2)
38+
- SwiftLint (0.59.0)
3939
- SwipeCellKit (2.7.1)
4040

4141
DEPENDENCIES:
@@ -77,13 +77,13 @@ SPEC CHECKSUMS:
7777
iOSDropDown: ce9daa584eaa5567cafc1b633e3cc7eb6d9cea42
7878
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
7979
Kingfisher: 99edc495d3b7607e6425f0d6f6847b2abd6d716d
80-
Kommunicate: 462447e74367c6509d342b6b910f20bcaa877ec4
81-
KommunicateChatUI-iOS-SDK: 3e71795c3748fcd71bcc012f771f51231c8e1dda
82-
KommunicateCore-iOS-SDK: 0d93451165eef64c95aa97c7db4db49f849b0a49
80+
Kommunicate: e15620246f3b7319e1eb410f4ad02422771ceb72
81+
KommunicateChatUI-iOS-SDK: 63d2f6a86bb46f3af2a1aa643729801851f036b2
82+
KommunicateCore-iOS-SDK: 176d0f706e4fd0dfbf2c004d65abb2df2f2e3809
8383
Nimble: 317d713c30c3336dd8571da1889f7ec3afc626e8
8484
Nimble-Snapshots: 240ea76ee8e52dfc1387b8d0d9bf1db3420cabbd
8585
Quick: b8bec97cd4b9f21da0472d45580f763b801fc353
86-
SwiftLint: 365bcd9ffc83d0deb874e833556d82549919d6cd
86+
SwiftLint: bb7ba8326d0d93e60d6d1715fc7d4609dec5c76d
8787
SwipeCellKit: 3972254a826da74609926daf59b08d6c72e619ea
8888

8989
PODFILE CHECKSUM: 66d2e2045cc91de55d1206f11783b1e0e5544df4

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

0 commit comments

Comments
 (0)