Skip to content

Commit

Permalink
Preparing for 2.8.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnine committed Sep 20, 2021
1 parent d1a98f2 commit 7ceccd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

Version 2.8.1 *(2021-09-20)*
----------------------------
- Ensure legacy native picker's completion block is called when picker behavior is set to `.store`.

Version 2.8.0 *(2021-08-06)*
----------------------------
- It is now possible for SDK users to implement their own picker sources programmatically. Please refer to
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ platform :ios, '11.0'
use_frameworks!
target '<Your Target Name>' do
pod 'Filestack', '~> 2.8.0'
pod 'Filestack', '~> 2.8.1'
end
```

Expand All @@ -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.0`
`github "filestack/filestack-ios" ~> 2.8.1`

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.

Expand All @@ -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.0"))
.package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.8.1"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0
2.8.1

0 comments on commit 7ceccd5

Please sign in to comment.