github spatie/laravel-medialibrary 8.0.0

latest releases: 11.5.0, 11.4.8, 11.4.7...
4 years ago
  • added uuid on media table
  • an empty string is now a proper collection name. getMedia('') will not return media from the default collection anymore (#1697).
  • add the ability to store conversions on a separate disk
  • simplify URL generation. You can now just use the root and url properties on a configured disk
  • spatie/pdf-to-image is now a suggestion dependency, removing the need for always having to install ext-imagick
  • added shouldMatchBothExtensionsAndMimeTypes to Spatie\MediaLibrary\ImageGenerators\BaseGenerator
  • added progress bar on the clean command (#1623)
  • the UrlGenerator interface now contains all required methods (#1656)
  • use PHP 7.4 features where possible
  • the namespace has been renamed from Spatie\MediaLibrary to Spatie\MediaLibrary. All code where MediaLibrary was used is renamed to MediaLibrary
  • added support for the loading attribute (#1667)
  • conversion files can now be named using the conversion_file_namer key in the media-library config file (#1636)
  • improved naming of classes and namespaces.

Don't miss a new laravel-medialibrary release

NewReleases is sending notifications on new releases.