PHP 开发框架 CakePHP 3.6.7 发布,bug 修复版本

CakePHP 3.6.7 发布了。CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而 又不失灵活性。 

更新内容如下:

  • Improved deprecation messages.

  • Http\Client now ignores invalid cookie expiration dates.

  • Http\Client now drops invalid/empty Set-Cookie header values.

  • Data read from cakephp-plugins.php is reloaded as neccessary in test suites. Fixing unknown plugin errors.

  • Email::setAttachments() no longer emits an error when data key is used without a mimetype.

  • Redirect routes no longer apply the application subdirectory twice.

  • Multiple checkbox form widgets now use checkboxWrapper instead of radioWrapper for their wrapping template.

  • Debugger::printVar() now forces its content to be ltr, improving readability in rtl documents.

  • Routing key sub-pattern checks in reverser routing now use unicode regular expressions.

  • An exception is now raised when libicu is missing a requested timezone.

  • Console subcommand help now displays the subcommand description when no subcommand parser has been defined.

  • Missing Plugin error pages now recommend the use of addPlugin().

下载地址:

猜你喜欢

转载自www.oschina.net/news/97817/cakephp-3-6-7-released