Added
- Added a
DummyStorage
class that allows the cache storage driver to be set toNone
, useful if pages should be cached on a reverse proxy only (#502).
Changed
- Refreshing expired cached now forcibly generates new cached pages if they are not cleared (#571).
- Changed the refreshable status check to always consider elements with
live
andactive
statuses as refreshable (#572).
Fixed
- Fixed a bug in which the cached include path could be incorrectly set if specific included query string parameters were selected (#573).
- Fixed a bug in which saving included and excluded query string parameters was not possible were no values were specified.