Skip to content

Releases: rootinc/laravel-s3-file-model

v1.1.1

03 Mar 20:18
d5e3d0d

Choose a tag to compare

Fixed a bug in the tests causing them to fail under the new flysystem api

v1.1.0

24 Feb 19:12
5ef587c

Choose a tag to compare

Changed images-generator dependency to a newer fork that uses phpfaker instead of old unmaintained faker dependency. This should allow people using this library to move their app over to phpfaker as it conflicts with the old faker library.

v1.0.0

23 Feb 17:18
231e5bd

Choose a tag to compare

Updated dependencies to be compatible with newer flysystem packages (for updated laravel support). Now requires PHP 8+ and laravel 9+.

v0.2.0

12 Mar 14:43
6208449

Choose a tag to compare

  • Abstract the file model so that in a child class, we can import a different version of the File.

v0.1.7

10 Dec 16:24

Choose a tag to compare

  • Adds prefix variable for tests

v0.1.6

20 Oct 18:04
4faf312

Choose a tag to compare

  • Remove "public-read" from local/public/S3 when S3 not streaming directly. (Seems ACL string "public-read" is only needed to be formally set when streaming directly)

v0.1.5

07 Oct 17:01
345c2ce

Choose a tag to compare

  • Updates published migration to be the time that it was published.

v0.1.4

15 Sep 20:31
9926aa9

Choose a tag to compare

Adds few tests
Fixes public / public-read for different system configurations.

v0.1.3

10 Sep 15:00

Choose a tag to compare

Fixes public / private ACL

v0.1.2

01 Sep 20:46

Choose a tag to compare

Fixes FileControllerTest