Skip to content

Commit b54e71f

Browse files
committed
Prepare version 4.7.0
1 parent 2f52ca6 commit b54e71f

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Change Log
22

3-
Version 4.7.0 *(In development)*
4-
--------------------------------
3+
Version 4.7.0 *(2025-11-27)*
4+
----------------------------
5+
6+
- Security: Added URI validation to prevent file system manipulation (fixes #613) [\#680](https://github.com/CanHub/Android-Image-Cropper/pull/680) ([xronyx](https://github.com/xronyx))
7+
- Fix issue #610: keep layout params [\#665](https://github.com/CanHub/Android-Image-Cropper/pull/665) ([isidro89](https://github.com/isidro89))
8+
- Add danish language support [\#666](https://github.com/CanHub/Android-Image-Cropper/pull/666) ([andreastorp](https://github.com/andreastorp))
9+
- Removed file provider workaround to fix security issue [\#659](https://github.com/CanHub/Android-Image-Cropper/pull/659) ([M66B](https://github.com/M66B))
10+
- Add support for south indian languages [\#658](https://github.com/CanHub/Android-Image-Cropper/pull/658) ([the-alchemist-07](https://github.com/the-alchemist-07))
11+
- Fix: Crop overlay jumps during multiple pointers active, but initial pointer is released [\#656](https://github.com/CanHub/Android-Image-Cropper/pull/656) ([dinaraparanid](https://github.com/dinaraparanid))
12+
- Renovate: Automerge updates. ([vanniktech](https://github.com/vanniktech))
13+
- Update: Added missing translations, and support for Gujarati language [\#647](https://github.com/CanHub/Android-Image-Cropper/pull/647) ([Jaypatelbond](https://github.com/Jaypatelbond))
14+
- Updations to the Hindi language [\#640](https://github.com/CanHub/Android-Image-Cropper/pull/640) ([the-alchemist-07](https://github.com/the-alchemist-07))
15+
- Added new language - Malayalam [\#638](https://github.com/CanHub/Android-Image-Cropper/pull/638) ([the-alchemist-07](https://github.com/the-alchemist-07))
516

6-
- Security: Added URI validation to prevent file system manipulation attacks. Only content:// URIs are now allowed for customOutputUri, and file extensions must match the compress format. This prevents malicious apps from overwriting sensitive files or writing arbitrary file types. [\#613](https://github.com/CanHub/Android-Image-Cropper/issues/613)
717

818
Version 4.6.0 *(2024-08-05)*
919
----------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Android Image Cropper
1414

1515
```groovy
1616
dependencies {
17-
implementation("com.vanniktech:android-image-cropper:4.6.0")
17+
implementation("com.vanniktech:android-image-cropper:4.7.0")
1818
}
1919
```
2020

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.vanniktech
2-
VERSION_NAME=4.7.0-SNAPSHOT
2+
VERSION_NAME=4.7.0
33

44
POM_DESCRIPTION=Image Cropping Library for Android, optimised for Camera / Gallery.
55

0 commit comments

Comments
 (0)