Skip to content

Commit fc03caf

Browse files
committed
🔖 2.4.0
1 parent 05f74da commit fc03caf

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

CHANGELOG.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,16 @@ that can be found in the LICENSE file. -->
44

55
# CHANGELOG
66

7-
## 2.4.0-dev.3
7+
## 2.4.0
88

9-
### Fixes
10-
11-
- Correct permission checks with `requestPermissionExtend` on Android 33. (#843)
9+
### Features
1210

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

1513
### Fixes
1614

1715
- Avoid duplicate `copyItemAtURL` for videos on iOS. (#840)
18-
19-
## 2.4.0-dev.1
20-
21-
### Features
22-
23-
- Support both legacy and scoped storage on Android. (#833)
16+
- Correct permission checks with `requestPermissionExtend` on Android 13. (#843)
2417

2518
## 2.3.0
2619

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: photo_manager_example
22
description: Demonstrates how to use the photo_manager plugin.
3-
version: 2.4.0+17
3+
version: 2.4.0+18
44
publish_to: none
55

66
environment:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: photo_manager
22
description: A Flutter plugin that provides assets abstraction management APIs on Android, iOS, and macOS.
33
repository: https://github.com/fluttercandies/flutter_photo_manager
4-
version: 2.4.0-dev.3
4+
version: 2.4.0
55

66
environment:
77
sdk: ">=2.13.0 <3.0.0"

0 commit comments

Comments
 (0)