File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ### v3.0.17(Nov 4, 2016)
4
+ * Fixed connection bug.
5
+
3
6
### v3.0.16(Nov 3, 2016)
4
7
* Added group channel list search by a member nickname. (Search by multiple nicknames option in v3.0.15 is no more supported.)
5
8
* Added auto-translating feature to SBDUserMessage.
Original file line number Diff line number Diff line change 3
3
4
4
[ ![ Platform] ( https://img.shields.io/badge/platform-iOS-orange.svg )] ( https://cocoapods.org/pods/SendBirdSDK )
5
5
[ ![ 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.16 -green.svg )] ( https://cocoapods.org/pods/SendBirdSDK )
6
+ [ ![ CocoaPods] ( https://img.shields.io/badge/pod-v3.0.17 -green.svg )] ( https://cocoapods.org/pods/SendBirdSDK )
7
7
[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
8
8
[ ![ Commercial License] ( https://img.shields.io/badge/license-Commercial-brightgreen.svg )] ( https://github.com/smilefam/sendbird-ios-framework/blob/master/LICENSE.md )
9
9
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SendBirdSDK"
3
- s . version = "3.0.16 "
3
+ s . version = "3.0.17 "
4
4
s . summary = "SendBird iOS Framework"
5
5
s . description = "Messaging and Chat API for Mobile Apps and Websites"
6
6
s . homepage = "https://sendbird.com"
You can’t perform that action at this time.
0 commit comments