PHP 开发框架 CakePHP 3.6.5 发布,Bug 修复

  

PHP 开发框架 CakePHP 3.6.5 发布,这是 3.6 版本分支的维护版本,修复了几个社区报告的问题。

更新内容:

  • Improved deprecation warning text.

  • Plugin::load() now uses concrete plugin classes if a plugin has adopted new style plugins.

  • The mimetype for .bmp was added to Response.

  • Plugin::routes() had a deprecation warning added. This method is no longer  necessary when using an Application class.

  • Missing deprecation warnings were added to Response.

  • IntegrationTestCase once again accepts array URLs when generating requests.

  • Email messages no correctly word-wrap multi-byte characters.

  • Http\Client restores the error handler after a socket error.

    扫描二维码关注公众号,回复: 1555737 查看本文章
  • AppShell is now included in the list of auto-discovered shells.

  • ConsoleIntegrationTestCase now catches StopException and sets the test  case exitCode property accordingly.

  • Cell::__debugInfo() no longer emits a notice error.

  • Pagination metadata now includes the start & end record numbers.

  • The Model.afterSaveCommit event always recieves an ArrayObject for $options now.

下载地址:

猜你喜欢

转载自www.oschina.net/news/96928/cakephp-3-6-5-released