Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

CakePHP 3.2.14 发布,PHP 开发框架

$
0
0

CakePHP 3.2.14 发布了。这是 3.2 分支的一个维护版本,修复了几个社区反映的问题。

值得注意的是,这是最后一次计划为 3.2 修复问题。在将来,直到 3.4.0 发布,3.2 将只能接收到安全修补更新。为了能继续接收到常规错误修正通知,我们建议您升级至 3.3.0。

Bug修复:

  • The ORM\Table::buildValidator() hook method was added. Now all events that are fired from the table classes have matching hook methods. (@marksotry)

  • An interface has been created for Database\Type subclasses. (@davidyell)

  • Fatal errors are now reported more accurately in CLI scripts when using PHP7. (@jippi)

  • BelongsToMany::unlink() now returns true when it succeeds. This increases consistency with other methods. (@markstory)

  • Validator::equals() now works as you would expect. (@markstory)

  • CakePHP now relies on ~1.0 of chronos, which is now stable. (@markstory)

  • API documentation has been cleaned up of excess whitespace (@ravage84)

下载



Viewing all articles
Browse latest Browse all 44787

Trending Articles