Skip to content

Releases: matomo-org/plugin-GoogleAnalyticsImporter

1.5.1

05 Aug 12:06
42066a0
Compare
Choose a tag to compare

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

03 Aug 12:35
6e1e0a1
Compare
Choose a tag to compare

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

02 Jul 19:37
dbf7733
Compare
Choose a tag to compare

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

04 Jun 14:11
b48161f
Compare
Choose a tag to compare

Changes:

  • Update google API client for PHP 7.4 support.

1.3.3

17 Mar 18:13
29b5b68
Compare
Choose a tag to compare

Changes:

  • Use quotaUser to support multi-instance setups.

1.3.2

08 Feb 03:39
Compare
Choose a tag to compare

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

29 Jan 21:51
0d630d1
Compare
Choose a tag to compare

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

28 Jan 03:14
f61b1f7
Compare
Choose a tag to compare

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

19 Dec 22:23
Compare
Choose a tag to compare

Bug fixes:

  • Fixing typo.
  • Small style tweak.

1.2.1

19 Dec 08:02
Compare
Choose a tag to compare

Bug fixes:

  • Handle old statuses without new property.