Skip to content

Commit

Permalink
* Fixed bug of last message of group channels.
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-jed-kyung committed Nov 23, 2016
1 parent 6a7c7a8 commit b2760fd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

### v3.0.18(Nov 23, 2016)
* Fixed bug of last message of group channels.

### v3.0.17(Nov 4, 2016)
* Fixed connection bug.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

Expand Down
6 changes: 2 additions & 4 deletions SendBirdSDK.framework/Headers/SBDUser.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
//
// SBDUser.h
// SBDUser2.h
// SendBirdSDK
//
// Created by Jed Gyeong on 5/22/16.
// Created by Jed Gyeong on 11/23/16.
// Copyright © 2016 SENDBIRD.COM. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "SBDError.h"
#import "SBDTypes.h"

@class SBDBlockedUserListQuery;

/**
* 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`.
*/
Expand Down
Binary file modified SendBirdSDK.framework/Info.plist
Binary file not shown.
Binary file modified SendBirdSDK.framework/SendBirdSDK
Binary file not shown.
2 changes: 1 addition & 1 deletion SendBirdSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SendBirdSDK"
s.version = "3.0.17"
s.version = "3.0.18"
s.summary = "SendBird iOS Framework"
s.description = "Messaging and Chat API for Mobile Apps and Websites"
s.homepage = "https://sendbird.com"
Expand Down

0 comments on commit b2760fd

Please sign in to comment.