Releases: plank/laravel-mediable
Releases · plank/laravel-mediable
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.
5.0.4
- Fixed serialization of
CreateImageVariants
job.
5.0.3
- Fixed docblock of
attachMedia()
and SyncMedia()
(Thanks @hailwood!)