Skip to content

Commit 9a29dd5

Browse files
committed
v1.3.1
1 parent 9409735 commit 9a29dd5

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
5555
## Changelog
5656

5757
### v1.3.1 (15-10-2023)
58+
- Fixed typos
5859
- Fixed error when upload file after store rotated image
60+
- Changed function for renumbering the attachmend BBCode
5961

6062
### v1.3.0 (13-10-2023)
6163
- Added manual image rotation

imcger/imgupload/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
5555
## Changelog
5656

5757
### v1.3.1 (15-10-2023)
58+
- Fixed typos
5859
- Fixed error when upload file after store rotated image
60+
- Changed function for renumbering the attachmend BBCode
5961

6062
### v1.3.0 (13-10-2023)
6163
- Added manual image rotation

imcger/imgupload/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.1-rc1",
6+
"version": "1.3.1",
77
"time": "2023-10-15",
88
"license": "GPL-2.0-only",
99
"authors": [

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.2.2",
4+
"current": "1.3.1",
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)