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 4636871 commit 19d8382
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:
photo_editor_sdk: ^2.8.1
photo_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)
- photo_editor_sdk (2.8.1):
- photo_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
photo_editor_sdk: 13129f0f63c480ec4a6fcd80445bd41f08285a44
photo_editor_sdk: 5e72294f9947007ff0918717f74a1186c1210f6d

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: photo_editor_sdk
description: The official Flutter plugin for PhotoEditor SDK. Integrate the photo editor into your own iOS or Android app - in minutes!
version: 2.8.1
version: 2.9.0
homepage: https://www.photoeditorsdk.com
repository: https://github.com/imgly/pesdk-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 19d8382

Please sign in to comment.