Skip to content

Commit 95e0e39

Browse files
authored
Merge pull request #113 from zendesk/ChatSDK-Release-1.3.2.1
Release 1.3.2.1
2 parents 0e1dcc9 + 7d71d03 commit 95e0e39

File tree

36 files changed

+79
-27
lines changed

36 files changed

+79
-27
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.3.2.1
2+
- Fixing a lag issue that happens when writing the chat message on some devices
3+
- Adding `addNote` method to `ZDCVisitorInfo`
4+
- Adding `setNote` and `appendNote` to `ZDCChatAPI`
5+
16
# Version 1.3.1.1
27
- Fixing issues occurring on iOS 10
38
- Fixing an issue that causes the chat view controller to pop the active controller twice

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:warning: *Use of this software is subject to important terms and conditions as set forth in the License file* :warning:
22

3-
# Zopim Mobile SDK for iOS 1.3.1.1
3+
# Zopim Mobile SDK for iOS 1.3.2.1
44

55
Zopim SDK for mobile is a quick, convenient way to get live chat into your mobile apps. With just a few lines of code, you can provide your end users with an easy way to get in touch from any mobile app.
66

ZDCChat.framework/Headers/ZDCChat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#import <MobileCoreServices/MobileCoreServices.h>
2121

2222
// Chat API SDK Version
23-
#define ZDC_CHAT_SDK_VERSION @"1.3.1.1"
23+
#define ZDC_CHAT_SDK_VERSION @"1.3.2.1"
2424

2525
#if MODULES_DISABLED
2626
#import <ZDCChatAPI/ZDCChatAPI.h>

ZDCChat.framework/ZDCChat

16 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

ZDCChat.framework/_CodeSignature/CodeResources

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</data>
2323
<key>Headers/ZDCChat.h</key>
2424
<data>
25-
1GUsgd8MwWdEF3wZwyw84BKwu00=
25+
kyQsekdb6KdOz039RdlIKe+FL0o=
2626
</data>
2727
<key>Headers/ZDCChatAvatar.h</key>
2828
<data>
@@ -203,11 +203,11 @@
203203
<dict>
204204
<key>hash</key>
205205
<data>
206-
1GUsgd8MwWdEF3wZwyw84BKwu00=
206+
kyQsekdb6KdOz039RdlIKe+FL0o=
207207
</data>
208208
<key>hash2</key>
209209
<data>
210-
qFMU2JLRhlfKGkf1FwC/Hf4aWKmXspT/HLA+FsIAXes=
210+
eBjaqw6k1O7ctvtG42A1KSi5+aHQ3AdykRKDwHiqnRg=
211211
</data>
212212
</dict>
213213
<key>Headers/ZDCChatAvatar.h</key>
-46 Bytes
Binary file not shown.

ZDCChat.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "ZDCChat"
3-
s.version = "1.3.1.1"
4-
s.summary = "Zopim SDK 1.3.1.1"
3+
s.version = "1.3.2.1"
4+
s.summary = "Zopim SDK 1.3.2.1"
55
s.homepage = "https://github.com/zendesk/zendesk_sdk_chat_ios"
66
s.license = {
77
:type => 'Copyright',

0 commit comments

Comments
 (0)