Skip to content

Commit

Permalink
Add version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leontobias committed Apr 18, 2023
1 parent d806299 commit 3d23e72
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.9.0]

### Added

* [imgly_sdk] Added `configuration.singleToolMode` that skips main menu if only one tool is used.

## [2.8.1]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add the plugin package to the `pubspec.yaml` file in your project:

```yaml
dependencies:
video_editor_sdk: ^2.8.1
video_editor_sdk: ^2.9.0
```
Install the new dependency:
Expand Down
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- Flutter (1.0.0)
- imgly_sdk (2.8.1):
- imgly_sdk (2.9.0):
- Flutter
- imglyKit (~> 11.3)
- imglyKit (~> 11.4)
- imglyKit (11.5.1)
- video_editor_sdk (2.8.1):
- video_editor_sdk (2.9.0):
- Flutter
- imgly_sdk (= 2.8.1)
- imgly_sdk (= 2.9.0)

DEPENDENCIES:
- Flutter (from `Flutter`)
Expand All @@ -27,9 +27,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
imgly_sdk: 4ed7b6f244e086715c5c180429164c24f93e5b0b
imgly_sdk: a1937f3cd410756297d87d15086a37f24466d288
imglyKit: b1b3b827799a50b090433ca7c61f90b078944898
video_editor_sdk: 3ba65ce5b9fed8e8c811d4e129a6f48e83789220
video_editor_sdk: 2e3a8cbe6f1f09a8e12ba7cbac6f2bd7793bada5

PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: video_editor_sdk
description: The official Flutter plugin for VideoEditor SDK. Integrate the video editor into your own iOS or Android app - in minutes!
version: 2.8.1
version: 2.9.0
homepage: https://www.videoeditorsdk.com
repository: https://github.com/imgly/vesdk-flutter

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
imgly_sdk: 2.8.1
imgly_sdk: 2.9.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 3d23e72

Please sign in to comment.