File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,13 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
5454
5555## Changelog
5656
57+ ### v1.3.2 (13-12-2023)
58+ - Fixed error when upload none image file
59+ - Fixed upload aborts sporadically with large files
60+ - Fixed don't change attachment id in IMG bbCode after image rotated
61+ - Changed Symfony json response tp phpBB response
62+ - Added support for Toggle Control from LukeWCS
63+
5764### v1.3.1 (15-10-2023)
5865- Fixed typos
5966- Fixed error when upload file after store rotated image
Original file line number Diff line number Diff line change @@ -54,6 +54,13 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
5454
5555## Changelog
5656
57+ ### v1.3.2 (13-12-2023)
58+ - Fixed error when upload none image file
59+ - Fixed upload aborts sporadically with large files
60+ - Fixed don't change attachment id in IMG bbCode after image rotated
61+ - Changed Symfony json response tp phpBB response
62+ - Added support for Toggle Control from LukeWCS
63+
5764### v1.3.1 (15-10-2023)
5865- Fixed typos
5966- Fixed error when upload file after store rotated image
Original file line number Diff line number Diff line change 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.3.2-b1 " ,
7- "time" : " 2023-12-10 " ,
6+ "version" : " 1.3.2" ,
7+ "time" : " 2023-12-13 " ,
88 "license" : " GPL-2.0-only" ,
99 "authors" : [
1010 {
Original file line number Diff line number Diff line change 11{
22 "stable" : {
33 "1.0" : {
4- "current" : " 1.3.1 " ,
4+ "current" : " 1.3.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 ,
You can’t perform that action at this time.
0 commit comments