Skip to content

Commit

Permalink
Release - 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Jul 14, 2022
1 parent b177ab4 commit 8efd5ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog
## 4.0.7 (Jul 14, 2022)
* Fixed a bug that serializing pending messages causes a crash on iOS 12 or lower

## 4.0.6 (Jul 13, 2022)
* Fixed a bug that sending a file message doesn’t work on the app extension


## 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
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.6/SendbirdChatSDK.xcframework.zip",
checksum: "931eead56bff61f796e266333b86e6c4740f5ff61361f7c51023cb003f46b290"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.7/SendbirdChatSDK.xcframework.zip",
checksum: "7015ff2206ff973157f43c3af42007993b9bddd18adebaff5d5efab60bf08b00"
),
]
)
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.6"
s.version = "4.0.7"
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' => '[email protected]',
'Ernest Hong' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.6/SendbirdChatSDK.zip", :sha1 => "188578aa391c87bc6f0a197a1674ff362cc9f66d" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.7/SendbirdChatSDK.zip", :sha1 => "c89797997c50ecd45e74f82b51bfd1a75c6aa080" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 8efd5ab

Please sign in to comment.