Releases: spatie/laravel-medialibrary
Releases · spatie/laravel-medialibrary
3.17.2
Fixed mistakes in the version contraints on the illuminate components
3.17.1
- Improved the file type detection for files without an extension
3.17.0
- Added support for
morphMap
3.16.1
- Improved the compatiblity with packages that hook into the
delete
method of an Eloquent model
3.16.0
- The
regenerate
-command now accepts anids
-option.
3.15.0
- Added
medialibrary:clear
command
3.14.1
- Make migrations compatible with mysql's strict mode
3.14.0
- Added a
deletePreservingMedia
-function that will delete the model but not remove the associated files
3.13.4
- Use
config_path
helper in ServiceProvider to allow easier integration in Lumen
3.13.3
- Recognize gifs as images