Skip to content

Releases: FriendsOfCake/crud

5.4.2

19 May 06:00
fb272d3
Compare
Choose a tag to compare
  • Update namespace for deprecated exception classes. #592

v3.2.0

13 May 18:50
1429237
Compare
Choose a tag to compare
  • #582 Fix for compatibility with CakeObject and PHP 7.2

5.4.1

24 Apr 20:18
a516934
Compare
Choose a tag to compare
  • Remove deprecated calls from RelatedModelsListener #590

5.4.0

23 Apr 19:49
f34ec3f
Compare
Choose a tag to compare
  • Updated CakePHP dependency to 3.5+.

5.3.3

25 Feb 19:42
dbee73d
Compare
Choose a tag to compare

Bugfix

  • Fix compatibility with older version of search plugin. #579

5.3.2

11 Feb 18:08
2b9ae1a
Compare
Choose a tag to compare

Enhancement

  • SearchListener now supports other datasource implementations besides Table. #561

Bugfix

  • Fix pagination not being correctly set by ApiPaginationListener. #576

5.3.1

31 Jan 13:05
babfb5d
Compare
Choose a tag to compare

Bugfix

  • Fix ApiListener incorrect setting response status code to null. #574

5.3.0

28 Jan 06:17
c0139f2
Compare
Choose a tag to compare

Enhancements

  • Update min. CakePHP version to 3.4.0.

5.2.2

06 Jan 05:28
52b2936
Compare
Choose a tag to compare

Enhancements

  • Allow all actions to use custom finder with options. #563

5.2.1

04 Jan 05:45
39b29c3
Compare
Choose a tag to compare

Enhancements

  • Allow setting findMethod config for actions as array with options. #560
  • Documentation updates.