This release fixes compatibility with Laravel 12.51.
What's Changed
Fixed
- PHPORM-373 Use
DatabaseTransactionsManagerinManagesTransactionstrait by @paulinevos in #3443 - PHPORM-432 Wait for search indexes to be dropped before creating new one in tests by @GromNaN in #3460
- ScoutEngine: correct
delete()TypeError message to reference EloquentCollection by @zigzagdev in #3457 - Fix test that randomly crashes by @GromNaN in #3464
- Fix Builder methods declaration for compatibility with Laravel 12.51 by @GromNaN in #3479
Other Changes
- Improve change log categories by @paulinevos in #3442
- Bump actions/labeler from 5 to 6 by @dependabot[bot] in #3445
- Remove explicit dependency to symfony/http-kernel as it's not used directly by @GromNaN in #3446
- Bump mongodb-labs/drivers-github-tools from 2 to 3 by @dependabot[bot] in #3452
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #3455
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #3458
- PHPORM-418 Test with PHP 8.5 and reduce test matrix by @GromNaN in #3459
- Consolidate repetitive model instantiations across tests by @zigzagdev in #3416
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #3468
- Drop docs folder by @alcaeus in #3473
- Fix chunked order query bug by @paulinevos in #3480
New Contributors
- @zigzagdev made their first contribution in #3457
Full Changelog: 5.5.0...5.6.0