Skip to content

Releases: renoki-co/laravel-eloquent-query-cache

3.4.0

01 Apr 12:27
abd7235
Compare
Choose a tag to compare
  • Laravel 10.x (#178, @advil0)
    • Dropped: PHP 8.0, Laravel 8.x
    • Added: PHP 8.2

3.3.1

13 Nov 18:51
b0814fe
Compare
Choose a tag to compare

3.3.0

12 Feb 19:37
00e73a7
Compare
Choose a tag to compare
  • Laravel 9.x (#120)
    • Dropped PHP 7.3, 7.4
    • Dropped Laravel 7.x

3.2.0

03 Feb 12:05
8e29612
Compare
Choose a tag to compare
  • Avoid double-calling of the function that flushes cache on update (#118, @squatto)

3.1.5

14 Jan 20:09
12669e1
Compare
Choose a tag to compare
  • Fixed methods' signatures (12669e1)

3.1.4

07 Dec 14:47
24d6aec
Compare
Choose a tag to compare

3.1.3

05 Nov 22:05
ad4a9d9
Compare
Choose a tag to compare
  • Fixed a bug where returning null in cacheForValue() actually hit the cache (#101)

3.1.2

09 Oct 05:56
b79bbce
Compare
Choose a tag to compare
  • Fixed a bug where the getCacheBaseTags method used self::class instead of the expected static::class (#96)

2.7.1

09 Oct 05:59
69f16f9
Compare
Choose a tag to compare
  • Fixed a bug where the getCacheBaseTags method used self::class instead of the expected static::class (69f16f9, 3.x ref: #96)

3.1.1

29 Sep 07:57
e3a4501
Compare
Choose a tag to compare
  • Fix issues with the getCacheKey() being hardcoded as get (#94)