• Updated version to 1.5.0
• Added multiple profile picture • Added user bio • Updated My Account & Chat Profile UI • Added getMessagesFromServerWithRoomID and getAllOlderMessagesBeforeTimestamp to TapCoreMessageManager • Optimized getAllMessagesWithRoomID method • Fixed get unread message & mention query • Fixed error handling in getGroupChatRoomWithGroupRoomID
Showing
... | ... | @@ -3,7 +3,7 @@ Pod::Spec.new do |s| |
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
s.name = "TapTalk" | ||
s.version = "1.4.2" | ||
s.version = "1.5.0" | ||
s.summary = "TapTalk.io is a complete in-app chat SDK and messaging API. TapTalk.io provides UI-based and code-based implementation & fully customizable." | ||
s.homepage = "https://taptalk.io" | ||
... | ... |
Please register or sign in to comment