Skip to content

Commit

Permalink
Release 18.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Nov 1, 2024
1 parent 9dd617b commit 784c11d
Show file tree
Hide file tree
Showing 25 changed files with 657 additions and 607 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 18.2.0
###### Release Date: 01-11-2024

### 📱 New Feature
* Added the ability to upload files to a conversation.

### 🚀 Enhancements
* Added new API `isUserLoggedIn`. This enables developers to determine if a user is currently logged in to Intercom.
* Added new API `fetchLoggedInUserAttributes`. This enables developers to retrieve the attributes of the currently logged in user.

### 🐛 Bug Fixes
* Fixed some layout issues in the conversation view.
* Improvements to the photo previewer.
* Fixes some colour accessibility issues throughout the SDK.
* Fixes issue where clicking on the CTA in a post would not dismiss it.

## 18.1.0
###### Release Date: 01-10-2024

Expand Down
4 changes: 2 additions & 2 deletions 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 = '18.1.0'
s.version = '18.2.0'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache 2.0", :file => "Intercom.xcframework/LICENSE" }
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]"}
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate", "WebKit"]
s.library = "icucore", "xml2"
s.requires_arc = true
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/18.1.0/Intercom.xcframework.zip' }
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/18.2.0/Intercom.xcframework.zip' }
s.platform = :ios, '15.0'
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
s.vendored_frameworks = 'Intercom.xcframework'
Expand Down
4 changes: 2 additions & 2 deletions Intercom.xcframework/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Intercom iOS SDK - 18.1.0
01-October-2024
Intercom iOS SDK - 18.2.0
01-November-2024
Binary file modified Intercom.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified Intercom.xcframework/_CodeSignature/CodeRequirements-1
Binary file not shown.
Loading

0 comments on commit 784c11d

Please sign in to comment.