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
5757### v1.4.0 (21-12-2023)
5858- Revised JS code
5959- 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
6061- 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
6263- Changed error handling for missing thumbnail file to a warning message
6364- Changed compression method for png files
65+ - Changed phpBB min. version to 3.3.0
6466
6567### v1.3.2 (13-12-2023)
6668- 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
5757### v1.4.0 (21-12-2023)
5858- Revised JS code
5959- 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
6061- 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
6263- Changed error handling for missing thumbnail file to a warning message
6364- Changed compression method for png files
65+ - Changed phpBB min. version to 3.3.0
6466
6567### v1.3.2 (13-12-2023)
6668- Fixed error when upload none image file
Original file line number Diff line number Diff line change 4444 'IUL_WRONG_PARAM ' => 'Falsche Parameter gesendet. ' ,
4545 'IUL_NO_IMG_IN_DATABASE ' => 'Das Bild wurde nicht in der Datenbank gefunden. ' ,
4646 '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. ' ,
4848 'IUL_DATABASE_NOT_UPDATE ' => 'Die Datenbank konnte nicht aktualisiert werden. ' ,
4949]);
Original file line number Diff line number Diff line change 4444 'IUL_WRONG_PARAM ' => 'Falsche Parameter gesendet. ' ,
4545 'IUL_NO_IMG_IN_DATABASE ' => 'Das Bild wurde nicht in der Datenbank gefunden. ' ,
4646 '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. ' ,
4848 'IUL_DATABASE_NOT_UPDATE ' => 'Die Datenbank konnte nicht aktualisiert werden. ' ,
4949]);
You can’t perform that action at this time.
0 commit comments