Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 970 Bytes

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 970 Bytes

v1.1.0

12/02/2020

    • Require Grav 1.7
    • Code cleanup
    • Pass phpstan tests
    • Added select method that allows you to perform custom SELECT queries
    • Remove admin.css as it's no longer needed
    • Fixed default limit for getAll from 0 to -1 in order to actually return all items
    • Fix CLI commands to use new format

v1.0.1

12/09/2018

    • Added a new type column to support multiple view types concurrently
    • Updated README.md

v1.0.0

12/08/2018

    • Added support for CLI
    • Allow {{ track_views(object) }} format if object can be casted to string containing a key
    • Make {{ track_views(object) }} HTML safe, allowing it to be used without |raw filter
    • Use new user-data:// stream
    • Added support for autotrack to track any page based on onPageInitialized() event

v0.1.0

11/01/2018

    • ChangeLog started...