From 4fee6e96a1d97c34a15017044169566b8c02c1e5 Mon Sep 17 00:00:00 2001 From: Ruben Nine Date: Wed, 27 Oct 2021 11:50:35 +0200 Subject: [PATCH] Preparing for 2.8.4 release. --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- VERSION | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98c1e90..50908c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Change Log ========== +Version 2.8.4 *(2021-10-27)* +---------------------------- +- Ensure `completionBlock ` is called in all paths from `ImagePickerUploadController` and `URLPickerUploadController`. +- Show cancel button on navigation bar's left side in picker. +- Present alert when trying to use camera source from simulator instead of crashing. +- Minor updates in demo project. + Version 2.8.3 *(2021-10-15)* ---------------------------- - Added `pickerWasDismissed(picker:)` to `PickerNavigationControllerDelegate` protocol. diff --git a/README.md b/README.md index 0ccd756..f2a0215 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ platform :ios, '11.0' use_frameworks! target '' do - pod 'Filestack', '~> 2.8.3' + pod 'Filestack', '~> 2.8.4' 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.3` +`github "filestack/filestack-ios" ~> 2.8.4` 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.3")) + .package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.8.4")) ] ``` diff --git a/VERSION b/VERSION index 9f8d8a9..2701a22 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.3 +2.8.4