Skip to content

Releases: matomo-org/matomo-php-tracker

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.

2.0.3

15 Jan 13:39
d8a3020
Compare
Choose a tag to compare
Merge pull request #58 from matomo-org/php7

Mark package as compatible with PHP 7

2.0.2

14 Jan 18:48
4129cdf
Compare
Choose a tag to compare
Merge pull request #57 from matomo-org/classavailability

Ensure PiwikTracker and MatomoTracker are both available

2.0.1

02 Jan 10:11
95eeeb2
Compare
Choose a tag to compare
Merge pull request #55 from madman-81/master

Remove duplicate class PiwikTracker

2.0.0

01 Jan 14:15
06a6b46
Compare
Choose a tag to compare

republished as matomo/matomo-php-tracker

1.5.2

23 Dec 21:48
314e6d0
Compare
Choose a tag to compare

PHP 7.4 tweaks

1.5.1

06 Nov 06:56
172c68f
Compare
Choose a tag to compare
  • Regression: Wrong header is enabled only for GET.

1.5.0

06 Nov 04:37
3a002c5
Compare
Choose a tag to compare
  • Custom IP should be only sent when token is specified, otherwise the request fails
  • Set curl option follow location to true for GET requests
  • remove deprecated array syntax for php 7.4 compatibility
  • Fix wrong tracking url generated if tracker API endpoint already contains query search
  • Make method addEcommerceItem() fluid interface
  • Unlink userId and visitorId logic

1.4.1

12 Oct 01:01
3b31a63
Compare
Choose a tag to compare
  • Allow matomo.php as tracking endpoint.

1.4.0

20 Nov 00:48
f9a0168
Compare
Choose a tag to compare
  • Added support for sending and reading Tracker Cookies