Skip to content

Releases: matomo-org/plugin-GoogleAnalyticsImporter

4.1.9

06 Dec 04:40
c3cee3a
Compare
Choose a tag to compare

Changes:

  • Upgraded google-apiclient library to v2.11 to make it compatible with PHP8.1.

4.1.8

09 Nov 07:46
13c7339
Compare
Choose a tag to compare

Changes:

  • Added changes to make it compatible with php8.

4.1.7

02 Aug 22:34
1f4ef12
Compare
Choose a tag to compare

Changes:

  • Report all types of error messages to end user for easier issue diagnosis.

4.1.6

19 May 22:17
bb100c3
Compare
Choose a tag to compare

Changes:

  • Compatibility with Matomo 4.3.0.

4.1.5

11 May 03:06
455cf42
Compare
Choose a tag to compare

Changes:

  • Do not use log data purge check when invalidating week periods after a day is imported.

4.1.4

05 May 02:43
6f3bebf
Compare
Choose a tag to compare

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

10 Apr 03:18
c6480b8
Compare
Choose a tag to compare

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

18 Mar 00:34
d85ae37
Compare
Choose a tag to compare

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

18 Feb 23:36
Compare
Choose a tag to compare

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

01 Feb 04:03
21582a0
Compare
Choose a tag to compare

New Features:

  • Allow logging to a single file via DI config setting 'GoogleAnalyticsImporter.logToSingleFile'.

Changes:

  • Remove extraneous google services from vendor via composer.