Skip to content

Tags: laravel-shift/laravel-model-caching

Tags

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

0.8.5

Toggle 0.8.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Changed PHP dependency version to ">=7.2.5" to be more inline with La…

…ravel.

0.8.4

Toggle 0.8.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Updated changelog.

0.8.3

Toggle 0.8.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
WIP