From 5c651eb628e52b5a33e17fe4cfb68ccb5278326a Mon Sep 17 00:00:00 2001 From: Tim Weisseisen Date: Thu, 16 Feb 2023 19:09:16 +0100 Subject: [PATCH] Add version 11.5.0 --- CHANGELOG.md | 13 +++++++++++++ Package.swift | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3354a2..6089205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Package.swift b/Package.swift index d68d6b9..063c911 100644 --- a/Package.swift +++ b/Package.swift @@ -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(