Releases: mikebronner/laravel-model-caching
Releases · mikebronner/laravel-model-caching
0.13.4: Merge pull request #449 from logicforte/laravel-10
Fixed
attach()
anddetach()
issues after upgrading to Laravel 10. Thanks @jason-klein
0.13.3
Fixed
- 'second' in where clause if it is an Expression object.
0.13.2
Changed
- pagination to be compatible with Laravel 10.3 by adding
$total
parameter. Thanks @joshuadwire!
0.13.1
0.13.0: Merge pull request #440 from faytekin/laravel-10
Added
- Laravel 10 compatibility. Thanks @faytekin !
0.12.5
0.12.4: Merge pull request #428 from alexhampu/master
Fixed
- enum processing when fetching values from where statements. Thanks @alexhampu !
0.12.3: Merge pull request #427 from alexhampu/master
Added
- enum compatibility. Thanks @alexhampu!
0.12.2
Added
- support for
withoutGlobalScopes()
. Thanks @gitwilliam!
0.12.1
Added
- functionality for Laravel's full-text search. Thanks @abetwothree!
Removed
- PHP 7.x compatibility.