Releases: cakephp/app
Releases · cakephp/app
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
3.3.3
- Easier to read comments.
- Added composer scripts to make running tests and phpcs easier.
CakePHP App 3.3.2
New Features
- Default flash element that now allows
'escape' => false
. - Add an
ErrorController
. Having an ErrorController in the application
will make customizing it more transparent to users.
Bugfixes
- Improved API docs.
- Improved README
3.3.1
- markstory/asset_compress is a suggested package.
- Require cakephp/cakephp 3.3.* instead of ~3.3.0. People were not too
pleased about getting automatically updated to 3.3. Use a more
conservative requirement to make future upgrades more predictable. - Comment styles are more consistent now.
- default flash message includes the hide on click behavior now.
Contributors
- ADmad
- BassemN
- Jad Bitar
- Mark Sch
- Mark Story
- Nguyễn Anh Tuấn
- inoas
- mscherer
CakePHP App 3.3.0
* Update CakePHP requirement to 3.3.0 * Use new HTTP stack in default application.
CakePHP App 3.3.0-beta2
* Update MiddlewareStack to MiddlewareQueue. * Update colours. * Relocate autoload.php inclusion. * Add fix for the httpoxy vulnerability * Use Security::randomBytes() for salt generation.
CakePHP App 3.3.0-beta
New Features ------------ * Uses new PSR7 HTTP stack.
CakePHP App Skeleton 3.2.6
* Make PHP version requirements clearer in error messages.
CakePHP App 3.2.5
- Disable locale parsing by default. It confuses lots of Americans as
their date format is awful. - Add Awesome CakePHP list to the default homepage.
- Check for DebugKit and suggest remediation steps.
- Check environment requirements earlier.
CakePHP Application Skeleton 3.2.3
- Ensure post install script runs when creating project. (@ADmad)