diff --git a/CHANGELOG.md b/CHANGELOG.md index 50908c3..9e3e852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Change Log ========== +Version 2.8.5 *(2021-11-03)* +---------------------------- + +- Fix wrong image orientation on exported HEIC images. +- Turned pickerUploadedFiles(picker:, responses:) into an optional protocol requirement. + Version 2.8.4 *(2021-10-27)* ---------------------------- - Ensure `completionBlock ` is called in all paths from `ImagePickerUploadController` and `URLPickerUploadController`. diff --git a/README.md b/README.md index f2a0215..5b1c0cd 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ platform :ios, '11.0' use_frameworks! target '' do - pod 'Filestack', '~> 2.8.4' + pod 'Filestack', '~> 2.8.5' end ``` @@ -52,7 +52,7 @@ $ brew install carthage To integrate Filestack into your Xcode project using Carthage, specify it in your `Cartfile`: -`github "filestack/filestack-ios" ~> 2.8.4` +`github "filestack/filestack-ios" ~> 2.8.5` Run `carthage update` to build the framework and drag the built `Filestack.framework` into your Xcode project. Additionally, add `Filestack.framework`, `FilestackSDK.framework`, and `ZIPFoundation.framework` to the embedded frameworks build phase of your app's target. @@ -64,7 +64,7 @@ Alternatively, if you are adding `Filestack` to your own Swift Package, declare ```swift dependencies: [ - .package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.8.4")) + .package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.8.5")) ] ``` diff --git a/VERSION b/VERSION index 2701a22..766d708 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.4 +2.8.5