Releases: fnogatz/magento2-matomo
Releases · fnogatz/magento2-matomo
Chessio_Matomo 2.1.4
Chessio_Matomo 2.1.3
Changelog
- Use correct
piwik/
prefix for configs insystem.xml
(#56; left for compatibility with Henhed_Piwik)
Chessio_Matomo 2.1.2
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
- Remove unnecessary environment variable
- 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
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
toMatomo
(besides config paths for backwards compatibility) - Add compatibility for Magento v2.4
- Rename
master
branch tomain
Henhed_Piwik 2.0.4
Changelog
- Added PHP 7.3, closes #41 (thanks @antonio30111988)
Henhed_Piwik 2.0.3
Changelog
- Added Magento 2.3 and PHP 7.2 support (#33) (thanks @ihor-sviziev and @phol)
Henhed_Piwik 2.0.2
Changelog
- Removed trimming of trailing slashes in script paths to allow implicit
js/
endpoints (#30)
Henhed_Piwik 2.0.1
Changelog
- Fixed script loading race condition (#28, thanks @igortregub & @ihor-sviziev)
Henhed_Piwik 2.0.0
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
Changelog
- Added PHP 7.1 support (#18)