Skip to content

Commit

Permalink
Release - 4.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cozzin committed May 31, 2022
1 parent fa0068c commit 7e83b85
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 @@
# Change Log

### v4.0.0-beta.7 (May 24, 2022)
- Added mentioned users to pending, failed, and scheduled messages.
- When operatorUserIDs = nil, exclude operator_ids field from json request.
- Fixed a bug that the sendingStatus in the scheduled message while decoding.
- Fixed the error that requestID of scheduled message is empty.
- Added thumbnails to a copied fileMessage.

### v4.0.0-beta.6 (May 24, 2022)
- Check & solve internal interface being exposed to Objective-C headers
- When parsing metaData from json, its key whose value is null is ignored.
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.0-beta.6/SendbirdChatSDK.xcframework.zip",
checksum: "5d5d52a2dcecd44d4976c65a8a986a442a4a638adc4735568fcfdb35ec7f51e1"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta.7/SendbirdChatSDK.xcframework.zip",
checksum: "ef0ed2ee9a768fc390a2d97f1e44b3a91f09790a10fffcd2ffcccb163004da39"
),
]
)
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.0-beta.6"
s.version = "4.0.0-beta.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.0-beta.6/SendbirdChatSDK.zip", :sha1 => "01da39a4de1cbfa713b64ed4c03316fcb1470b38" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta.7/SendbirdChatSDK.zip", :sha1 => "74f4474015e7159549ad4330605e9e18d51b8e58" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 7e83b85

Please sign in to comment.