Skip to content

Releases: slimphp/Slim

3.8.1

19 Mar 17:56
3.8.1
Compare
Choose a tag to compare

Total issues resolved: 1

3.8.0

2.6.3

07 Jan 15:43
2.6.3
Compare
Choose a tag to compare

3.7.0

3.6.0

3.5.0

3.4.2

25 May 11:35
Compare
Choose a tag to compare

3.4.1 had a BC break when handling errors where the acceptable media type listed in the Accept header wasn't the first one. This is now fixed.

Also, with this release, we set the App::VERSION constant to the correct number.

Total issues resolved: 1

3.4.1

25 May 08:35
Compare
Choose a tag to compare

3.4.0

3.3.0

10 Mar 21:54
Compare
Choose a tag to compare

Added

  • #1811 - Add Request::reparseBody() to provide a way to allow reparsing of the Request's body

Fixed

  • #1812 - Handle nested uploaded files correctly.
  • #1808 - Ensure that getParsedBody() returns null if the body cannot be parsed.