Skip to content

Commit

Permalink
🔖 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jun 22, 2022
1 parent 280b4cd commit e0ba98d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ that can be found in the LICENSE file. -->

# CHANGELOG

## 2.1.4

Improvements:

- [iOS] Check `canPerformEditOperation` before performing change requests. (#782)

Fixes:

- [Android] Fix `orientation` missing during conversions. (#783)

## 2.1.3

Improvements:
Expand Down
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# image_scanner_example
# photo_manager_example

Demonstrates how to use the image_scanner plugin.
Demonstrates how to use the photo_manager plugin.

## Getting Started

Expand Down
7 changes: 4 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: photo_manager_example
description: Demonstrates how to use the image_scanner plugin.
version: 2.1.3+10
description: Demonstrates how to use the photo_manager plugin.
version: 2.1.4+11
publish_to: none

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.13.0 <3.0.0"
flutter: ">=2.2.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: photo_manager
description: A Flutter plugin that provides assets abstraction management APIs on Android, iOS, and macOS.
version: 2.1.3
version: 2.1.4
homepage: https://github.com/fluttercandies/flutter_photo_manager

environment:
Expand Down

0 comments on commit e0ba98d

Please sign in to comment.