Skip to content

Tags: Mitirrli/laravel-model-caching

Tags

0.11.0

Toggle 0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mikebronner#372 from GeneaLabs/feature/upgrade-to-… …laravel-8 Update to Laravel 8.

0.10.2

Toggle 0.10.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
dded functionality to inject custom builder class for handling confli… …cting packages.

0.10.1

Toggle 0.10.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixed typos in test class. 

0.10.0

Toggle 0.10.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
### Removed PREDIS dependency. Going forward testing will be done aga… …inst 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

Toggle 0.9.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Removed support for PHP 7.2 due to incompatibility. 

0.8.10

Toggle 0.8.10's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge branch 'master' of github.com:GeneaLabs/laravel-model-caching 

0.8.9

Toggle 0.8.9's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Removed return type to not conflict with parent class. 

0.8.8

Toggle 0.8.8's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added check for scopes to avoid them being applied twice. Thanks @saernz !

0.8.7

Toggle 0.8.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added check for scopes to avoid them being applied twice. Thanks @saernz !

0.8.6

Toggle 0.8.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Changed implementation of `debug_backtrace()` to reduce memory consum… …ption. Thanks @saernz! Fixes mikebronner#351