All notable changes to laravel-image-optimizer
will be documented in this file
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #113
- Fix
Tests
badge status in README.md by @gomzyakov in #115 - Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #116
- Change $routeMiddleware to $middlewareAliases by @HassanZahirnia in #117
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #118
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #119
- Bump actions/checkout from 3 to 4 by @dependabot in #120
- Bump actions/setup-node from 3 to 4 by @dependabot in #122
- Laravel 11.x Compatibility by @laravel-shift in #124
- @gomzyakov made their first contribution in #115
- @HassanZahirnia made their first contribution in #117
Full Changelog: https://github.com/spatie/laravel-image-optimizer/compare/1.7.1...1.8.0
- Add Dependabot Automation by @patinthehat in #108
- Bump actions/setup-node from 1 to 3 by @dependabot in #109
- Add PHP 8.2 Support by @patinthehat in #110
- Bump actions/checkout from 2 to 3 by @dependabot in #111
- Laravel 10.x Compatibility by @laravel-shift in #112
- @patinthehat made their first contribution in #108
- @dependabot made their first contribution in #109
- @laravel-shift made their first contribution in #112
Full Changelog: https://github.com/spatie/laravel-image-optimizer/compare/1.7.0...1.7.1
- support Laravel 9
- add support for PHP 8
- 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