Skip to content

Releases: biigle/laravel-file-cache

v4.0.0

16 Feb 14:29
Compare
Choose a tag to compare

What's changed

This version supports Laravel 9.

Files from a local filesystem adapter are now cached as well, as the adapter instance can no longer be identified with Flysystem 3.

Full Changelog: v3.2.3...v4.0.0

v3.2.3

24 Nov 15:39
Compare
Choose a tag to compare

What's changed

  • Fix encoded URL in existsRemote by @mzur

Full Changelog: v3.2.2...v3.2.3

v3.2.2

17 Aug 07:51
Compare
Choose a tag to compare

Fixed:

  • Edge case in streaming of special stream wrappers ( #11 )

v3.2.1

11 Aug 06:09
Compare
Choose a tag to compare

Fixed:

  • HTTP header casing in existsRemote

v3.2.0

14 Jul 18:21
Compare
Choose a tag to compare

Changed:

  • Add support for Laravel 6, 7 and 8

v3.1.4

30 Jun 05:56
Compare
Choose a tag to compare

Fixed:

  • Parsing of Content-Type in exists method for remote files

v3.1.3

18 May 08:00
Compare
Choose a tag to compare

Fixed:

  • Respect allowed MIME types and file size in exists method ( #5 )

v3.1.2

31 Mar 06:05
Compare
Choose a tag to compare

Changed:

  • Updated dependencies

v2.2.6

31 Mar 06:09
Compare
Choose a tag to compare

Changed:

  • Updated dependencies

v3.1.1

03 Dec 07:48
Compare
Choose a tag to compare

Changed:

  • Updated dependencies