Releases: plank/laravel-mediable
Releases · plank/laravel-mediable
5.4.1
- Fixed S3 temporary URL generation for Laravel 9+ / Flysystem 3+
5.4.0
- 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
- Support specifying file visibility on variant creation
5.2.1
- Fix aggregate type matching not properly handling case mismatches of mime types and/or extensions
- Handle Guzzle
stream_for()
deprecation
5.2.0
- Allow passing filesystem options via uploader and mover
5.1.1
- Fixed Facade PHPDOC typehints
5.1.0
- 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
- Fixed MediaUploader Facade returning the same instance
5.0.6
- Resolve bugs with PHP 8.0
5.0.5
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.