Releases: mikebronner/laravel-model-caching
Releases · mikebronner/laravel-model-caching
0.10.1
Fixed
- typos in test class.
0.10.0
Removed
- PREDIS dependency. Going forward testing will be done against PHPREDIS, as
that is installed by default on Laravel Forge servers and the officially
recommended Redis client, since PREDIS is no longer maintained.
0.9.0
Removed
- support for PHP 7.2 due to incompatibility.
0.8.10
Fixed
- update and insert methods when called on cached relations.
0.8.9
Committed items meant for 0.8.8.
0.8.8
Fixed
- return type of
applyScopes
to match parent class.
0.8.7
0.8.6
0.8.5
Changed
- PHP dependency version to ">=7.2.5" to be more inline with Laravel.