File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed
styles/all/template/event Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
54
54
55
55
## Changelog
56
56
57
+ ### v1.2.2 (29-07-2023)
58
+ - Conside BBCode Settings
59
+ - Fixed scrollbar on large images in attachbox
60
+
57
61
### v1.2.1 (09-05-2023)
58
62
- Changed sql query for allowed image extensions
59
63
- Changed compression method for png images
Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
54
54
55
55
## Changelog
56
56
57
+ ### v1.2.2 (29-07-2023)
58
+ - Conside BBCode Settings
59
+ - Fixed scrollbar on large images in attachbox
60
+
57
61
### v1.2.1 (09-05-2023)
58
62
- Changed sql query for allowed image extensions
59
63
- Changed compression method for png images
Original file line number Diff line number Diff line change 3
3
"type" : " phpbb-extension" ,
4
4
"description" : " Using ImageMagick php librarie for resize image attachments and creating thumbnails." ,
5
5
"homepage" : " https://github.com/IMC-GER/phpBB-Image-upload-use-ImageMagick/tags" ,
6
- "version" : " 1.2.1 " ,
7
- "time" : " 2023-05-09 " ,
6
+ "version" : " 1.2.2 " ,
7
+ "time" : " 2023-07-29 " ,
8
8
"license" : " GPL-2.0-only" ,
9
9
"authors" : [{
10
10
"name" : " Thorsten Ahlers" ,
Original file line number Diff line number Diff line change 4
4
----------------------------------- -->
5
5
< style >
6
6
.attachbox img .postimage {
7
+ width : 100% ;
7
8
max-width : {{ IUL_IMG_MAX_THUMB_WIDTH }};
8
9
max- height: {{ IUL_IMG_MAX_THUMB_WIDTH }};
9
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"stable" : {
3
3
"1.0" : {
4
- "current" : " 1.1.1 " ,
4
+ "current" : " 1.2.2 " ,
5
5
"announcement" : " https://www.phpbb.de/community/viewtopic.php?t=246009" ,
6
6
"download" : " https://github.com/IMC-GER/phpBB-Image-upload-use-ImageMagick/tags" ,
7
7
"eol" : null ,
You can’t perform that action at this time.
0 commit comments