This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
Releases: tighten/quicksand
Releases · tighten/quicksand
v2.7.0
What's Changed
- Laravel 11.x Compatibility by @laravel-shift and @mateusjunges in #42
New Contributors
- @laravel-shift made their first contribution in #42
- @mateusjunges made their first contribution in #42
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
- Fix Laravel 9 test matrix by @bakerkretzmar in #39
- Update for Laravel 10 and PHP 8.2+ by @mattstauffer in #41
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
src/DeleteOldSoftDeletes.php
: allow different connections for a model by @Scumi in #36- Support PHP 8.1 and Laravel 9 by @bakerkretzmar in #37
New Contributors
Full Changelog: v2.4.2...v2.5.0
v2.4.2
v2.4.1
v2.4.0
Update version constraints for Laravel 7.
v2.3.1
Remove unneeded cache file
v2.3.0
Add ability to hard delete pivot tables that utilize a deleted_at
field for soft deletes.
v2.2.1: Merge pull request #25 from tightenco/composer-lock-hotfix
Remove composer.lock file
v2.2.0
Compatibiliity with Laravel 6.0