You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ This extension can change the image size and/or the image file size. It rotate i
40
40
Copy the extension to `phpBB3/ext/imcger/imgupload`.
41
41
Go to "ACP" > "Customise" > "Manage extensions" and enable the "Image upload use ImageMagick" extension.
42
42
43
-
For full functionality "Maximum file size" in "ACP" > "Posting" > "Attachment settings" must be set to 0. This is done automatically during the migration.
43
+
For full functionality "Maximum file size" in "ACP" > "Posting" > "Attachment settings" must be set to 0 and in "ACP" > "Posting" > "Manage attachment extension groups" > "Settings in Images" > "Maximum file size" must be set to 0. This is done automatically during the migration.
44
44
45
45
For full functionality "Maximum image dimensions" in "ACP" > "Posting" > "Attachment settings" must be set to 0. This is done automatically during the migration.
46
46
For full functionality "Maximum avatar file size" in "ACP" > "Board configuration" > "Avatar settings" must be set to 0. This is done automatically during the migration.
@@ -54,6 +54,10 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
54
54
55
55
## Changelog
56
56
57
+
### v1.4.4 (19-06-2024)
58
+
- Added Set max filesize in attachment extension groups on migraton to 0.
59
+
- Fixed Don't work in none standard attachment extension groups
60
+
57
61
### v1.4.3 (20-02-2024)
58
62
- Fixed [Error in Post](https://www.phpbb.de/community/viewtopic.php?p=1426071#p1426071)
Copy file name to clipboardExpand all lines: imcger/imgupload/README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ This extension can change the image size and/or the image file size. It rotate i
40
40
Copy the extension to `phpBB3/ext/imcger/imgupload`.
41
41
Go to "ACP" > "Customise" > "Manage extensions" and enable the "Image upload use ImageMagick" extension.
42
42
43
-
For full functionality "Maximum file size" in "ACP" > "Posting" > "Attachment settings" must be set to 0. This is done automatically during the migration.
43
+
For full functionality "Maximum file size" in "ACP" > "Posting" > "Attachment settings" must be set to 0 and in "ACP" > "Posting" > "Manage attachment extension groups" > "Settings in Images" > "Maximum file size" must be set to 0. This is done automatically during the migration.
44
44
45
45
For full functionality "Maximum image dimensions" in "ACP" > "Posting" > "Attachment settings" must be set to 0. This is done automatically during the migration.
46
46
For full functionality "Maximum avatar file size" in "ACP" > "Board configuration" > "Avatar settings" must be set to 0. This is done automatically during the migration.
@@ -54,6 +54,10 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
54
54
55
55
## Changelog
56
56
57
+
### v1.4.4 (19-06-2024)
58
+
- Added Set max filesize in attachment extension groups on migraton to 0.
59
+
- Fixed Don't work in none standard attachment extension groups
60
+
57
61
### v1.4.3 (20-02-2024)
58
62
- Fixed [Error in Post](https://www.phpbb.de/community/viewtopic.php?p=1426071#p1426071)
0 commit comments