Releases: matomo-org/plugin-GoogleAnalyticsImporter
Releases · matomo-org/plugin-GoogleAnalyticsImporter
1.5.1
Changes:
- Do not throw if the rate limit is reached just log a message.
- Added safety measure in case of broken internal import status.
- Default value missing for $maxEndDateDesc (fixes warning).
- Add link to the user guide to GA API config forms.
1.5.0
Changes:
- Allow lock ttl to be configured and use reexpire lock which waits to expire.
- Allow forced max end date to be specified through config.
- Set a fixed end date for Matomo for WordPress.
Bug Fixes:
- Undo forced input sanitization for client config.
- Fix reimport not respecting last_day_imported.
- Reduce amount of memory used.
1.4.1
Changes:
- Fix bug in referrers import triggered by not set values in referral path in GA. Imports experiencing the "label column not found" error are failing due to this bug. Re-importing with version 1.4.1 will avoid the issue.
1.4.0
Changes:
- Update google API client for PHP 7.4 support.
1.3.3
Changes:
- Use quotaUser to support multi-instance setups.
1.3.2
Bug fixes:
- Fix bug in ongoing import that could result in incomplete metrics being imported. Bug is more visible since changes in 1.3.0.
1.3.1
Changes:
- Allow re-importing ranges to work when a job is finished or has no more to import.
- Merge Time Started/Time Finished columns to provide more space in the UI.
Bug fix:
- Do not show resume button if status is 'started'.
1.3.0
Features:
- Improved support for shared hosting users with hosts that may kill long running processes. The import job is not attempted every hour
if a system kills a job, it will restart promptly.
- Detect killed jobs and report to the user so they are not left in suspense.
- Allow re-importing ranges in the past.
- Add a protection for users of Matomo 3.13.2 that will disallow re-archiving of imported days (this can wipe the data that was imported).
1.2.2
Bug fixes:
- Fixing typo.
- Small style tweak.
1.2.1
Bug fixes:
- Handle old statuses without new property.