Skip to content

Commit

Permalink
Release - 4.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Feb 14, 2024
1 parent 2dd62c7 commit 895354c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.15.4 (Feb 14, 2024)

- Fixed a bug where the stat collector is not enabled when the `authenticateFeed()` is used
- Fixed a bug where the unread message count of feed channel becomes zero when the SDK receives a message from the chat notification channel
## v4.15.3 (Feb 02, 2024)

- Improved unread message count logic
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.15.3/SendbirdChatSDK.xcframework.zip",
checksum: "562c1796772e30559b95a28af8dc7359fdb97e833b653c63720a3a4a84e22160"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.4/SendbirdChatSDK.xcframework.zip",
checksum: "e572ccf33926754690a7d027c7f0b9d5e7d3c17d5f042ee9a3fe5076a7abcb65"
),
]
)
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.15.3"
s.version = "4.15.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 @@ -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.15.3/SendbirdChatSDK.zip", :sha1 => "0ee0380a2e23b7be940eb542d65bccb8e16c353a" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.4/SendbirdChatSDK.zip", :sha1 => "568d82f915cc66a159a5fbefbbc241f6ee741064" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 895354c

Please sign in to comment.