Releases: renoki-co/laravel-eloquent-query-cache
Releases · renoki-co/laravel-eloquent-query-cache
3.4.0
- Laravel 10.x (#178, @advil0)
-
- Dropped: PHP 8.0, Laravel 8.x
-
3.2.0
- Avoid double-calling of the function that flushes cache on update (#118, @squatto)
3.1.5
- Fixed methods' signatures (12669e1)
3.1.3
- Fixed a bug where returning
null
in cacheForValue()
actually hit the cache (#101)
3.1.2
- Fixed a bug where the
getCacheBaseTags
method used self::class
instead of the expected static::class
(#96)
2.7.1
- Fixed a bug where the
getCacheBaseTags
method used self::class
instead of the expected static::class
(69f16f9, 3.x ref: #96)
3.1.1
- Fix issues with the
getCacheKey()
being hardcoded as get
(#94)