Skip to content

Commit

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

### Fixed

* [ImglyKit] Fixed brush serialization made on Android rendered inverted. (#1657)
* [VideoEditorSDK] Fixed audio serialization inconsistencies between Android and iOS. (#1661)

### Added

* [VideoEditorSDK] Added support for custom audio selection views. (#1661)
* [VideoEditorSDK] Added option to search and load audio clips from external providers. (#1661)
* [VideoEditorSDK] Added a Soundstripe audio provider and predefined audio clip category. Add the `SoundstripeAudioClipCategory` to your audio categories to search for and use Soundstripe audio clips directly from the audio tool. (#1661)

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

0 comments on commit 5c651eb

Please sign in to comment.