Releases: bcrowe/cakephp-api-pagination
Releases · bcrowe/cakephp-api-pagination
3.0.1
Tests now run against PHP 8.3.
3.0.0
New major version that supports CakePHP 4.2+ running on PHP 8+. Moved off of TravisCI to GitHub actions. Huge thanks, @ishanvyas22!
2.1.1
Add support for serialize option when set to true. Thanks @LukeC8 !
2.1.0
Added ability to configure for non-conventional controller names.
2.0.0
Added compatibility for CakePHP 4.x. Big thanks to @mtak3! 🙌
1.2.0
- Upgraded CakePHP and PHP versions. Thanks @styks1987 !
1.1.0
- Removed
implementedEvents()
function which broke the whole component.
1.0.1
- General code clean up.
- Updated docblocks.
- Set composer versions with tildes.
- Clean up tests.
1.0.0
- Release stable!
- Use an already available local config var.
0.0.9
- Added implementedEvents method to component.
- Clean up markdown files.