All notable changes to laravel-image-optimizer
will be documented in this file
- add support for Laravel 8
- bugfix for custom logger (#87)
- fix deps
- add support for L7
- only optimize files that were uploaded without errors (#75)
- make compatible with Laravel 6
- drop support for PHP 7.1
- drop support for PHP 7.0
- add support for Laravel 5.8
- add support for Laravel 5.7
- make sure a compatible version of spatie/image-optimizer is being pulled in
- add compatibility with Lumen
- add
binary_path
to config file
- add support for L5.6
- drop support for L5.4
- fix issue with middleware and images in multidimensional input arrays
- fix issue where jpegs would not be optimized correctly
- fix for multipe file uploads
- add support for Laravel 5.5
- fix initial package autodiscovery support
- initial release