Releases: FriendsOfCake/crud
Releases · FriendsOfCake/crud
5.4.3
- Add missing alias for 'NotFoundException' #596.
5.4.2
- Update namespace for deprecated exception classes. #592
v3.2.0
- #582 Fix for compatibility with CakeObject and PHP 7.2
5.4.1
- Remove deprecated calls from
RelatedModelsListener
#590
5.4.0
- Updated CakePHP dependency to 3.5+.
5.3.3
Bugfix
- Fix compatibility with older version of search plugin. #579
5.3.2
Enhancement
SearchListener
now supports other datasource implementations besides Table
. #561
Bugfix
- Fix pagination not being correctly set by
ApiPaginationListener
. #576
5.3.1
Bugfix
- Fix
ApiListener
incorrect setting response status code to null
. #574
5.3.0
Enhancements
- Update min. CakePHP version to 3.4.0.
5.2.2
Enhancements
- Allow all actions to use custom finder with options. #563