Releases: spatie/laravel-medialibrary
Releases · spatie/laravel-medialibrary
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
2.2.2
- Fixed: use FQCN for facades instead of using the aliases
2.2.1
- Fixed an issue where too much queries were executed
2.2.0
- Added
hasMediaWithoutConversions
-interface