Skip to content

Releases: fnogatz/magento2-matomo

Henhed_Piwik 1.3.0

02 Mar 21:22
Compare
Choose a tag to compare

Changelog

  • Added option for user ID tracking (#10)
  • Made tracker JS initialization compatible with Piwik 3 (#11 & #12)

Henhed_Piwik 1.2.1

17 Nov 20:39
Compare
Choose a tag to compare

Changelog

  • addEcommerceItem now uses base currency

Henhed_Piwik 1.2.0

07 Nov 16:53
Compare
Choose a tag to compare

Changelog

  • Added options to customize file names for Piwik installations where piwik.js and/or piwik.php have been renamed.
  • Added option to include piwik.js from a separate hosname (CDN)
  • Updated unit tests
  • Updated .travis.yml to test newer Magento versions
  • Added .editorconfig
  • Updated composer installation instruction in README.md

Closes #3

Henhed_Piwik 1.1.0

25 Feb 18:56
Compare
Choose a tag to compare

Changelog

  • Italian localization (by Arturo)
  • Configuration and build script for Travis CI

Henhed_Piwik 1.0.1

09 Feb 17:37
Compare
Choose a tag to compare

Changelog

  • Fixes namespace collision in tracker helper (closes #1)

Henhed_Piwik 1.0.0

07 Feb 18:34
Compare
Choose a tag to compare

This first release of Henhed_Piwik features a basic Magento 2 - Piwik integration including:

  • trackPageView with optional link tracking on all pages
  • trackSiteSearch on the search results page
  • setEcommerceView on category and product pages
  • trackEcommerceCartUpdate on the cart page and ajax cart updates
  • trackEcommerceOrder on the checkout success page