Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
finale
  • Loading branch information
IMC-GER committed Dec 13, 2023
1 parent d41ef77 commit 4a9d6b2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio

## Changelog

### v1.3.2 (13-12-2023)
- Fixed error when upload none image file
- Fixed upload aborts sporadically with large files
- Fixed don't change attachment id in IMG bbCode after image rotated
- Changed Symfony json response tp phpBB response
- Added support for Toggle Control from LukeWCS

### v1.3.1 (15-10-2023)
- Fixed typos
- Fixed error when upload file after store rotated image
Expand Down
7 changes: 7 additions & 0 deletions imcger/imgupload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio

## Changelog

### v1.3.2 (13-12-2023)
- Fixed error when upload none image file
- Fixed upload aborts sporadically with large files
- Fixed don't change attachment id in IMG bbCode after image rotated
- Changed Symfony json response tp phpBB response
- Added support for Toggle Control from LukeWCS

### v1.3.1 (15-10-2023)
- Fixed typos
- Fixed error when upload file after store rotated image
Expand Down
4 changes: 2 additions & 2 deletions imcger/imgupload/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "phpbb-extension",
"description": "Using ImageMagick php librarie for resize image attachments and creating thumbnails.",
"homepage": "https://github.com/IMC-GER/phpBB-Image-upload-use-ImageMagick/tags",
"version": "1.3.2-b1",
"time": "2023-12-10",
"version": "1.3.2",
"time": "2023-12-13",
"license": "GPL-2.0-only",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion imgupload_version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"stable": {
"1.0": {
"current": "1.3.1",
"current": "1.3.2",
"announcement": "https://www.phpbb.de/community/viewtopic.php?t=246009",
"download": "https://github.com/IMC-GER/phpBB-Image-upload-use-ImageMagick/tags",
"eol": null,
Expand Down

0 comments on commit 4a9d6b2

Please sign in to comment.