Skip to content

Releases: fnogatz/magento2-matomo

Chessio_Matomo 2.1.4

10 Jan 22:05
Compare
Choose a tag to compare

Chessio_Matomo 2.1.3

24 Jul 16:20
Compare
Choose a tag to compare

Changelog

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

Chessio_Matomo 2.1.2

02 May 08:39
bc70f62
Compare
Choose a tag to compare

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

Chessio_Matomo 2.1.1

29 Apr 18:01
Compare
Choose a tag to compare

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

Henhed_Piwik 2.0.4

30 Jun 09:22
04c7162
Compare
Choose a tag to compare

Changelog

Henhed_Piwik 2.0.3

23 Aug 20:36
077c5ca
Compare
Choose a tag to compare

Changelog

Henhed_Piwik 2.0.2

06 May 19:11
22ab5c5
Compare
Choose a tag to compare

Changelog

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

Henhed_Piwik 2.0.1

27 Mar 18:59
1685ec0
Compare
Choose a tag to compare

Changelog

Henhed_Piwik 2.0.0

28 Jan 16:42
ec5e702
Compare
Choose a tag to compare

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

Henhed_Piwik 1.3.1

22 Oct 14:41
Compare
Choose a tag to compare

Changelog

  • Added PHP 7.1 support (#18)