Skip to content

Commit b7ce8e4

Browse files
authored
Release 3.2.4 (#258)
* Release 3.2.4 ### Bug Fixes * Prevented Intercom's rootViewController from being set directly. Fixed [#256](https://github.com/intercom/intercom-ios/issues/256) * Fixed a bug where setting `barStyle` on `[UINavigationBar appearance]` would cause custom app colours to spill over into Intercom's navigation search bar. * Fixed a bug where setting the `language_override` was not working for Chinese locales. * - Updated changelog
1 parent 30a5d6f commit b7ce8e4

File tree

7 files changed

+12
-2
lines changed

7 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## 3.2.4 (2017-05-23)
4+
5+
### Bug Fixes
6+
7+
* Prevented Intercom's rootViewController from being set directly. Fixed [#256](https://github.com/intercom/intercom-ios/issues/256)
8+
* Fixed a bug where setting `barStyle` on `[UINavigationBar appearance]` would cause custom app colours to spill over into Intercom's navigation search bar.
9+
* Fixed a bug where setting the `language_override` was not working for Chinese locales.
10+
* Fixed a bug where Chinese and Portguese locales were defaulting back to English.
11+
12+
313
## 3.2.3 (2017-05-22)
414

515
### Bug Fixes

Intercom.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.2.3</string>
16+
<string>3.2.4</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
1.39 KB
Binary file not shown.

Intercom.framework/Info.plist

0 Bytes
Binary file not shown.

Intercom.framework/Intercom

16.3 KB
Binary file not shown.
0 Bytes
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 = '3.2.3'
3+
s.version = '3.2.4'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache 2.0", :file => "Intercom/LICENSE" }
66
s.authors = {"Adam McCarthy"=>"[email protected]", "Brian Boyle"=>"[email protected]", "Conor O’Donnell"=>"[email protected]", "James Treanor"=>"[email protected]"}

0 commit comments

Comments
 (0)