Skip to content

Releases: richan-fongdasen/eloquent-blameable

1.10.0

13 Mar 10:03
4e7425f
Compare
Choose a tag to compare
  • Add support for Laravel 11
  • Add support for PHP 8.3
  • Drop support for PHP 7.4
  • Update package dependencies
  • Update PHP Unit configuration
  • Update the test codes from using doc-comment metadata to use PHP 8 attribute
  • Update Github actions workflow's configuration
  • Update readme

1.9.0

26 Feb 04:31
564d89a
Compare
Choose a tag to compare
  • Add Laravel 10 Support
  • Add PHP 8.2 metrix to github actions
  • Fixes github actions issue related to phpdbg

1.8.0

12 Feb 09:44
Compare
Choose a tag to compare
  • Add support for Laravel 9
  • Add Github Action matrix for PHP 8.1

1.7.0

19 Jan 07:03
a37ed31
Compare
Choose a tag to compare

Add support for PHP 8, thanks to @bakerkretzmar for the contribution in this release.

1.6.1

01 Nov 09:49
d046db3
Compare
Choose a tag to compare

Fixes ambiguous column queries. Thanks to @danielbehrendt for the solution and contribution in this case 👍

1.6.0

10 Sep 06:00
18b3ebb
Compare
Choose a tag to compare
  • Add support for Laravel 8
  • With this release we're dropping supports for lower versions of Laravel

1.5.0

08 Mar 14:40
26a14a1
Compare
Choose a tag to compare

Add Support for Laravel 7

1.4.2

03 Oct 11:37
Compare
Choose a tag to compare

Fixes Laravel semantic versions in composer and travis configuration.

1.4.1

25 Sep 14:20
3099246
Compare
Choose a tag to compare

Fixes #22, allow useSoftDeletes to detect the trait up the inheritance tree, fixing the desired behavior.

1.4.0

04 Sep 15:55
0cbed67
Compare
Choose a tag to compare
  • Add support for Laravel 6.0
  • Dropped support for Laravel 5.5, 5.6 and 5.7