Skip to content

Releases: plank/laravel-mediable

5.3.1

11 Dec 19:45
a5ed073
Compare
Choose a tag to compare
  • Support specifying file visibility on variant creation

5.2.1

28 Oct 03:01
8bc6efb
Compare
Choose a tag to compare
  • Fix aggregate type matching not properly handling case mismatches of mime types and/or extensions
  • Handle Guzzle stream_for() deprecation

5.2.0

08 Sep 17:47
c1efa74
Compare
Choose a tag to compare
  • Allow passing filesystem options via uploader and mover

5.1.1

30 Apr 02:08
c26f8b3
Compare
Choose a tag to compare
  • Fixed Facade PHPDOC typehints

5.1.0

29 Apr 00:42
8a0f341
Compare
Choose a tag to compare
  • Added MediaUploader::onDuplicateReplaceWithVariants() which behaves similar to onDuplicateReplace() but will also delete any variants of the replaced Media record.
  • Fixed onDuplicateUpdate() failing if file exists but without a matching model.

5.0.7

12 Dec 02:52
f727ce0
Compare
Choose a tag to compare
  • Fixed MediaUploader Facade returning the same instance

5.0.6

05 Dec 19:58
faff9f9
Compare
Choose a tag to compare
  • Resolve bugs with PHP 8.0

5.0.5

05 Dec 05:11
459e094
Compare
Choose a tag to compare
  • ImageManipulator now uses $media->contents() instead of $media->stream(), as Intervention Image loads the whole file into memory anyways, and the former seems to have fewer hiccups for various cloud filesystems.

5.0.4

03 Dec 02:41
5736de8
Compare
Choose a tag to compare
  • Fixed serialization of CreateImageVariants job.

5.0.3

29 Oct 03:48
888d5dc
Compare
Choose a tag to compare
  • Fixed docblock of attachMedia() and SyncMedia() (Thanks @hailwood!)