Skip to content

Releases: nystudio107/instantanalytics

Version 1.1.14

08 Jan 20:21
Compare
Choose a tag to compare

Changed

  • [Improved] Fixed an issue with parsing of the _ga_ cookie

Version 1.1.12

27 Oct 16:07
Compare
Choose a tag to compare
  • [Added] Added support for automatic parsing of UTM query string parameters

Version 1.1.11

06 Oct 12:34
Compare
Choose a tag to compare

Changed

  • [Fixed] Fixed a regression with product variants

Version 1.1.10

21 Sep 20:37
Compare
Choose a tag to compare

Changed

  • Fixed an issue with Digital Products (and potentially other types of third-party purchasables)

Version 1.1.9

24 Aug 20:35
Compare
Choose a tag to compare

Changed

  • [Fixed] Fixed the default DocumentReferrer that could have caused spurious analytic results in some cases
  • [Improved] Updated to the latest composer dependencies

Version 1.1.8

24 Jun 12:19
Compare
Choose a tag to compare

Changed

  • [Fixed] Fix for error when passing variant to addCommerceProductDetailView
  • [Improved] Installed the latest Composer dependencies

Added

  • [Added] Added support for category fields in products

Version 1.1.7

21 Mar 15:14
Compare
Choose a tag to compare
  • [Improved] Wrap calls to sendHit() in a try / catch block to avoid hard errors

Version 1.1.6

21 Mar 15:14
Compare
Choose a tag to compare
  • [Fixed] Fixed an issue where the LIST_INDEX wasn't being passed down to addCommerceProductImpression
  • [Fixed] Fixed an issue that would cause only one item to be listed on Product Lists
  • [Improved] Broke out the changelog into CHANGELOG.md

Version 1.1.5

21 Dec 02:02
Compare
Choose a tag to compare
  • [Improved] Fixed the Analytics Excludes
  • [Added] Added support for DigitalProducts and other base purchaseables
  • [Added] Added UptimeRobot to the crawlers list
  • [Improved] Rolled the multi-env aware config.php back; Craft doesn't work that way
  • [Improved] Updated README.md

Version 1.1.4

20 Dec 14:51
Compare
Choose a tag to compare
  • [Fixed] addCommerceProductImpression() now works properly
  • [Improved] Made the default config.php multi-environment
  • [Added] Added extensive logging of excluded analytics data
  • [Added] Added logExcludedAnalytics config.php setting
  • [Fixed] Fixed an issue that would cause InstantAnalytics to not filter out bots properly
  • [Improved] DocumentHostName is now set by default
  • [Improved] Fixed a CSS file typo in the welcome.twig template
  • [Improved] Updated to the latest vendor deps
  • [Improved] Updated README.md