Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.17 KB

Multipart Request Parser Middleware Change Log

1.1.6, March 25, 2024

  • Enh #4: Added support for "illuminate/http" 11.0 (klimov-paul)

1.1.5, May 18, 2023

  • Bug #2: Fixed PHP Warning on absent "Content-Type" header in some environments (webinvader, klimov-paul)

1.1.4, February 24, 2023

  • Enh #1: Added support for "illuminate/http" 10.0 (klimov-paul)

1.1.3, February 9, 2022

  • Enh: Added support for "illuminate/http" 9.0 (klimov-paul)

1.1.2, September 9, 2020

  • Enh: Added support for "illuminate/http" 8.0 (klimov-paul)

1.1.1, March 4, 2020

  • Enh: Added support for "illuminate/http" 7.0 (klimov-paul)

1.1.0, September 6, 2019

  • Enh: Added support for "illuminate/http" 6.0 (klimov-paul)

1.0.1, April 5, 2019

  • Bug: Fixed MultipartFormDataParser::createUploadedFile() now creates \Illuminate\Http\UploadedFile preventing Laravel validation failure (klimov-paul)

1.0.0, February 12, 2019

  • Initial release.