Releases: matomo-org/plugin-GoogleAnalyticsImporter
Releases · matomo-org/plugin-GoogleAnalyticsImporter
4.1.9
Changes:
- Upgraded google-apiclient library to v2.11 to make it compatible with PHP8.1.
4.1.8
Changes:
- Added changes to make it compatible with php8.
4.1.7
Changes:
- Report all types of error messages to end user for easier issue diagnosis.
4.1.6
Changes:
- Compatibility with Matomo 4.3.0.
4.1.5
Changes:
- Do not use log data purge check when invalidating week periods after a day is imported.
4.1.4
Changes:
- Catch cancelled import exceptions and do not propagate in import reports command
- trim property/view/account ID when starting an import to avoid errors on typos
4.1.3
Bug fixes:
- Order import statuses by site ID as integer value instead of as text value.
Other changes:
- Bump phpseclib/phpseclib from 2.0.29 to 2.0.31
4.1.2
Bug Fixes:
- Fix check for whether we should avoid tagmanager container creation.
Changes:
- Add some more logging for exceptions caught in the controller.
4.1.1
Bug Fixes:
- Check referrer URL comes from google when checking oauth nonce.
- Disable tagmanager container creation while creating new site to import into.
- Only show admin menu item for superusers.
4.1.0
New Features:
- Allow logging to a single file via DI config setting 'GoogleAnalyticsImporter.logToSingleFile'.
Changes:
- Remove extraneous google services from vendor via composer.