-
- Require Grav 1.7.0
- Added support for HTTP code and headers
- Added support for
304 Not Modified
responses
-
- Raise
onPluginsInitialized
event priority to make page loads faster - Lower
onOutputGenerated
event priority to allow other plugins to postprocess the content (and preferonOutputRendered
instead)
- Raise
-
- fix default value for per_user_caching in admin #18
-
- Check for user when login plugin is not installed #19
-
- Advanced page cache now works with language prefixes
-
- Switch to a disable toggles for
querystrings
andparams
. Default is now to not cache these. - Blacklist and Whitelist now work with extensions
- Optimized code to be more efficient
- Switch to a disable toggles for
-
- Fix issue with URLs with extension being considered like the default page extension #10