Skip to content

Commit 3d23e72

Browse files
committed
Add version 2.9.0
1 parent d806299 commit 3d23e72

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.9.0]
2+
3+
### Added
4+
5+
* [imgly_sdk] Added `configuration.singleToolMode` that skips main menu if only one tool is used.
6+
17
## [2.8.1]
28

39
### Fixed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the plugin package to the `pubspec.yaml` file in your project:
3030

3131
```yaml
3232
dependencies:
33-
video_editor_sdk: ^2.8.1
33+
video_editor_sdk: ^2.9.0
3434
```
3535
3636
Install the new dependency:

example/ios/Podfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- imgly_sdk (2.8.1):
3+
- imgly_sdk (2.9.0):
44
- Flutter
5-
- imglyKit (~> 11.3)
5+
- imglyKit (~> 11.4)
66
- imglyKit (11.5.1)
7-
- video_editor_sdk (2.8.1):
7+
- video_editor_sdk (2.9.0):
88
- Flutter
9-
- imgly_sdk (= 2.8.1)
9+
- imgly_sdk (= 2.9.0)
1010

1111
DEPENDENCIES:
1212
- Flutter (from `Flutter`)
@@ -27,9 +27,9 @@ EXTERNAL SOURCES:
2727

2828
SPEC CHECKSUMS:
2929
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
30-
imgly_sdk: 4ed7b6f244e086715c5c180429164c24f93e5b0b
30+
imgly_sdk: a1937f3cd410756297d87d15086a37f24466d288
3131
imglyKit: b1b3b827799a50b090433ca7c61f90b078944898
32-
video_editor_sdk: 3ba65ce5b9fed8e8c811d4e129a6f48e83789220
32+
video_editor_sdk: 2e3a8cbe6f1f09a8e12ba7cbac6f2bd7793bada5
3333

3434
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
3535

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: video_editor_sdk
22
description: The official Flutter plugin for VideoEditor SDK. Integrate the video editor into your own iOS or Android app - in minutes!
3-
version: 2.8.1
3+
version: 2.9.0
44
homepage: https://www.videoeditorsdk.com
55
repository: https://github.com/imgly/vesdk-flutter
66

@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
imgly_sdk: 2.8.1
14+
imgly_sdk: 2.9.0
1515

1616
dev_dependencies:
1717
flutter_test:

0 commit comments

Comments
 (0)