Releases: real-media-technic-staudacher/laravel-flatfiles
Releases · real-media-technic-staudacher/laravel-flatfiles
v4.0
Added
- Add support for Laravel 8
v3.1
Added
- Add support for empty values in field definition
v3.0
Changed
- Tiny but breaking changes (See upgrade hints in README.md)
- Added return types to interfaces
- New Namespace for the project is RealMediaTechnicStaudacher\LaravelFlatfiles
- Changed signature of the field callback method to prevent this:
function ($null, Asset $asset)
v2.0.1
Fixed
- Fixed issue with local disks
v2.0
Changed
- Removed support for absolut local filepaths. You now always need a laravel disk
v1.1
Added
- Support for Laravel 7
v1.0.0
Changed
- Upgraded to Laravel6
v0.4.2
v0.4.1
v0.4
Changed
- Now requireing Laravel v5.8