Magento2 Matomo Versions Save

Matomo Analytics Module for Magento 2

v2.1.4

1 year ago
  • Added PHP 8.1 via #62, closes #60 (thanks @zamu87)

v2.1.3

2 years ago

Changelog

  • Use correct piwik/ prefix for configs in system.xml (#56; left for compatibility with Henhed_Piwik)

v2.1.2

3 years ago

Changelog

  • Fix Travis CI config and scripts:
    • Remove unnecessary environment variable GITHUB_OAUTH_TOKEN (former API limit has been removed in 2016)
    • Remove manual doctrine/instantiator downgrade
    • Set Magento credentials secretly in Travis CI settings
  • Add missing declaration of return value in setUp(): void in *Test.php as required by PHPUnit
  • We support only PHP 7.3 and 7.4 (former versions reached EOL)
  • We support only Magento 2 versions starting from v2.3.5

v2.1.1

3 years ago

New release to get the version numbers of former module Henhed_Piwik and former fork Chessio_Matomo back in sync

Changelog

  • Rename module to Chessio_Matomo
  • Rename things from Piwik to Matomo (besides config paths for backwards compatibility)
  • Add compatibility for Magento v2.4
  • Rename master branch to main

v2.0.4

3 years ago

Changelog

  • Added PHP 7.3, closes #41 (thanks @antonio30111988)

v2.0.3

4 years ago

Changelog

  • Added Magento 2.3 and PHP 7.2 support (#33) (thanks @ihor-sviziev and @phol)

v2.0.2

6 years ago

Changelog

  • Removed trimming of trailing slashes in script paths to allow implicit js/ endpoints (#30)

v2.0.1

6 years ago

Changelog

  • Fixed script loading race condition (#28, thanks @igortregub & @ihor-sviziev)

v2.0.0

6 years ago

Changelog

  • Fixed issue where blocked tracker script caused checkout overlay to spin indefinitely
  • Rewrote unit tests to work with PHPUnit 6
  • Refactored code to satisfy MEQP2 suggestions
  • Updated code style to satisfy eslint and phpcs
  • Updated .travis.yml to test Magento 2.2.0 - 2.2.2
  • Added core module dependency constraints to composer.json

Breaking changes

  • Dropped support for Magento < 2.2
  • Dropped support for PHP < 7.0
  • Constructor signatures changed for
    • Henhed\Piwik\CustomerData\Checkout\CartPlugin
    • Henhed\Piwik\Observer\CartViewObserver
    • Henhed\Piwik\Observer\CheckoutSuccessObserver

v1.3.1

6 years ago

Changelog

  • Added PHP 7.1 support (#18)