Skip to content

Releases: nystudio107/craft-instantanalytics

Version 1.0.7

24 Aug 21:05
Compare
Choose a tag to compare

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

22 Mar 17:38
Compare
Choose a tag to compare

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

02 Feb 00:15
Compare
Choose a tag to compare

Added

  • Renamed the composer package name to craft-instantanalytics

Version 1.0.4

10 Jan 15:07
Compare
Choose a tag to compare

Changed

  • Set the documentPath for events, too

Version 1.0.3

08 Jan 20:26
Compare
Choose a tag to compare

Changed

  • Fixed an issue with parsing of the _ga_ cookie

Version 1.0.2

02 Jan 15:47
Compare
Choose a tag to compare

Changed

  • Fixed the eventTrackingUrl to work properly

Version 1.0.1

12 Dec 00:45
Compare
Choose a tag to compare

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

25 Nov 00:24
Compare
Choose a tag to compare

Added

  • Initial release