Skip to content

Commit

Permalink
Add version 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schiewe committed May 4, 2022
1 parent 3fac6ce commit ef725b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [11.1.0]

### Added

* [ImglyKit] Added background removal option for personal and external non-animated stickers that depict people.
* [PhotoEditorSDK] Added background removal option for photos that depict people.

### Fixed

* Fixed deprecation warnings for Swift tools version 5.6 when integrating the SDK via Swift Package Manager (SPM).

## [11.0.0]

Please see the [PE.SDK](https://img.ly/docs/pesdk/ios/introduction/migration/) or [VE.SDK](https://img.ly/docs/vesdk/ios/introduction/migration/) version 11 migration guide for details.
Expand Down Expand Up @@ -33,7 +44,7 @@ Please see the [PE.SDK](https://img.ly/docs/pesdk/ios/introduction/migration/) o
* `videoEditViewController(_ videoEditViewController: VideoEditViewController, didFinishWithVideoAt url: URL?)` is now `videoEditViewControllerDidFinish(_ videoEditViewController: VideoEditViewController, result: VideoEditorResult)`
* `videoEditViewControllerDidFailToGenerateVideo(_ videoEditViewController: VideoEditViewController)` is now `videoEditViewControllerDidFail(_ videoEditViewController: VideoEditViewController, error: VideoEditorError)`

## Fixed
### Fixed

* [ImglyKit] Fixed a crash when opening the brush tool with the iOS Simulator on M1 Macs.

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "PhotoEditorSDK", targets: ["PhotoEditorSDK"]),
],
dependencies: [
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.0.0")
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.1.0")
],
targets: [
.target(
Expand Down

0 comments on commit ef725b3

Please sign in to comment.