3.1.0 (2022-07-22)
Bug Fixes
- tracker: prevent initializing Matomo more than once (784b1de)
Code Refactoring
- tracker: replace init() method with initialized() for naming consistency (8e23baf)
Features
Deprecations
- tracker: Method
MatomoInitializerService.init()
has been deprecated.
UseMatomoInitializerService.initialize()
instead.