Skip to content

Commit

Permalink
* Fixed URL encoding bug.
Browse files Browse the repository at this point in the history
* Fixed minor bug.
  • Loading branch information
sf-jed-kyung committed Oct 11, 2016
1 parent 4626800 commit 5c442c2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### v3.0.14(Oct 11, 2016)
* Fixed URL encoding bug.
* Fixed minor bug.

### v3.0.13(Oct 4, 2016)
* Support Base SDK 9.3
* Fixed bug of the channel type of messages.
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.13-green.svg)](https://cocoapods.org/pods/SendBirdSDK)
[![CocoaPods](https://img.shields.io/badge/pod-v3.0.14-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
2 changes: 1 addition & 1 deletion SendBirdSDK.framework/Headers/SBDUserMessage.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* Sender of the <span>message</span>. This is represented by `SBDUser` class.
*/
@property (strong, nonatomic, readonly, nullable) SBDUser *sender;
@property (strong, nonatomic, nullable) SBDUser *sender;

/**
* Request ID for checking ACK.
Expand Down
Binary file modified SendBirdSDK.framework/Info.plist
Binary file not shown.
Binary file modified SendBirdSDK.framework/SendBirdSDK
Binary file not shown.

0 comments on commit 5c442c2

Please sign in to comment.