laravel-medialibrary-ext

Extra features for spatie/laravel-medialibrary package

MIT License

Downloads
10.6K
Stars
9
Committers
153

Bot releases are visible (Hide)

laravel-medialibrary-ext -

Published by Okipa almost 5 years ago

laravel-medialibrary-ext -

Published by Okipa almost 5 years ago

laravel-medialibrary-ext -

Published by Okipa almost 5 years ago

laravel-medialibrary-ext -

Published by Okipa almost 5 years ago

  • The extensions detection from mime types from the Spatie\MediaLibrary\HasMedia\HasMediaTrait::extensionsFromMimeTypes() method is now executed by Symfony\Component\Mime\MimeTypes::getExtensions() (which is far more reliable).
  • The mimes validation is now executed before the mimetypes validation, in order to return a more comprehensible error for end user in case of wrong uploaded file type.
laravel-medialibrary-ext -

Published by Okipa almost 5 years ago

  • Fixed mimes extraction from mimes types, in order to remove the duplicated mimes during the constraints and legend generation.
laravel-medialibrary-ext -

Published by Okipa about 5 years ago

laravel-medialibrary-ext -

Published by Okipa about 5 years ago

laravel-medialibrary-ext -

Published by Okipa about 5 years ago

laravel-medialibrary-ext -

Published by Okipa about 5 years ago

  • Added mimes validation generation : https://laravel.com/docs/validation#rule-mimes
  • Updated validation process order : mime types and mimes validations now happens before dimensions validation.
  • ⚠️ The ->validationConstraints() method does now return an array, rather than a string before.
  • ⚠️ Removed the CollectionNotFound exception in order to follow the base package behaviour.
  • ⚠️ Removed the ConversionsNotFound exception in order to follow the base package behaviour.
  • ⚠️ Replaced the __('medialibrary.constraint.mimeTypes') translation by trans_choice('medialibrary.constraint.types') translation, in order to provide clearer legends.
laravel-medialibrary-ext -

Published by Okipa about 5 years ago

laravel-medialibrary-ext -

Published by Okipa about 5 years ago

laravel-medialibrary-ext -

Published by Okipa about 5 years ago

laravel-medialibrary-ext -

Published by Okipa about 5 years ago

  • Added compatibility for Laravel 6.
laravel-medialibrary-ext -

Published by Okipa about 5 years ago

  • Added automatic image file name versioning for cache busting when config('medialibrary.image_name_versioning') is set to true.
  • Fixed missing translations loading in service provider.
  • Implemented spatie/laravel-medialibrary:7.10.1 release.
laravel-medialibrary-ext -

Published by Okipa about 5 years ago

First extension release.