From cd115fe8d25c17357ee67b7a8ae84b24a582e67e Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Sat, 22 Aug 2020 14:33:36 +0800 Subject: [PATCH] release 0.2.2 version --- CHANGELOG.md | 7 +++---- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249c2f1..5cd0065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ -## 0.2.2-beta +## 0.2.2 +add ```MediumType``` attribute in ```ThumbnailProvider``` +Fix a bug that throw ```FileNotFountException``` when load image and video thumbnail doesn't exists on Android API 29+ Change medium creationDate and modifiedDate precision from second to millisecond on iOS platform. - -## 0.2.1-beta - Add video duration attribute in Medium. ## 0.2.0+1 diff --git a/example/pubspec.lock b/example/pubspec.lock index ff57ce4..e728b77 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -129,7 +129,7 @@ packages: path: ".." relative: true source: path - version: "0.2.2-beta" + version: "0.2.2" plugin_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ad1dd8e..a2bb882 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_gallery description: A Flutter plugin that retrieves images and videos from mobile native gallery. -version: 0.2.2-beta +version: 0.2.2 repository: https://github.com/Firelands128/photo_gallery environment: