Skip to content

Commit 6c5567d

Browse files
committed
2.3.13
1 parent 6e5b6b9 commit 6c5567d

33 files changed

+22
-14
lines changed

CHANGELOG.md

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

3+
## 2.3.13 (2015-11-18)
4+
5+
* Intercom now respects `supportedInterfaceOrientations` from your app's root view controller. This fixes [#102](https://github.com/intercom/intercom-ios/issues/102).
6+
* Fixed layout issue with list items in messages.
7+
* Fixed behaviour in some cases of iPad multitasking.
8+
* Removed last remaining leaks from [#111](https://github.com/intercom/intercom-ios/issues/111).
9+
* Fixed where small announcements could have the wrong layout in landscape.
10+
311
## 2.3.12 (2015-11-13)
412

513
* Fixed [#72](https://github.com/intercom/intercom-ios/issues/72).
-947 Bytes
Binary file not shown.
-1.15 KB
Binary file not shown.

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.12
3+
// Intercom for iOS - Version 2.3.13
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.12) of Intercom for iOS supports iOS 7.0 upwards.
13+
#error This version (2.3.13) of Intercom for iOS supports iOS 7.0 upwards.
1414
#endif
1515

1616
NS_ASSUME_NONNULL_BEGIN
72.9 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.12'
3+
s.version = '2.3.13'
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]"}

io.intercom.Intercom-iOS-SDK-2.3.12.docset/Contents/Info.plist renamed to io.intercom.Intercom-iOS-SDK-2.3.13.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.12</string>
8+
<string>io.intercom.Intercom-iOS-SDK-2.3.13</string>
99
<key>CFBundleName</key>
10-
<string>Intercom iOS SDK 2.3.12 Documentation</string>
10+
<string>Intercom iOS SDK 2.3.13 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.12 Documentation</string>
20+
<string>Intercom iOS SDK 2.3.13 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.12 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.13 </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.12 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.13 </a>
1818
</h1>
1919

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

0 commit comments

Comments
 (0)