File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
12
## [ 11.5.0]
2
13
3
14
### Fixed
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ let package = Package(
8
8
. library( name: " VideoEditorSDK " , targets: [ " VideoEditorSDK " ] ) ,
9
9
] ,
10
10
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 " )
12
12
] ,
13
13
targets: [
14
14
. target(
You can’t perform that action at this time.
0 commit comments