This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
Releases: nystudio107/craft-instantanalytics
Releases · nystudio107/craft-instantanalytics
Version 1.0.7
Added
- Added welcome screen after install
- Automatically set the
documentTitle
from the SEOmatic<title>
tag, if SEOmatic is installed - Automatically set the
affiliation
from the SEOmatic site name, if SEOmatic is installed
Changed
- Lots of code cleanup
- Moved to a modern webpack build config for the AdminCP
- Added install confetti
Version 1.0.6
Added
- Send only the path, not the full URL to Google Analytics via
eventTrackingUrl()
- Gutted the Commerce service, pending Craft Commerce 2
Version 1.0.5
Added
- Renamed the composer package name to
craft-instantanalytics
Version 1.0.4
Changed
- Set the documentPath for events, too
Version 1.0.3
Changed
- Fixed an issue with parsing of the
_ga
_ cookie
Version 1.0.2
Changed
- Fixed the
eventTrackingUrl
to work properly
Version 1.0.1
Changed
- Updated to require craftcms/cms
^3.0.0-RC1
- Switched to
Craft::$app->view->registerTwigExtension
to register the Twig extension
Version 1.0.0
Added
- Initial release