Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

70 lines (51 loc) · 1.89 KB

v3.1.1

04/26/2021

    • Added a new X-Grav-APCache response header option to show APC is enabled and running

v3.1.0

08/20/2021

    • 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 prefer onOutputRendered instead)

v3.0.2

06/21/2020

    • fix default value for per_user_caching in admin #18

v3.0.1

06/21/2020

    • Check for user when login plugin is not installed #19

v3.0.0

06/08/2020

    • Allow disabling user on login #17
    • Fixed conflicting and misleading messages #16

v2.0.0

04/27/2019

    • Advanced page cache now works with language prefixes
    • Switch to a disable toggles for querystrings and params. Default is now to not cache these.
    • Blacklist and Whitelist now work with extensions
    • Optimized code to be more efficient

v1.2.0

07/14/2016

    • Fix issue with URLs with extension being considered like the default page extension #10

v1.1.1

09/02/2015

    • Switched to value_only arrays for whitelist and blacklist

v1.1.0

08/25/2015

    • Added blueprints for Grav Admin plugin

v1.0.0

06/16/2015

    • ChangeLog started...