Skip to content

Commit

Permalink
Release - 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Jul 11, 2022
1 parent 520d2c3 commit 9025d6d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v4.0.5 (Jul 11, 2022)
* Fixed a bug that sending a file message doesn’t work on the app extension
* Fixed a bug that the file URL of the file message is not accessible
* Fixed a bug that the message collection can’t load the previous messages when the network is not connected
* Fixed a bug that the reaction event is not applied to the cached messages
* Fixed a bug in the message search query

## v4.0.4 (Jul 6, 2022)
* Fixed a bug that the message collection can't call the message update event when the reconnection is completed
* Improved stability
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/v4.0.4/SendbirdChatSDK.xcframework.zip",
checksum: "2f4e5c806f20876087d78a2c587c59c43bda5cf074155a6dde028ba115a1e9ba"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.5/SendbirdChatSDK.xcframework.zip",
checksum: "3d4f323bd60bc34de8d35db5021645938b0d42458f0b753cc44b15b69a6fed47"
),
]
)
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.0.4"
s.version = "4.0.5"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
'Celine Moon' => 'celine.moon@sendbird.com',
'Ernest Hong' => 'ernest.hong@sendbird.com'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.4/SendbirdChatSDK.zip", :sha1 => "8f903c531749c4367563b7258e0fd471fe1a748a" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.5/SendbirdChatSDK.zip", :sha1 => "5403a40a442408bfba2e35501cbe63263e94f440" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 9025d6d

Please sign in to comment.