All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.2.0 - 2017-09-27
- Added support for Laravel 5.5.'s auto-discovery feature (thanks @reg2005).
1.1.2 - 2017-07-26
- Add
mimetype
field to transformed files array, allowing to use Flysystem'sgetMimetype
method.
1.1.1 - 2017-04-18
- Perform API authentication in SelectelServiceProvider.
1.1.0 - 2017-04-18
- New configuration option
container_url
. This will help you to retrieve file URLs while using custom CDN domain; SelectelAdapter::getUrl
method to retrieve full URL to given file/directory path. This will allow Laravel to use File URLs just like withs3
adapter.
1.0.1 - 2017-03-11
- Built-in Service Provider for Laravel Framework;
- Information about Flysystem methods that are not supported by this adapter.
1.0.0 - 2017-03-11
First release.
- Laravel Integration docs.
- Directories are marked as
dir
in content listings; - Fixed issue with single file retrieving;
- Fixed issue with file/directory sizes detection.
- Visibility support.
Initial release.