From 44842c0b1ba1ad5d00d349a741f43070e4f9544f Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Sun, 20 Sep 2020 19:06:48 +0800 Subject: [PATCH] release version 0.3.0 --- CHANGELOG.md | 6 ++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3e4b4..9a4b4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.0 + +Force getFile to use high quality format for videos in iOS platform. + +Add optional mediumType parameter of getAlbumThumbnail api method to display video thumbnail correctly. + ## 0.2.5 Remove ```MediumType``` attribute in ```MediaPage```. diff --git a/example/pubspec.lock b/example/pubspec.lock index bce36ca..e84427a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -134,7 +134,7 @@ packages: path: ".." relative: true source: path - version: "0.2.5" + version: "0.3.0" plugin_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8425e64..481e865 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.5 +version: 0.3.0 repository: https://github.com/Firelands128/photo_gallery environment: