Skip to content

Commit

Permalink
Merge pull request #52 from sendbird/release/4.19.4
Browse files Browse the repository at this point in the history
Release 4.19.4
  • Loading branch information
sendbird-sdk-deployment committed May 17, 2024
2 parents 00cb4c2 + 44fc916 commit f3bed85
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.19.4 (May 17, 2024)

## Improvements
- Fixed `reportUsers` request failure issue
- Fixed an issue with submitform request not working correctly
- Reduced the network traffic for the stats
- Improved stability

## 4.19.3 (May 02, 2024)

## Improvements
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendbirdChatSDK",
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.19.3/SendbirdChatSDK.xcframework.zip",
checksum: "860f37c800489938eaf153d9ca3627fbceb18c100bcfb743e2dc77754828f50f"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.19.4/SendbirdChatSDK.xcframework.zip",
checksum: "abf69d68820f326f4336a6979d31b8df15ca66b0d3086dc89bfe924d73ab7294"
),
]
)
4 changes: 2 additions & 2 deletions SendbirdChatSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SendbirdChatSDK'
s.version = "4.19.3"
s.version = "4.19.4"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
'Young Hwang' => '[email protected]',
'Kai Lee' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.19.3/SendbirdChatSDK.zip", :sha1 => "176f59db386288ba490f461596319b200512c0b3" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.19.4/SendbirdChatSDK.zip", :sha1 => "9929f6c007a33b1aedde830824a5be7e24bdb71d" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit f3bed85

Please sign in to comment.