Releases: richan-fongdasen/eloquent-blameable
Releases · richan-fongdasen/eloquent-blameable
1.11.0
1.10.0
- 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
- Add Laravel 10 Support
- Add PHP 8.2 metrix to github actions
- Fixes github actions issue related to phpdbg
1.8.0
- Add support for Laravel 9
- Add Github Action matrix for PHP 8.1
1.7.0
Add support for PHP 8, thanks to @bakerkretzmar for the contribution in this release.
1.6.1
Fixes ambiguous column queries. Thanks to @danielbehrendt for the solution and contribution in this case 👍
1.6.0
- Add support for Laravel 8
- With this release we're dropping supports for lower versions of Laravel
1.5.0
Add Support for Laravel 7
1.4.2
Fixes Laravel semantic versions in composer and travis configuration.