Releases: tlovett1/simple-cache
Releases · tlovett1/simple-cache
Release list
Version 2.0.0
Version 2.0.0 of Simple Cache comes with some useful new features and bug fixes. This release was
created by Luis Herranz and the Frontity framework.
Breaking Changes:
- The REST API is not cached anymore by default
New Features:
- Cache REST API setting added in advanced mode.
- Restore headers setting added to advanced mode. This will tell Simple Cache to cache headers and return the
same headers when a cache hit occurs. - New X-Simple-Cache header. HIT/MISS depending on if a cache match is found.
Bug Fixes:
- Don't flush the cache when the user edits a draft post