Skip to content

Releases: matomo-org/matomo-php-tracker

3.2.0

31 May 12:58
c9e7816
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.3...3.2.0

3.1.3

07 Mar 19:37
23cea26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.2...3.1.3

3.1.2

18 Jan 14:30
78932f6
Compare
Choose a tag to compare
  • Improve PHP 8.2 compatibility (by temporarily allowing dynamic properties)

3.1.1

07 Dec 08:37
544148c
Compare
Choose a tag to compare
  • compatibility improvements for PHP 8.1 (#108)
  • added method to disable bulk tracking (#109)
  • added tracking methods for upcoming premium feature (#110)

3.1.0

04 Jul 15:17
0001560
Compare
Choose a tag to compare
  • Adds support for sending client hints

3.0.4

15 Nov 18:56
441d377
Compare
Choose a tag to compare

Improve compatibility with PHP 8.1

3.0.3

15 Nov 00:05
37ad506
Compare
Choose a tag to compare

Improve compatibility with PHP 8.1

3.0.2

14 Nov 19:17
1afff79
Compare
Choose a tag to compare

Fix the response content might not be correct if a redirect happened during a tracking request

3.0.1

19 May 11:46
320756c
Compare
Choose a tag to compare

updated license for composer package

3.0.0

21 Nov 05:20
31e2b0b
Compare
Choose a tag to compare

Attention: This version of Matomo PHP Tracker is no longer compatible with Matomo 3.x or earlier

Breaking changes and new features:

  • Support for new page performance metrics (added in Matomo 4) has been added. You can use setPerformanceTimings() to set them for page views.
  • Setting page generation time using setGenerationTime() has been discontinued. The method still exists to not break applications still using it, but it does not have any effect. Please use new page performance metrics as replacement.
  • Sending requests using cURL will now throw an exception if an error occurs in a request.
  • Matomo does not longer support tracking of these browser plugins: Gears, Director. Therefor the signature of setPlugins() changed.
  • Implementation of ecommerce views changed from custom variables to raw parameters
  • It is now possible to configure cookie options for Secure, HTTPOnly and SameSite.
  • Add method setRequestMethodNonBulk() to allow (non bulk) POST requests.