Skip to content

Releases: matomo-org/matomo-php-tracker

3.3.1

28 May 09:53
92c2ce6
Compare
Choose a tag to compare

What's Changed

  • Fix: Curl Connection remaining open by @lutdev in #133

Full Changelog: 3.3.0...3.3.1

3.3.0

17 May 13:01
6dd138e
Compare
Choose a tag to compare

What's Changed

  • feat: remove composer.lock by @Chris53897 in #117
  • fix: wrong method description by @revoltek-daniel in #125
  • feat: Functions to get and set the page view id manually by @EPNW-Eric in #126
  • feat: default folder structure, allow phpunit 10 by @Chris53897 in #116
  • fix: Check for cURL error before throwing exception in sendRequest method by @mzaman in #130
  • fix: Creation of dynamic property MatomoTracker::$currentTs is deprecated by @lutdev in #131
  • feat: Drop support of older php versions by @lutdev in #132

New Contributors

Full Changelog: 3.2.0...3.3.0

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