Skip to content

Releases: bcrowe/cakephp-api-pagination

3.0.1

13 Jan 16:17
584c35a
Compare
Choose a tag to compare

Tests now run against PHP 8.3.

3.0.0

12 Jul 22:53
c6fd911
Compare
Choose a tag to compare

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

01 Jul 19:05
f5c2cae
Compare
Choose a tag to compare

Add support for serialize option when set to true. Thanks @LukeC8 !

2.1.0

22 Mar 19:40
66a6843
Compare
Choose a tag to compare

Added ability to configure for non-conventional controller names.

2.0.0

10 Jul 17:08
b8f1af7
Compare
Choose a tag to compare

Added compatibility for CakePHP 4.x. Big thanks to @mtak3! 🙌

1.2.0

17 May 19:58
c820cd6
Compare
Choose a tag to compare
  • Upgraded CakePHP and PHP versions. Thanks @styks1987 !

1.1.0

18 May 21:18
Compare
Choose a tag to compare
  • Removed implementedEvents() function which broke the whole component.

1.0.1

10 Mar 17:47
Compare
Choose a tag to compare
  • General code clean up.
  • Updated docblocks.
  • Set composer versions with tildes.
  • Clean up tests.

1.0.0

07 Dec 04:56
Compare
Choose a tag to compare
  • Release stable!
  • Use an already available local config var.

0.0.9

23 Nov 04:21
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release
  • Added implementedEvents method to component.
  • Clean up markdown files.