Releases: dereuromark/cakephp-ajax
Releases · dereuromark/cakephp-ajax
1.3.1
Bugfixes
Adjusted JSON response to not contain invalid UTF8 part.
1.3.0
1.2.0
Adjustments
CakePHP 3.5+ from here on due to PHP 7.2 compatibility.
1.1.1
Bugfixes
- Re-organized and arranged the render and _serialize methods in order to fix a bug that occured when _serialize is set to true (thanks to @joshrhykerd).
CakePHP 3.4 release
This release is for CakePHP 3.4+.
The responses in tests return a slightly different result, so they needed to be adjusted.
Allow for serialize true support
With serialize true all vars are always serialized by default.
A change from 3.1. Now this is supported, as well.
Bugfix: Always pass messages along if possible
The messages were only passed in JSON response for redirects, should also happen for non redirect responses, though.
Initial Release for CakePHP 3.x
This aims to be the first release, targeting CakePHP 3.1+
Use a previous commit for 3.0 (note that there there was no viewBuilder() yet).
It works for 3.1.1+ again to be exact as there were minor regressions in the way custom View classes were included in 3.1.0.