Skip to content

Commit

Permalink
Release 4.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Apr 19, 2018
1 parent 10f7a53 commit 4a925e2
Show file tree
Hide file tree
Showing 45 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.1.10 (2018-04-19)

### Bug Fixes
* Fixed an issue where the Help Center was not loading due to Apple's ATS restrictions requiring all URLs be HTTPS. An HTTPS URL is always now returned for the help center, even for custom domains. There is no need to whitelist your custom Help Center domain in your ATS settings.
* Fixed and issue where Articles were not always displaying in a conversation.
* Fixed an issue where the Messenger crashed when encoding an object.
* Improved the handling of realtime socket connections.

## 4.1.9 (2018-01-24)

### 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.1.9</string>
<string>4.1.10</string>
<key>CFBundleVersion</key>
<string>4.1.9</string>
<string>4.1.10</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/ar.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/bg.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/bs.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/ca.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/cs.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/da.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/de-form.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/de.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/el.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/en.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/es.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/et.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/fi.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/fr.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/he.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/hr.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/hu.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/id.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/it.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/ja.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/ko.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/lt.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/lv.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/mn.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/nb.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/nl.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/pl.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/pt-br.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/pt-pt.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/ro.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/ru.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/sl.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/sr.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/sv.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/tr.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/vi.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/zh-hans.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/zh-hant.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.1.9'
s.version = '4.1.10'
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]", "Dale Cantwell"=>"[email protected]", "James Treanor"=>"[email protected]"}
Expand Down

0 comments on commit 4a925e2

Please sign in to comment.