Skip to content

Commit

Permalink
Merge pull request #315 from intercom/james/release_4_0_3
Browse files Browse the repository at this point in the history
Release 4.0.3
  • Loading branch information
jtreanor authored Sep 20, 2017
2 parents 3e5a7c2 + ca8b2f4 commit d1257ad
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Intercom

## 4.0.3 (2017-09-20)

## Bug fixes

* Fixed issue where send button was not visibile when uploading images with a white background.
* Fixed issues relating to the composer not resizing correctly to content (fixes [#281](https://github.com/intercom/intercom-ios/issues/281)).
* Fixed inconsistent behaviour when `semanticContentAttribute` is set via `UIAppearance`.

## Enhancements

* Improved compatibility with Xcode 9 and iOS 11.

## 4.0.2 (2017-09-08)

## Enhancements
Expand Down
4 changes: 2 additions & 2 deletions Intercom.framework.dSYM/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>4.0.2</string>
<string>4.0.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>4.0.3</string>
</dict>
</plist>
Binary file modified Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom
Binary file not shown.
Binary file modified Intercom.framework/Info.plist
Binary file not shown.
Binary file modified Intercom.framework/Intercom
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/Info.plist
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/da.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/es.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion Intercom.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
s.version = '4.0.2'
s.version = '4.0.3'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache 2.0", :file => "Intercom/LICENSE" }
s.authors = {"Adam McCarthy"=>"[email protected]", "Brian Boyle"=>"[email protected]", "Conor O’Donnell"=>"[email protected]", "James Treanor"=>"[email protected]"}
Expand Down

0 comments on commit d1257ad

Please sign in to comment.