From 476d9f2837408ec6e81d3396d5e638004c115639 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Thu, 21 Oct 2021 10:22:43 +0800 Subject: [PATCH] release version 1.1.0 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afeaac4..b7ad410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.1.0 + +Use Android contentResolver Bundle() only on sdk 30+. + +Add "orientation" property of Medium to meet EXIF standard, but on iOS listing media API don't provide it. + +Update album name property to nullable. + ## 1.0.1 Add "mimeType" parameter in "getFile" API to allow specifying image format when get full image on both platforms. diff --git a/pubspec.yaml b/pubspec.yaml index 8dcba54..ec7bc60 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: 1.0.1 +version: 1.1.0 repository: https://github.com/Firelands128/photo_gallery environment: