Releases: Okipa/laravel-medialibrary-ext
Releases · Okipa/laravel-medialibrary-ext
Fixed `medias` issue
Fixed strange behaviour where medias
table were searched instead of media
.
8.0.0 (#22)
- Followed spatie/media-library upgrade to v8.
- Removed fork link from spatie/laravel-medialibrary repository.
- Pulled out the extension from the original package. The extension does now live separately.
- Removed configuration use.
- Removed deprecated methods.
- Renamed methods.
- Removed translation files.
7.19.2: 7 19 3 (#21)
- Implemented https://github.com/spatie/laravel-medialibrary/releases/tag/7.19.3 release.
7.19.1: 7 19 2 (#20)
- Implemented https://github.com/spatie/laravel-medialibrary/releases/tag/7.19.2 release.
7.19.0: 7 19 0 (#19)
- Implemented https://github.com/spatie/laravel-medialibrary/releases/tag/7.19.0 release.
7.18.0 (#18)
- Refactored the translations, you should update them if you use custom translations.
- Deprecated the
constraintsLegend
method. UseconstraintsCaption
instead. - Deprecated the
dimensionsLegend
method. UsedimensionsCaption
instead. - Deprecated the
mimeTypesLegend
method . UsemimeTypesCaption
instead. - Deprecated the
mimeTypesValidationConstraints
method. UsemimeTypesValidationRules
instead. - Deprecated the
mimesValidationConstraints
method. UsemimesValidationRules
instead. - Deprecated the
dimensionValidationConstraints
method. UsedimensionValidationRules
instead. - Added a
->sizeCaption()
method to generate the config max file size constraint caption. - The max file size caption is now returned by the
->constraintsCaption()
method with the other constraint captions. - Added a
->sizeValidationRule()
method to generate the the config max file size validation rule. - The max file size validation rule is now returned by the
->validationRules()
method with the other validation rules.
7.17.3 (#17)
- Implemented https://github.com/spatie/laravel-medialibrary/releases/tag/7.18.3 release.
7.17.2 (#16)
- Implemented https://github.com/spatie/laravel-medialibrary/releases/tag/7.18.2 release.
7.17.1 (#15)
- Implemented https://github.com/spatie/laravel-medialibrary/releases/tag/7.18.1 release.
7.17.0
- Implemented https://github.com/spatie/laravel-medialibrary/releases/tag/7.18.0 release.