Releases: swisnl/laravel-static-request-cache
Releases · swisnl/laravel-static-request-cache
1.5.0
Added
- Added support for Laravel 10.
1.4.0
Added
- Added support for Laravel 9.
Removed
- Removed support for Laravel <6.
- Removed support for PHP <7.2.
1.3.0
Added
- Added support for Laravel 8 #13.
1.2.0
Added
- Added support for Laravel 7 #12.
1.1.0
Changed
- Replaced
RuntimeException
with custom CacheException
#11.
1.0.0
This release marks the package as stable 🎉
Changed
- Changed namespace from
Swis\LaravelStaticRequestCache
to Swis\Laravel\StaticRequestCache
.
0.7.0
Added
- Added support for Laravel 6 #9.
0.6.1
Fixed
- URLs containing
index.php
are not cached. #8.
N.B. This requires a change to your .htaccess
file for a complete fix.
0.6.0
Added
Changed
- Dropped Laravel <5.5 support.
- Dropped PHP <7.1 support.
0.5.0
Added
- Graceful mode (see config for explanation) #6