Releases: plank/laravel-mediable
Releases · plank/laravel-mediable
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
- Restored Laravel 5.2 compatibility
S3UrlGenerator
now generates the url directly with S3 client, instead of with theFilesystemAdapter::url()
method, which was only added in Laravel 5.2.15- Added fallback for
wherePivotIn()
used in eager loading, which was only added in Laravel 5.3
2.4.2
2.4.1
2.4.0
- Added support for raw content strings to
MediaUploader
(Thanks @sebdesign) - Added support for stream resources to
MediaUploader
(Thanks @sebdesign) - Added support for PSR-7 StreamInterface objects to
MediaUploader
(Thanks @sebdesign) - All SourceAdapters now properly adhere to the described interface.
- Refactored test suite for speed.
2.3.0
- Separated MediaUploadException into a number of subclasses for more granular exception handling (Thanks @sebdesign!).
- Added HandlesMediaUploadExceptions trait for converting MediaUploadExceptions into HttpException with appropriate error codes (Thanks @sebdesign).