Skip to content

Commit 81e44d0

Browse files
committed
Version 2.3.21
1 parent 43210a4 commit 81e44d0

32 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Intercom
22

3+
## 2.3.20 (2016-05-21)
4+
5+
* Improved compatibility with some push notification implementations.
6+
37
## 2.3.20 (2016-05-11)
48

59
* Fixed potential crash outlined in [#135](https://github.com/intercom/intercom-ios/issues/135).

Intercom.framework/Versions/A/Headers/Intercom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Intercom.h
3-
// Intercom for iOS - Version 2.3.20
3+
// Intercom for iOS - Version 2.3.21
44
//
55
// Created by Intercom on 8/01/2015.
66
// Copyright (c) 2014 Intercom. All rights reserved.
@@ -10,7 +10,7 @@
1010
#import <UIKit/UIKit.h>
1111

1212
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_7_0
13-
#error This version (2.3.20) of Intercom for iOS supports iOS 7.0 upwards.
13+
#error This version (2.3.21) of Intercom for iOS supports iOS 7.0 upwards.
1414
#endif
1515

1616
NS_ASSUME_NONNULL_BEGIN
1.22 KB
Binary file not shown.

Intercom.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Intercom'
3-
s.version = '2.3.20'
3+
s.version = '2.3.21'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache license", :file => "LICENSE" }
66
s.authors = {"Adam McCarthy"=>"[email protected]", "James Treanor"=>"[email protected]"}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ As the SDK has evolved some method signatures have changed but their purpose has
177177
<table>
178178
<tr><th colspan="3" style="text-align:center;">iOS Method Name Changes</th></tr>
179179
<tr><td style="text-align:center; font-weight: bold; width: 33.3%;">Old Name</td><td style="text-align:center; font-weight: bold; width: 33.3%;">Type</td><td style="text-align:center; font-weight: bold; width: 33.3%;">New Name</td></tr>
180-
<tr><td colspan="3" style="text-align:center; font-weight: bold;">From SDK version 2.0.x to 2.3.20</td></tr>
180+
<tr><td colspan="3" style="text-align:center; font-weight: bold;">From SDK version 2.0.x to 2.3.21</td></tr>
181181
<tr><td>beginSessionForUserWithUserId</td><td>Name change. Dropped block parameter.</td><td>registerUserWithUserId</td></tr>
182182
<tr><td>beginSessionForUserWithEmail</td><td>Name change. Dropped block parameter.</td><td>registerUserWithEmail</td></tr>
183183
<tr><td>beginSessionForAnonymousUserWithCompletion</td><td>Name change. Dropped block parameter.</td><td>registerUnidentifiedUser</td></tr>
184184
<tr><td>updateUserWithAttributes</td><td>Dropped block parameter.</td><td>n/a</td></tr>
185185
<tr><td>logEventWithName</td><td>Dropped block parameter.</td><td>n/a</td></tr>
186-
<tr><td colspan="3" style="text-align:center; font-weight: bold;">From SDK version 1.x.x to 2.3.20</td></tr>
186+
<tr><td colspan="3" style="text-align:center; font-weight: bold;">From SDK version 1.x.x to 2.3.21</td></tr>
187187
<tr><td>beginSessionForUserWithUserId</td><td>Name change. Dropped block parameter.</td><td>registerUserWithUserId</td></tr>
188188
<tr><td>beginSessionForUserWithEmail</td><td>Name change. Dropped block parameter.</td><td>registerUserWithEmail</td></tr>
189189
<tr><td>updateAttributes</td><td>Name change. Dropped block parameter.</td><td>updateUserWithAttributes</td></tr>

io.intercom.Intercom-iOS-SDK-2.3.20.docset/Contents/Info.plist renamed to io.intercom.Intercom-iOS-SDK-2.3.21.docset/Contents/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleIdentifier</key>
8-
<string>io.intercom.Intercom-iOS-SDK-2.3.20</string>
8+
<string>io.intercom.Intercom-iOS-SDK-2.3.21</string>
99
<key>CFBundleName</key>
10-
<string>Intercom iOS SDK 2.3.20 Documentation</string>
10+
<string>Intercom iOS SDK 2.3.21 Documentation</string>
1111
<key>CFBundleShortVersionString</key>
1212
<string>1.0</string>
1313
<key>CFBundleVersion</key>
@@ -17,7 +17,7 @@
1717

1818

1919
<key>DocSetFeedName</key>
20-
<string>Intercom iOS SDK 2.3.20 Documentation</string>
20+
<string>Intercom iOS SDK 2.3.21 Documentation</string>
2121

2222
<key>DocSetMinimumXcodeVersion</key>
2323
<string>3.0</string>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="container" class="hide-in-xcode">
1515

1616
<h1 id="library-title">
17-
<a href="../index.html">Intercom iOS SDK 2.3.20 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.21 </a>
1818
</h1>
1919

2020
<p id="developer-home">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="container" class="hide-in-xcode">
1515

1616
<h1 id="library-title">
17-
<a href="../index.html">Intercom iOS SDK 2.3.20 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.21 </a>
1818
</h1>
1919

2020
<p id="developer-home">
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)