CakePHP 3.7.9 发布了,此版本是 3.7 分支的维护版本,修复了几个社区报告的问题:
- 修复了
Type::buildAll() 不返回 Type::set() 中添加的自定义类型对象 - 完善 API 文档样例
Validation::isInteger() 不再接受 boolean 值 0/1- 对字符串进行操作的验证方法(minLength、maxLength、minLengthBytes 与 maxLengthBytes)现在拒绝非标量值
requestAction() 现在以类型安全的方式寻找 'return'
详情查看:
https://github.com/cakephp/cakephp/releases/tag/3.7.9 |