LSCache Plugin for Laravel
Release Log
Join the "LiteSpeed Edge Users" Google Group for cutting-edge build notifications.
LiteSpeed Cache Plugin for Laravel is frequently updated with new features and bug fixes.
LSCache Plugin 1.3.4(02-09-2022) Updates
- NEW FEATURE Add Laravel 9 support
LSCache Plugin 1.3.3(05-07-2021) Updates
- NEW FEATURE Allow installation when using Lumen Framework
LSCache Plugin 1.3.2(10-12-2020) Updates
- NEW FEATURE Add Laravel 8 support
- BUGFIX Set default max-age when config isn’t published
LSCache Plugin 1.3.1(04-10-2020) Updates
- REFACTOR Support older versions of Laravel (4.x)
LSCache Plugin 1.3.0(03-08-2020) Updates
- NEW FEATURE Add purgeAll, purgeTags and purgeItems functions to simplify integration
LSCache Plugin 1.2.1(03-03-2020) Updates
- NEW FEATURE Add Laravel 7 support
LSCache Plugin 1.2.0(01-17-2020) Updates
-
NEW FEATURE Add
GUEST_ONLY
option to only cache users that are not authenticated in Laravel - BUGFIX Global ESI not set when defining cache-control on route and route groups
LSCache Plugin 1.1.0(10-14-2019) Updates
- NEW FEATURE Add stale option to LSCache::purge function
- UPDATE Update README.md to adapt to the above change as well as explaining what the actual change does
LSCache Plugin 1.0.3(09-23-2019) Updates
- REFACTOR Add Laravel 6 support
LSCache Plugin 1.0.2(06-05-2019) Updates
- REFACTOR Add Laravel 5.1 to 5.5 support
- UPDATE Add documentation for how to use LSCache with Laravel >=5.1 and <=5.4
LSCache Plugin 1.0.1(05-01-2019) Updates
- REFACTOR Do not return X-LiteSpeed-Cache-Control if the default max-age is set to `0`.
- UPDATE Update the README.md to reflect the X-LiteSpeed-Cache-Control change.
LSCache Plugin 1.0.0(04-19-2019) Initial Release
- NEW FEATURE Added support for setting LSCache Cache-Control via a middleware.
- NEW FEATURE Added support for purging the cache via a Facade.