Skip to content

Commit

Permalink
Add version 11.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wajsic committed Mar 20, 2023
1 parent 5c651eb commit a905149
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [11.5.1]

### Fixed

* [ImglyKit] Fixed serialization created from videos, sometimes not working on photos. (#1658)
* [ImglyKit] Fixed camera continuously reporting runtime error when on call. (#1693)
* [ImglyKit] Fixed brush being rendered at the incorrect spot when using rotation on transform tool. (#1668)
* [ImglyKit] Fixed missing Obj-C compatibility for `StickerProvider`. (#1665)
* [PhotoEditorSDK] Fixed exported images being upside down when taken in mirrored mode from native camera. (#1659)
* [VideoEditorSDK] Fixed audio clips from the asset catalog not playing. (#1697)

## [11.5.0]

### Fixed
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.5.0")
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.5.1")
],
targets: [
.target(
Expand Down

0 comments on commit a905149

Please sign in to comment.