1.5.0 - 2019-12-05
- Add the possibility to create separate caches per domain
- Emit a new event
SuperStaticCache.cacheExclusion, allowing business logic to customize if the current request should be excluced from being cached.
1.4.0 - 2019-11-06
- Add the possibility to use the static cache with forms by injecting CSRF tokens via ajax calls
1.3.0 - 2019-10-14
- Easier debugging: Flag pages served by the static cache with a customizable comment string in the source code (#4)
1.2.1 - 2019-09-28
- Fix whitelisted query strings not working correctly in combination with paths using
*as wildcard
1.2.0 - 2019-09-22
- Add the possibility to generate the static cache via
super_static_cache:warmupcommand 🤓
1.1.1 - 2018-12-12
- Fix missing array initialisation for
whitelisted_query_stringssetting (#2)
1.1.0 - 2018-12-11
- Add setting
cache_disabled_authenticatedto toggle disabling caching for authenticated users - Add setting
whitelisted_query_stringsto whitelist query strings per paths
- Some settings were renamed, please update accordingly:
user_roles➡cache_disabled_user_rolesuser_groups➡cache_disabled_user_groupscookie_name➡cache_disabled_cookie_name
1.0.0 - 2018-12-03
Initial release of the addon 🐣