Skip to content

Commit ea11d4a

Browse files
committed
Preparing for 2.7.2 release.
1 parent b637d6f commit ea11d4a

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 2.7.2 *(2021-05-03)*
5+
----------------------------
6+
7+
- [Hotfix] Ensuring Minimum Deployment Target compatibility with iOS 11 (only relevant for CocoaPod users.)
8+
49
Version 2.7.1 *(2021-02-17)*
510
----------------------------
611

@@ -183,7 +188,7 @@ Version 1.2 *(2017-12-19)*
183188
Version 1.1 *(2017-12-04)*
184189
----------------------------
185190

186-
- Adding support for uploading files picked using Apple's document picker either programmatically or using our provided picker.
191+
- Added support for uploading files picked using Apple's document picker either programmatically or using our provided picker.
187192

188193
Version 1.0 *(2017-11-23)*
189194
----------------------------

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ platform :ios, '11.0'
3131
use_frameworks!
3232
3333
target '<Your Target Name>' do
34-
pod 'Filestack', '~> 2.7.1'
34+
pod 'Filestack', '~> 2.7.2'
3535
end
3636
```
3737

@@ -52,7 +52,7 @@ $ brew install carthage
5252

5353
To integrate Filestack into your Xcode project using Carthage, specify it in your `Cartfile`:
5454

55-
`github "filestack/filestack-ios" ~> 2.7.1`
55+
`github "filestack/filestack-ios" ~> 2.7.2`
5656

5757
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.
5858

@@ -64,7 +64,7 @@ Alternatively, if you are adding `Filestack` to your own Swift Package, declare
6464

6565
```swift
6666
dependencies: [
67-
.package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.7.1"))
67+
.package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.7.2"))
6868
]
6969
```
7070

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.1
1+
2.7.2

0 commit comments

Comments
 (0)