Skip to content

Commit

Permalink
🔖 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Oct 30, 2024
1 parent ea4c635 commit ca76016
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ To know more about breaking changes, see the [Migration Guide][].

## Unreleased

*None.*

## 3.6.0

### Features

- Allows to get the duration of a Live Photo with `AssetEntity.durationWithOptions` on iOS and macOS.
Expand Down
1 change: 0 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: photo_manager_example
description: Demonstrates how to use the photo_manager plugin.
version: 3.5.2+35
publish_to: none

environment:
Expand Down
1 change: 0 additions & 1 deletion example_ohos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: photo_manager_example_ohos
description: Demonstrates how to use the photo_manager plugin.
version: 3.5.2+35
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 album assets abstraction management APIs on Android, iOS, macOS, and OpenHarmony.
repository: https://github.com/fluttercandies/flutter_photo_manager
version: 3.5.2
version: 3.6.0

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

0 comments on commit ca76016

Please sign in to comment.