Skip to content

Commit 473bead

Browse files
committed
v1.4.2
1 parent af330c2 commit 473bead

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
5454

5555
## Changelog
5656

57+
### v1.4.2 (23-01-2024)
58+
- Improved error handling in preview
59+
- Fixed multiple preview hashes
60+
5761
### v1.4.1 (18-01-2024)
5862
- Set save-button background green when image is rotated
5963
- Open confirmbox if the image has not been saved after rotation

imcger/imgupload/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
5454

5555
## Changelog
5656

57+
### v1.4.2 (23-01-2024)
58+
- Improved error handling in preview
59+
- Fixed multiple preview hashes
60+
5761
### v1.4.1 (18-01-2024)
5862
- Set save-button background green when image is rotated
5963
- Open confirmbox if the image has not been saved after rotation

imcger/imgupload/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "phpbb-extension",
44
"description": "Using ImageMagick php librarie for resize image attachments and creating thumbnails.",
55
"homepage": "https://github.com/IMC-GER/phpBB-Image-upload-use-ImageMagick/tags",
6-
"version": "1.4.1",
7-
"time": "2024-01-18",
6+
"version": "1.4.2",
7+
"time": "2024-01-23",
88
"license": "GPL-2.0-only",
99
"authors": [
1010
{

imgupload_version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stable": {
33
"1.0": {
4-
"current": "1.4.1",
4+
"current": "1.4.2",
55
"announcement": "https://www.phpbb.de/community/viewtopic.php?t=246009",
66
"download": "https://github.com/IMC-GER/phpBB-Image-upload-use-ImageMagick/tags",
77
"eol": null,

0 commit comments

Comments
 (0)