All notable changes to laravel-varnish
will be documented in this file
- Laravel 12.x Compatibility by @laravel-shift in #72
Full Changelog: https://github.com/spatie/laravel-varnish/compare/2.10.1...2.10.2
- use setSharedMaxAge function by @indykoning in #71
- @indykoning made their first contribution in #71
Full Changelog: https://github.com/spatie/laravel-varnish/compare/2.10.0...2.10.1
- Laravel 11.x Compatibility by @laravel-shift in #69
Full Changelog: https://github.com/spatie/laravel-varnish/compare/2.9.2...2.10.0
- update: broken link for varnish setup blog post by @abhij89 in #61
- Refactor tests to Pest by @alexmanase in #62
- Laravel 10.x Compatibility by @laravel-shift in #64
- @abhij89 made their first contribution in #61
- @alexmanase made their first contribution in #62
- @laravel-shift made their first contribution in #64
Full Changelog: https://github.com/spatie/laravel-varnish/compare/2.9.1...2.9.2
- Changed initialization of Symfony\Component\Process\Process class by @NightfallSD in #60
- @NightfallSD made their first contribution in #60
Full Changelog: https://github.com/spatie/laravel-varnish/compare/2.9.0...2.9.1
- allow Laravel 9
Full Changelog: https://github.com/spatie/laravel-varnish/compare/2.8.2...2.8.3
- add compatibility for PHP 8 (#52)
- Support Laravel 8
- add logic to pass in a URL to the varnish:flush command to purge a host + url with a regex (#42)
- add support for Laravel 7
- add support for Laravel 6
- drop support for Laravel 5.7 and below
- drop support for PHP 7.1 and below
- add support for Laravel 5.8
- add support for Laravel 5.7
- add support for Lumen
- add support for L5.6
- make it more clear in the config file that
hosts
can accept multiple values
- add support for Laravel 5.5, dropped support for older versions of the framework
- renamed config file from
laravel-varnish
tovarnish
- fix bug: call to undefined function
varnish()
- initial release