Releases: spatie/laravel-medialibrary
Releases · spatie/laravel-medialibrary
3.1.5
- Avoid creating empty conversions-directories
3.1.4
- Fixed a bug where chaining the conversion convenience methods would not give the right result
3.1.3
- Fixed a bug where getByModelType would return null
3.1.2
- Images and pdf with capitalized extensions will now be recognized
3.1.1
- Fixed: a rare issue where binding the command would fail
3.1.0
- Added: methods to rename the media object and file name before adding a file to the collection
3.0.1
- Fixed:
updateMedia
now returns updated media
3.0.0
- Replaced
addMedia
by a fluent interface - Uploads can now be processed directly when importing a file
- Added the ability to store custom properties on a media object
- Added support for multi-filesystem libraries
getMedia
will now return all media regardless of collectionhasMedia
will count all media regardless of collection- Renamed various classes to better reflect their functionality
2.3.0
- Added: hasMedia convenience method
2.2.3
- Fixed: when renaming file_name on a media object the orginal file gets renamed as well