Skip to content

Releases: culturegr/presenter

Support PHP 8.1 and Laravel 9

21 Jun 07:47
Compare
Choose a tag to compare
  • Add support for PHP 8.1
  • Drop support for PHP 7.x
  • Add support for Laravel 9.x
  • Fix a bug in whenLoaded method

Move tests from Codeship CI to GitHub Actions

04 Mar 07:59
Compare
Choose a tag to compare
1.0.4

Move tests from Codeship CI to GitHub Actions

Support Laravel 8

15 Sep 11:00
Compare
Choose a tag to compare
1.0.3

Support Laravel 8

Make paginator's meta information to be properly casted

03 Aug 10:41
Compare
Choose a tag to compare

Paginated collection's meta information such as current_page, last_page, from, to, total and per_page will be casted to integer.

Other minor changes: Add .idea directory to .gitignore

Support Laravel 7

06 Apr 11:06
Compare
Choose a tag to compare

Update composer.json file to support Laravel 7

Initial release

12 Nov 08:25
Compare
Choose a tag to compare
1.0.0

Initial commit