CakePHP 3.6.16 发布了,CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而又不失灵活性。
- PHP 7.3 was added to the build matrix with all tests passing.
- Extensions are no longer silently ignored when specific extensions are enabled. Instead a
NotFoundException
wll be raised. - Join table entities now have their
source
source property. - Improved detection of binary column lengths in SQLServer schema reflection.
- Multiple checkbox input sets without inputs can now be rendered correctly.
- Session handlers are not modified if the session is already active.
- The
i18n
shell now uses the locale paths defined by the application. - The bundled CA file has been updated to 2018-10-17 build from mozilla.
ConsoleIo::createFile()
now behaves correctly with UNC file paths.MoParser
now supports messages without contexts matching the behavior ofPoParser
.
下载地址:
转自 https://www.oschina.net/news/101657/cakephp-3-6-16-released