From 048228d022be1cc2f2e22e1a9e814ceee90b7fe4 Mon Sep 17 00:00:00 2001 From: Ruben Nine Date: Mon, 4 Oct 2021 10:36:40 +0200 Subject: [PATCH] Preparing for 2.8.2 relrease. --- CHANGELOG.md | 4 ++++ README.md | 6 +++--- VERSION | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3303ef..f653903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Change Log ========== +Version 2.8.2 *(2021-10-04)* +---------------------------- +- [Hotfix] Allow built-in image editor to be presented when running iOS 14 or later. + Version 2.8.1 *(2021-09-20)* ---------------------------- - Ensure legacy native picker's completion block is called when picker behavior is set to `.store`. diff --git a/README.md b/README.md index 942280e..c4dd2b2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ platform :ios, '11.0' use_frameworks! target '' do - pod 'Filestack', '~> 2.8.1' + pod 'Filestack', '~> 2.8.2' 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.1` +`github "filestack/filestack-ios" ~> 2.8.2` 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.1")) + .package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.8.2")) ] ``` diff --git a/VERSION b/VERSION index dbe5900..1817afe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.1 +2.8.2