Skip to content

Releases: plank/laravel-mediable

5.4.1

07 Apr 00:26
458e4b7
Compare
Choose a tag to compare
  • Fixed S3 temporary URL generation for Laravel 9+ / Flysystem 3+

5.4.0

12 Feb 04:01
5284e64
Compare
Choose a tag to compare
  • Added support for Laravel 9
  • Dropped support for PHP 7.3
  • Dropped support for Laravel 6.x and 7.x
  • Fixed S3 temporary URL generation not respecting disk root configuration.

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.