Releases: cakephp/app
Releases · cakephp/app
3.6.0
- Update for CakePHP 3.6.0
3.5.1
Fixed
- Removed unsafe automatic JSON response creation from AppController.
- Improved database session SQL schema.
- Usage of
.env
requires explicit opt in now. - Installer paths use constants now making extending the installer
easier. - Fixed use of
STDIN
as it is undefined on some hosts.
Added
- Query logging configuration is included by default now.
- Added links to the slack group.
- Added commented sections to .htaccess making it easier to use
LetsEncrypt.
3.5.0
- Use CakePHP 3.5.0+
3.5.0-RC1
- #507: Use MiddlewareStack as variable.
- #508: Update config docs for
.
not being used. - #511: Minor improvements to the PagesController
- #512: Cache::config() is deprecated
- #513: Codesniffer and CS fixes
- #514: Changed a few use statements from “Cake\Network*” to “Cake\Http*”.
- #515: use PSR7 response method
- #518: Improve "error" message on home page
- #521: Fix schema dir name
- #523: Link to PHP manual for timezones.
3.4.2
3.4.1
- Improved readme docs
- Fixup PHPUnit requirements
3.4.0
- Use CakePHP 3.4.*
- Use PHP 5.6 syntax where possible.
- Don't use deprecated methods.
- Improved home page design.
New CakePHP Branded Theme
This release brings a new look to the default CakePHP app home page. We have also added dynamic version numbering to display current CakePHP version in the top header.
CakePHP App Skeleton 3.3.5
- Added gitattributes for woff, eot, svg.
- Improved doc comments.
- Tweaked how cache configuration is managed in default/debug.
3.3.4
Bugfixes
- #445: @dereuromark Fix the order for combined check script
- #449: @tenkoma Fix small typo in Controller Test
- #454 #453: @inoas Load the Migrations Plugin only in a CLI context via
config/bootstrap_cli.php
- #456: @chinpei215 Fix directory traversal of .ctp files
Miscellaneous
- #446: @steinkel add comment about security/csrf component
- #457: @joshwyrick Remove/merge duplicate rules in cake.css