Skip to content

Commit 569291b

Browse files
committed
2.3.2
1 parent 4ed8339 commit 569291b

35 files changed

+30
-25
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
= 2.3.2 (2015-08-04)
2+
3+
* Fixed issue where cancel button in attachment picker sometimes did not work.
4+
* When the Intercom window is open when coming to the foreground, it now checks for new messages.
5+
* UIAppearance no longer interferes with the attachment picker modal.
6+
17
= 2.3.1 (2015-07-20)
28

39
* Fixed issue where status bar color could be incorrect.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
//
33
// Intercom.h
4-
// Intercom for iOS - Version 2.3.1
4+
// Intercom for iOS - Version 2.3.2
55
//
66
// Created by Intercom on 8/01/2015.
77
// Copyright (c) 2014 Intercom. All rights reserved.
@@ -11,7 +11,7 @@
1111
#import <UIKit/UIKit.h>
1212

1313
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_7_0
14-
#error This version (2.3.1) of Intercom for iOS supports iOS 7.0 upwards.
14+
#error This version (2.3.2) of Intercom for iOS supports iOS 7.0 upwards.
1515
#endif
1616

1717
#if __has_feature(nullability)
60.2 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.1'
3+
s.version = '2.3.2'
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]"}
-698 Bytes
Binary file not shown.
-7.34 KB
Binary file not shown.

io.intercom.Intercom-iOS-SDK-2.3.1.docset/Contents/Info.plist renamed to io.intercom.Intercom-iOS-SDK-2.3.2.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.1</string>
8+
<string>io.intercom.Intercom-iOS-SDK-2.3.2</string>
99
<key>CFBundleName</key>
10-
<string>Intercom iOS SDK 2.3.1 Documentation</string>
10+
<string>Intercom iOS SDK 2.3.2 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.1 Documentation</string>
20+
<string>Intercom iOS SDK 2.3.2 Documentation</string>
2121

2222
<key>DocSetMinimumXcodeVersion</key>
2323
<string>3.0</string>
Lines changed: 2 additions & 2 deletions
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.1 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.2 </a>
1818
</h1>
1919

2020
<p id="developer-home">
@@ -80,7 +80,7 @@ <h1 class="title">ICMCompletion Block Reference</h1>
8080
<footer>
8181
<div class="footer-copyright">
8282

83-
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-07-20</p>
83+
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-08-04</p>
8484

8585

8686
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Lines changed: 2 additions & 2 deletions
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.1 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.2 </a>
1818
</h1>
1919

2020
<p id="developer-home">
@@ -2024,7 +2024,7 @@ <h4 class="method-subtitle">Declared In</h4>
20242024
<footer>
20252025
<div class="footer-copyright">
20262026

2027-
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-07-20</p>
2027+
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-08-04</p>
20282028

20292029

20302030
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Lines changed: 2 additions & 2 deletions
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.1 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.2 </a>
1818
</h1>
1919

2020
<p id="developer-home">
@@ -150,7 +150,7 @@ <h4 class="method-subtitle">Constants</h4>
150150
<footer>
151151
<div class="footer-copyright">
152152

153-
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-07-20</p>
153+
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-08-04</p>
154154

155155

156156
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>

0 commit comments

Comments
 (0)