CakePHP 3.8.7 release, PHP rapid development framework

CakePHP 3.8.7 released, updates are as follows:

Bugfixes

  • If no title character set, then Email :: getHeaderCharset () will now be used as a back-up e-mail character set.
  • Added IntegrationTestTrait :: assertRedirectEquals (), you can more easily redirect value statement, without the need for additional conversion Router.
  • Improved documentation and block type comments.
  • If the file name contains non-ascii values, e-mail attachments can now encode the file name in the Content-Disposition header.
  • Http \ Client now accept protocolVersion options in its constructor. This option allows you to control the HTTP version used. This change makes the request issued HTTP2 easier.
  • When ConsoleIntegrationTestTrait exhausted responses to interactive questions and improved error messages.
  • Http \ Client can now send request body in the GET request.
  • Added PHP7.4 in the test matrix.

Update Description: https://github.com/cakephp/cakephp/releases/tag/3.8.7

Guess you like

Origin www.oschina.net/news/111958/cakephp-3-8-7-released