Skip to content

Commit 44a2438

Browse files
committed
Update versions check
1 parent f4a383a commit 44a2438

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

imcger/imgupload/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The extension uses the PHP imagick class to modify uploaded images, thumbnails a
66
The extension supports JPEG, WEBP, GIF and PNG images. Other image formats, for example BMP, are converted to JPEG when resized.
77
This extension can change the image size and/or the image file size. It rotate images, thumbnails and avatars according to their EXIF information and it can remove the EXIF data from JPEG and WEBP files. Images and thumbnails can also be rotated manually.
88

9+
[![Tests](https://github.com/IMC-GER/phpBB-Image-upload-use-ImageMagick/actions/workflows/tests.yml/badge.svg)](https://github.com/IMC-GER/phpBB-Image-upload-use-ImageMagick/actions/workflows/tests.yml)
10+
911
#### Settings in User Control Panel
1012
- No settings.
1113

@@ -54,6 +56,17 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
5456

5557
## Changelog
5658

59+
### v1.5.0 (16-06-2025)
60+
- Fixed Language variables are lost when 'Create thumbnail' is deactivated.
61+
- Fixed Error message from Composer Validator
62+
- Fixed Each PHP statement must be on a line by itself
63+
- Set max php version to 8.4, min version to 7.4
64+
- Changed PHP code has been updated to include data types for the variable
65+
- Changed security query in the Ajax controller
66+
- Changed sql query from string to array
67+
- Revised language files
68+
- Moved twig macros in separate file
69+
5770
### v1.4.6 (14-07-2024)
5871
- Changed Determining the image file size.
5972
- Fixed Submit buttons after closing the confirm box without function.

imgupload_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stable": {
33
"3.3": {
4-
"current": "1.4.6",
4+
"current": "1.5.0",
55
"announcement": "https://www.phpbb.de/community/viewtopic.php?t=246009",
66
"download": "https://github.com/IMC-GER/phpBB-Image-upload-use-ImageMagick/releases",
77
"eol": null,

0 commit comments

Comments
 (0)