Skip to content

Commit 57e19cb

Browse files
committed
v1.2.2
- Fixed scrollbar on large images in attachbox
1 parent 528ab4e commit 57e19cb

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
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.2.2 (29-07-2023)
58+
- Conside BBCode Settings
59+
- Fixed scrollbar on large images in attachbox
60+
5761
### v1.2.1 (09-05-2023)
5862
- Changed sql query for allowed image extensions
5963
- Changed compression method for png images

imcger/imgupload/README.md

Lines changed: 4 additions & 0 deletions
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.2.2 (29-07-2023)
58+
- Conside BBCode Settings
59+
- Fixed scrollbar on large images in attachbox
60+
5761
### v1.2.1 (09-05-2023)
5862
- Changed sql query for allowed image extensions
5963
- Changed compression method for png images

imcger/imgupload/composer.json

Lines changed: 2 additions & 2 deletions
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.2.1",
7-
"time": "2023-05-09",
6+
"version": "1.2.2",
7+
"time": "2023-07-29",
88
"license": "GPL-2.0-only",
99
"authors": [{
1010
"name": "Thorsten Ahlers",

imcger/imgupload/styles/all/template/event/overall_header_stylesheets_after.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
----------------------------------- -->
55
<style>
66
.attachbox img.postimage {
7+
width: 100%;
78
max-width: {{ IUL_IMG_MAX_THUMB_WIDTH }};
89
max-height: {{ IUL_IMG_MAX_THUMB_WIDTH }};
910
}

imgupload_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stable": {
33
"1.0": {
4-
"current": "1.1.1",
4+
"current": "1.2.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)