Skip to content

Commit a637a18

Browse files
committed
Add version 11.5.1
1 parent 26bd545 commit a637a18

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [11.5.1]
2+
3+
### Fixed
4+
5+
* [ImglyKit] Fixed serialization created from videos, sometimes not working on photos. (#1658)
6+
* [ImglyKit] Fixed camera continuously reporting runtime error when on call. (#1693)
7+
* [ImglyKit] Fixed brush being rendered at the incorrect spot when using rotation on transform tool. (#1668)
8+
* [ImglyKit] Fixed missing Obj-C compatibility for `StickerProvider`. (#1665)
9+
* [PhotoEditorSDK] Fixed exported images being upside down when taken in mirrored mode from native camera. (#1659)
10+
* [VideoEditorSDK] Fixed audio clips from the asset catalog not playing. (#1697)
11+
112
## [11.5.0]
213

314
### Fixed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "VideoEditorSDK", targets: ["VideoEditorSDK"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.5.0")
11+
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.5.1")
1212
],
1313
targets: [
1414
.target(

0 commit comments

Comments
 (0)