Skip to content

1.5.0

Compare
Choose a tag to compare
@dereuromark dereuromark released this 31 Oct 20:48
· 83 commits to master since this release
3accba4

Improvements

AjaxView extends AppView

This way the AjaxView automatically shares the AppView helpers loaded.
With CakePHP 3 now shifting helper loading from controller to view level this is a required chance at this point to have the AJAX templates being able to use the same helpers as the normal ones do.

Caution
All CakePHP 3 apps by now should have an AppView class present.
If you don't yet, please do that now before pulling this minor release.