diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a44ec1..8f41900c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Intercom.framework.dSYM/Contents/Info.plist b/Intercom.framework.dSYM/Contents/Info.plist index cf2b2999..d00c998e 100644 --- a/Intercom.framework.dSYM/Contents/Info.plist +++ b/Intercom.framework.dSYM/Contents/Info.plist @@ -13,8 +13,8 @@ CFBundleSignature ???? CFBundleShortVersionString - 4.1.9 + 4.1.10 CFBundleVersion - 4.1.9 + 4.1.10 diff --git a/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom b/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom index a6906944..ee93a062 100644 Binary files a/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom and b/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom differ diff --git a/Intercom.framework/Info.plist b/Intercom.framework/Info.plist index c54819d0..1fb92be2 100644 Binary files a/Intercom.framework/Info.plist and b/Intercom.framework/Info.plist differ diff --git a/Intercom.framework/Intercom b/Intercom.framework/Intercom index 99e9c468..968f1482 100755 Binary files a/Intercom.framework/Intercom and b/Intercom.framework/Intercom differ diff --git a/Intercom.framework/IntercomTranslations.bundle/Info.plist b/Intercom.framework/IntercomTranslations.bundle/Info.plist index f4d59dab..35a774a0 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/Info.plist and b/Intercom.framework/IntercomTranslations.bundle/Info.plist differ diff --git a/Intercom.framework/IntercomTranslations.bundle/ar.strings b/Intercom.framework/IntercomTranslations.bundle/ar.strings index 5947839b..2915ac6e 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/ar.strings and b/Intercom.framework/IntercomTranslations.bundle/ar.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/bg.strings b/Intercom.framework/IntercomTranslations.bundle/bg.strings index c704df5f..3e491c4e 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/bg.strings and b/Intercom.framework/IntercomTranslations.bundle/bg.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/bs.strings b/Intercom.framework/IntercomTranslations.bundle/bs.strings index 17a58d1b..9f3559a3 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/bs.strings and b/Intercom.framework/IntercomTranslations.bundle/bs.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/ca.strings b/Intercom.framework/IntercomTranslations.bundle/ca.strings index 14624ca8..8578fe6b 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/ca.strings and b/Intercom.framework/IntercomTranslations.bundle/ca.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/cs.strings b/Intercom.framework/IntercomTranslations.bundle/cs.strings index 97dff7dd..2ef4bd9b 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/cs.strings and b/Intercom.framework/IntercomTranslations.bundle/cs.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/da.strings b/Intercom.framework/IntercomTranslations.bundle/da.strings index ec05859d..36efdab4 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/da.strings and b/Intercom.framework/IntercomTranslations.bundle/da.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/de-form.strings b/Intercom.framework/IntercomTranslations.bundle/de-form.strings index d4cc97f1..9f7f5b19 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/de-form.strings and b/Intercom.framework/IntercomTranslations.bundle/de-form.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/de.strings b/Intercom.framework/IntercomTranslations.bundle/de.strings index 092a43bd..d0c9ea85 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/de.strings and b/Intercom.framework/IntercomTranslations.bundle/de.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/el.strings b/Intercom.framework/IntercomTranslations.bundle/el.strings index f9797a0f..c7f2cfd0 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/el.strings and b/Intercom.framework/IntercomTranslations.bundle/el.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/en.strings b/Intercom.framework/IntercomTranslations.bundle/en.strings index 5e203840..651763e9 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/en.strings and b/Intercom.framework/IntercomTranslations.bundle/en.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/es.strings b/Intercom.framework/IntercomTranslations.bundle/es.strings index 910a3670..70577a1a 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/es.strings and b/Intercom.framework/IntercomTranslations.bundle/es.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/et.strings b/Intercom.framework/IntercomTranslations.bundle/et.strings index e454326c..72d29b72 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/et.strings and b/Intercom.framework/IntercomTranslations.bundle/et.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/fi.strings b/Intercom.framework/IntercomTranslations.bundle/fi.strings index 2de72f3e..1f7842cb 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/fi.strings and b/Intercom.framework/IntercomTranslations.bundle/fi.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/fr.strings b/Intercom.framework/IntercomTranslations.bundle/fr.strings index 38719a24..6e0dbfae 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/fr.strings and b/Intercom.framework/IntercomTranslations.bundle/fr.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/he.strings b/Intercom.framework/IntercomTranslations.bundle/he.strings index ed958e81..b39b5833 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/he.strings and b/Intercom.framework/IntercomTranslations.bundle/he.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/hr.strings b/Intercom.framework/IntercomTranslations.bundle/hr.strings index 12037882..afdc9990 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/hr.strings and b/Intercom.framework/IntercomTranslations.bundle/hr.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/hu.strings b/Intercom.framework/IntercomTranslations.bundle/hu.strings index 9ce62b12..8b74a3b5 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/hu.strings and b/Intercom.framework/IntercomTranslations.bundle/hu.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/id.strings b/Intercom.framework/IntercomTranslations.bundle/id.strings index b477f3e3..27e7ea47 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/id.strings and b/Intercom.framework/IntercomTranslations.bundle/id.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/it.strings b/Intercom.framework/IntercomTranslations.bundle/it.strings index dee71418..952c0422 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/it.strings and b/Intercom.framework/IntercomTranslations.bundle/it.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/ja.strings b/Intercom.framework/IntercomTranslations.bundle/ja.strings index 2893d62d..6d05124f 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/ja.strings and b/Intercom.framework/IntercomTranslations.bundle/ja.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/ko.strings b/Intercom.framework/IntercomTranslations.bundle/ko.strings index 985317b7..beb26cc0 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/ko.strings and b/Intercom.framework/IntercomTranslations.bundle/ko.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/lt.strings b/Intercom.framework/IntercomTranslations.bundle/lt.strings index e4838f77..8a56bdc2 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/lt.strings and b/Intercom.framework/IntercomTranslations.bundle/lt.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/lv.strings b/Intercom.framework/IntercomTranslations.bundle/lv.strings index 6ca41704..cc9d0208 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/lv.strings and b/Intercom.framework/IntercomTranslations.bundle/lv.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/mn.strings b/Intercom.framework/IntercomTranslations.bundle/mn.strings index 0e3f23df..f666f738 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/mn.strings and b/Intercom.framework/IntercomTranslations.bundle/mn.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/nb.strings b/Intercom.framework/IntercomTranslations.bundle/nb.strings index 0ba9158b..7f385ded 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/nb.strings and b/Intercom.framework/IntercomTranslations.bundle/nb.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/nl.strings b/Intercom.framework/IntercomTranslations.bundle/nl.strings index a51f6e7b..767d4222 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/nl.strings and b/Intercom.framework/IntercomTranslations.bundle/nl.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/pl.strings b/Intercom.framework/IntercomTranslations.bundle/pl.strings index 3a758ca0..65f7a06f 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/pl.strings and b/Intercom.framework/IntercomTranslations.bundle/pl.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/pt-br.strings b/Intercom.framework/IntercomTranslations.bundle/pt-br.strings index 15d71eb2..40600637 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/pt-br.strings and b/Intercom.framework/IntercomTranslations.bundle/pt-br.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/pt-pt.strings b/Intercom.framework/IntercomTranslations.bundle/pt-pt.strings index e89f602c..f80fce19 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/pt-pt.strings and b/Intercom.framework/IntercomTranslations.bundle/pt-pt.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/ro.strings b/Intercom.framework/IntercomTranslations.bundle/ro.strings index 9a9171c0..f7a42f31 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/ro.strings and b/Intercom.framework/IntercomTranslations.bundle/ro.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/ru.strings b/Intercom.framework/IntercomTranslations.bundle/ru.strings index ff23bc6c..906777e0 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/ru.strings and b/Intercom.framework/IntercomTranslations.bundle/ru.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/sl.strings b/Intercom.framework/IntercomTranslations.bundle/sl.strings index eb741da6..b8277cd2 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/sl.strings and b/Intercom.framework/IntercomTranslations.bundle/sl.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/sr.strings b/Intercom.framework/IntercomTranslations.bundle/sr.strings index 87901c22..803fb9b5 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/sr.strings and b/Intercom.framework/IntercomTranslations.bundle/sr.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/sv.strings b/Intercom.framework/IntercomTranslations.bundle/sv.strings index 18031d8f..e3aa113c 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/sv.strings and b/Intercom.framework/IntercomTranslations.bundle/sv.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/tr.strings b/Intercom.framework/IntercomTranslations.bundle/tr.strings index 947b53d9..701ad774 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/tr.strings and b/Intercom.framework/IntercomTranslations.bundle/tr.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/vi.strings b/Intercom.framework/IntercomTranslations.bundle/vi.strings index 96841ac3..a3541e23 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/vi.strings and b/Intercom.framework/IntercomTranslations.bundle/vi.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/zh-hans.strings b/Intercom.framework/IntercomTranslations.bundle/zh-hans.strings index c9e94856..b8138058 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/zh-hans.strings and b/Intercom.framework/IntercomTranslations.bundle/zh-hans.strings differ diff --git a/Intercom.framework/IntercomTranslations.bundle/zh-hant.strings b/Intercom.framework/IntercomTranslations.bundle/zh-hant.strings index 490b630d..0abb00c6 100644 Binary files a/Intercom.framework/IntercomTranslations.bundle/zh-hant.strings and b/Intercom.framework/IntercomTranslations.bundle/zh-hant.strings differ diff --git a/Intercom.podspec b/Intercom.podspec index 55ce0502..20261dff 100755 --- a/Intercom.podspec +++ b/Intercom.podspec @@ -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"=>"adam@intercom.io", "Brian Boyle"=>"brian.boyle@intercom.io", "Conor O’Donnell"=>"conor.odonnell@intercom.io", "Dale Cantwell"=>"dale@intercom.io", "James Treanor"=>"james@intercom.io"}