Skip to content

Releases: dereuromark/cakephp-ajax

1.3.1

01 Jun 12:01
Compare
Choose a tag to compare

Bugfixes

Adjusted JSON response to not contain invalid UTF8 part.

1.3.0

29 Dec 10:40
Compare
Choose a tag to compare

Improvements

Added AjaxMiddleware for newer CakePHP setups.
Big thanks to @Zuluru for enabling this.

1.2.0

19 Apr 22:38
Compare
Choose a tag to compare

Adjustments

CakePHP 3.5+ from here on due to PHP 7.2 compatibility.

1.1.1

25 Nov 22:06
4ab5ed3
Compare
Choose a tag to compare

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

16 Feb 18:21
Compare
Choose a tag to compare

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

29 Oct 00:10
Compare
Choose a tag to compare

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

14 Oct 20:58
Compare
Choose a tag to compare

The messages were only passed in JSON response for redirects, should also happen for non redirect responses, though.

Initial Release for CakePHP 3.x

30 Sep 22:16
Compare
Choose a tag to compare

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.