Skip to content

Released version 2.4.0

Compare
Choose a tag to compare
@dg dg released this 25 Jun 15:39
· 371 commits to master since this release
  • requires PHP 5.6
  • Implemented RFC 7239 - "Forwarded HTTP Extension" (#94)
  • Session: fixed error "Session object destruction failed" - update (#86)
  • RequestFactory: removes absolute URI from $_SERVER['REQUEST_URI'](issue #91) (#93)
  • RequestFactory: correctly detects scheme and port if the server is behind a trusted proxy #81 #4
  • IRequest: added OPTIONS and PATCH method constant (#95)
  • Response: do not send "Possible problem notice in CLI" #89
  • Response::setExpiration() removes header Pragma
  • RequestFactory: Fixed possible remoteAddr spoofing (issue #87)
  • FileUpload::move() do not suppress system warnings #82
  • HttpExtension, SessionExtension: added parameter $cliMode
  • Url: implements JsonSerializable nette/latte#78
  • HttpExtension: service http.context is deprecated
  • Session: use better detection for started session
  • uses Nette\SmartObject & StaticClass

For the details you can have a look at the diff.