Skip to content

Commit 784c11d

Browse files
Release 18.2.0
1 parent 9dd617b commit 784c11d

File tree

25 files changed

+657
-607
lines changed

25 files changed

+657
-607
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 18.2.0
2+
###### Release Date: 01-11-2024
3+
4+
### 📱 New Feature
5+
* Added the ability to upload files to a conversation.
6+
7+
### 🚀 Enhancements
8+
* Added new API `isUserLoggedIn`. This enables developers to determine if a user is currently logged in to Intercom.
9+
* Added new API `fetchLoggedInUserAttributes`. This enables developers to retrieve the attributes of the currently logged in user.
10+
11+
### 🐛 Bug Fixes
12+
* Fixed some layout issues in the conversation view.
13+
* Improvements to the photo previewer.
14+
* Fixes some colour accessibility issues throughout the SDK.
15+
* Fixes issue where clicking on the CTA in a post would not dismiss it.
16+
117
## 18.1.0
218
###### Release Date: 01-10-2024
319

Intercom.podspec

Lines changed: 2 additions & 2 deletions
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 = '18.1.0'
3+
s.version = '18.2.0'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache 2.0", :file => "Intercom.xcframework/LICENSE" }
66
s.authors = {"Brian Boyle"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Niamh Coleman"=>"[email protected]", "Conor Nolan"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Matthew Pierce"=>"[email protected]", "Rosie Kennelly"=>"[email protected]"}
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate", "WebKit"]
1010
s.library = "icucore", "xml2"
1111
s.requires_arc = true
12-
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/18.1.0/Intercom.xcframework.zip' }
12+
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/18.2.0/Intercom.xcframework.zip' }
1313
s.platform = :ios, '15.0'
1414
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
1515
s.vendored_frameworks = 'Intercom.xcframework'

Intercom.xcframework/VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Intercom iOS SDK - 18.1.0
3-
01-October-2024
2+
Intercom iOS SDK - 18.2.0
3+
01-November-2024
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)