Skip to content

3.2 Roadmap

Mark Story edited this page Jan 3, 2016 · 8 revisions

3.2 will be backwards compatible with 3.x.

PHP 5.5 Minimum

CakePHP 3.2 will require at least PHP 5.5. PHP 5.4 is now end of life, and we want to continue targeting supported versions of PHP.

New features

  • √ Replace Carbon with a truly standalone library. Carbon has recently taken on additional dependencies that we do not want/need.
  • √ Add a builder for creating CORS headers.
  • √ Add type casting for SQL functions. e.g. $query->func()->someFunction().
  • √ Add an immutable Date value object to allow Date columns to not have time components added.