1.5.0
December 5th, 2019
- New Add the possibility to create separate caches per domain
- New Emit a new event
SuperStaticCache.cacheExclusion
, allowing business logic to customize if the current request should be excluded from being cached.
1.4.0
November 6th, 2019
- New Add the possibility to use the static cache with forms by injecting CSRF tokens via ajax calls
1.3.0
October 14th, 2019
- New Easier debugging: Flag pages served by the static cache with a customizable comment string in the source code (#4)
1.2.1
September 27th, 2019
- Fix Fix whitelisted query strings not working correctly in combination with paths using
*
as wildcard
1.2.0
September 22nd, 2019
- New Add the possibility to generate the static cache via
super_static_cache:warmup
command
1.1.1
December 12th, 2018
- Fix Fix missing array initialisation for
whitelisted_query_strings
setting (#2)
1.1.0
December 11th, 2018
- New Add setting
cache_disabled_authenticated
to toggle disabling caching for authenticated users - New Add setting
whitelisted_query_strings
to whitelist query strings per paths
Changed
- Some settings were renamed, please update accordingly:
user_roles
➡cache_disabled_user_roles
user_groups
➡cache_disabled_user_groups
cookie_name
➡cache_disabled_cookie_name