Releases: spatie/laravel-medialibrary
Releases · spatie/laravel-medialibrary
3.8.0
- Added ability to add media from a url
3.7.3
clearMediaCollection
is now chainable
3.7.2
- Add mimetype when putting a file on a disk.
3.7.1
- Fix generation of local url's on non-unix hosts
3.7.0
- Added
setCustomProperty
-method on Media
3.6.0
- Added
withProperties
andwithAttributes
methods
3.5.1
Bugfix: HasMediaTrait::updateMedia now also updates custom properties. It also updates the order column starting at 1 instead of 0 (behaves the same as the sortable trait)
3.5.0
Added the ability to provide a default value fallback to the getCustomProperty
method
3.4.0
- Added support for using a custom model
3.3.1
- Fixed a bug where conversions would always be performed on the default queue