This release is a BREAKING release.
Changes
- The required PHP version is raised to 8.0+.
- All event names are now in the form of
<Subject>: <Action/Event>
.
Additions
- A new property
isAnon
has been added to all events indicating if an action was performed by a loggedin user or an anonymous one. - Clicks to elements can now be tracked using CSS classes
- Unit tests
Full Changelog: v1.3.1...v1.4.0