Skip to content

Commit b2760fd

Browse files
committed
* Fixed bug of last message of group channels.
1 parent 6a7c7a8 commit b2760fd

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### v3.0.18(Nov 23, 2016)
4+
* Fixed bug of last message of group channels.
5+
36
### v3.0.17(Nov 4, 2016)
47
* Fixed connection bug.
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://cocoapods.org/pods/SendBirdSDK)
55
[![Languages](https://img.shields.io/badge/language-Objective--C%20%7C%20Swift-orange.svg)](https://github.com/smilefam/sendbird-ios-framework)
6-
[![CocoaPods](https://img.shields.io/badge/pod-v3.0.17-green.svg)](https://cocoapods.org/pods/SendBirdSDK)
6+
[![CocoaPods](https://img.shields.io/badge/pod-v3.0.18-green.svg)](https://cocoapods.org/pods/SendBirdSDK)
77
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
88
[![Commercial License](https://img.shields.io/badge/license-Commercial-brightgreen.svg)](https://github.com/smilefam/sendbird-ios-framework/blob/master/LICENSE.md)
99

SendBirdSDK.framework/Headers/SBDUser.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
//
2-
// SBDUser.h
2+
// SBDUser2.h
33
// SendBirdSDK
44
//
5-
// Created by Jed Gyeong on 5/22/16.
5+
// Created by Jed Gyeong on 11/23/16.
66
// Copyright © 2016 SENDBIRD.COM. All rights reserved.
77
//
88

99
#import <Foundation/Foundation.h>
1010
#import "SBDError.h"
1111
#import "SBDTypes.h"
1212

13-
@class SBDBlockedUserListQuery;
14-
1513
/**
1614
* The `SBDUser` class represents a user. The user is identified by the `userId`, so the `userId` has to be unique. The `userId`, `nickname` and `profileUrl` are valid in every `SBDUser` instance, however the `connectionStatus` and `lastSeenAt` is valid in `SBDUser` instance from `SBDUserListQuery`.
1715
*/

SendBirdSDK.framework/Info.plist

0 Bytes
Binary file not shown.

SendBirdSDK.framework/SendBirdSDK

30.5 KB
Binary file not shown.

SendBirdSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SendBirdSDK"
3-
s.version = "3.0.17"
3+
s.version = "3.0.18"
44
s.summary = "SendBird iOS Framework"
55
s.description = "Messaging and Chat API for Mobile Apps and Websites"
66
s.homepage = "https://sendbird.com"

0 commit comments

Comments
 (0)