Skip to content

Commit

Permalink
🔖 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Oct 10, 2022
1 parent 05f74da commit fc03caf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
15 changes: 4 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,16 @@ that can be found in the LICENSE file. -->

# CHANGELOG

## 2.4.0-dev.3
## 2.4.0

### Fixes

- Correct permission checks with `requestPermissionExtend` on Android 33. (#843)
### Features

## 2.4.0-dev.2
- Support both legacy and scoped storage on Android. (#833)

### Fixes

- Avoid duplicate `copyItemAtURL` for videos on iOS. (#840)

## 2.4.0-dev.1

### Features

- Support both legacy and scoped storage on Android. (#833)
- Correct permission checks with `requestPermissionExtend` on Android 13. (#843)

## 2.3.0

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: photo_manager_example
description: Demonstrates how to use the photo_manager plugin.
version: 2.4.0+17
version: 2.4.0+18
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: photo_manager
description: A Flutter plugin that provides assets abstraction management APIs on Android, iOS, and macOS.
repository: https://github.com/fluttercandies/flutter_photo_manager
version: 2.4.0-dev.3
version: 2.4.0

environment:
sdk: ">=2.13.0 <3.0.0"
Expand Down

0 comments on commit fc03caf

Please sign in to comment.