Releases: quintype/quintype-caching-php
Releases · quintype/quintype-caching-php
Composer autoload fix
1.2.5 Fix composer autoload issue
Fixing a typo
Merge pull request #2 from quintype/cloudflare-fixes Typo fix
Cloudflare Support
1.2.3 Add cloudfare caching support
Defensive checks
1.2.1 Add some defensive checks
Add collection caching
1.2.0 Add collection caching
Return surrogate key for collections
1.1.1 Merge branch 'master' of https://github.com/quintype/quintype-caching…
Add method to cache stories from collections
Accept an array of collections and cache each story in each of those collection.
Check if no params set.
Added condition to check if no cache params are set. If not, return response header to not cache the page.
Added white space in headers
Added white space in between header values.
Basic caching functionalities
Added basic functionalities for caching pages.