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: