Releases: spatie/laravel-medialibrary
Releases · spatie/laravel-medialibrary
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
2.1.5
- Fixes a bug where a valid UrlGenerator would not be recognized
2.1.4
- Fixes a bug where an exception would be thrown when adding a pdf on systems without Imagick installed
2.1.3
- Fixes some bugs where files would not be removed when deleting a media-object
2.1.2
- require correct spatie/string version
2.1.1
- correct typehint in hasMediaTrait
2.1.0
- Added some convenience methods for some frequent used manipulations
2.0.1
- Fixes a bug in the regenerate command