File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.7.2] - 2020-07-14
10+ ### Changed
11+ * Fixed .crop() opening gallery or camera twice [ #32 ] ( https://github.com/Dhaval2404/ImagePicker/issues/32 )
12+ * Fixed UCropActivity Crash Android 4.4 (KiKat) [ #82 ] ( https://github.com/Dhaval2404/ImagePicker/issues/82 )
13+
14+ ## [ 1.7.1] - 2020-03-26
15+ ### Changed
16+ * Fixed The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER issue [ #67 ] ( https://github.com/Dhaval2404/ImagePicker/issues/67 )
17+
918## [ 1.7] - 2020-03-23
1019### Changed
1120 * Added option to limit MIME types while choosing a gallery image (Special Thanks to [ Marchuck] ( https://github.com/Marchuck ) )
@@ -59,7 +68,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5968 * Handle Runtime Permission for Camera and Storage
6069 * Retrive Image Result as File, File Path as String or Uri object
6170
62- [ Unreleased ] : https://github.com/Dhaval2404/ImagePicker/compare/v1.7...HEAD
71+ [ Unreleased ] : https://github.com/Dhaval2404/ImagePicker/compare/v2.0...HEAD
72+ [ 1.7.2 ] : https://github.com/Dhaval2404/ImagePicker/compare/v1.7.1...v1.7.2
73+ [ 1.7.1 ] : https://github.com/Dhaval2404/ImagePicker/compare/v1.7...v1.7.1
6374[ 1.7 ] : https://github.com/Dhaval2404/ImagePicker/compare/v1.6...v1.7
6475[ 1.6 ] : https://github.com/Dhaval2404/ImagePicker/compare/v1.5...v1.6
6576[ 1.5 ] : https://github.com/Dhaval2404/ImagePicker/compare/v1.4...v1.5
You can’t perform that action at this time.
0 commit comments