Skip to content

Commit

Permalink
Add version 10.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schiewe committed Jul 29, 2021
1 parent c1f6429 commit 85170de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [10.25.0]

### Added

* [ImglyKit] Added an opt-out for emoji support because it is not optimized for cross-platform use. It can be disabled with `TextToolControllerOptions.emojisEnabled` and `TextDesignToolControllerOptions.emojisEnabled`.

### Changed

* Updated podspecs to use XCFramework releases instead of fat frameworks which requires CocoaPods version 1.10.0+.

## [10.24.0]

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

0 comments on commit 85170de

Please sign in to comment.