File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,12 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
57
57
### v1.4.0 (21-12-2023)
58
58
- Revised JS code
59
59
- Fixed JS code in ACP don't work with radio buttons
60
+ - Fixed if the attachment thumbnail is too small, it will not be centered
60
61
- Added security measures for Ajax request
61
- - Added updating the image file size in the line after uploading or rotating
62
+ - Added updating the image file size in the row after uploading or rotating
62
63
- Changed error handling for missing thumbnail file to a warning message
63
64
- Changed compression method for png files
65
+ - Changed phpBB min. version to 3.3.0
64
66
65
67
### v1.3.2 (13-12-2023)
66
68
- Fixed error when upload none image file
Original file line number Diff line number Diff line change @@ -57,10 +57,12 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
57
57
### v1.4.0 (21-12-2023)
58
58
- Revised JS code
59
59
- Fixed JS code in ACP don't work with radio buttons
60
+ - Fixed if the attachment thumbnail is too small, it will not be centered
60
61
- Added security measures for Ajax request
61
- - Added updating the image file size in the line after uploading or rotating
62
+ - Added updating the image file size in the row after uploading or rotating
62
63
- Changed error handling for missing thumbnail file to a warning message
63
64
- Changed compression method for png files
65
+ - Changed phpBB min. version to 3.3.0
64
66
65
67
### v1.3.2 (13-12-2023)
66
68
- Fixed error when upload none image file
Original file line number Diff line number Diff line change 44
44
'IUL_WRONG_PARAM ' => 'Falsche Parameter gesendet. ' ,
45
45
'IUL_NO_IMG_IN_DATABASE ' => 'Das Bild wurde nicht in der Datenbank gefunden. ' ,
46
46
'IUL_IMG_NOT_EXIST ' => 'Die Bilddatei existiert nicht. ' ,
47
- 'IUL_THUMB_NOT_EXIST ' => 'Das erwartete Vorschaubild existiert nicht. ' ,
47
+ 'IUL_THUMB_NOT_EXIST ' => 'Das erwartete Vorschaubild existiert nicht. ' ,
48
48
'IUL_DATABASE_NOT_UPDATE ' => 'Die Datenbank konnte nicht aktualisiert werden. ' ,
49
49
]);
Original file line number Diff line number Diff line change 44
44
'IUL_WRONG_PARAM ' => 'Falsche Parameter gesendet. ' ,
45
45
'IUL_NO_IMG_IN_DATABASE ' => 'Das Bild wurde nicht in der Datenbank gefunden. ' ,
46
46
'IUL_IMG_NOT_EXIST ' => 'Die Bilddatei existiert nicht. ' ,
47
- 'IUL_THUMB_NOT_EXIST ' => 'Das erwartete Vorschaubild existiert nicht. ' ,
47
+ 'IUL_THUMB_NOT_EXIST ' => 'Das erwartete Vorschaubild existiert nicht. ' ,
48
48
'IUL_DATABASE_NOT_UPDATE ' => 'Die Datenbank konnte nicht aktualisiert werden. ' ,
49
49
]);
You can’t perform that action at this time.
0 commit comments