matomo-php-tracker icon indicating copy to clipboard operation
matomo-php-tracker copied to clipboard

Creation of dynamic property MatomoTracker::$currentTs is deprecated

Open dkossako opened this issue 4 months ago • 3 comments

There are some deprecations in latest version of tracker:

Creation of dynamic property MatomoTracker::$currentTs is deprecated

Also other properties are affected:

  • MatomoTracker::$forcedVisitorId
  • MatomoTracker::$requestTimeout
  • MatomoTracker::$configCookiePath
  • MatomoTracker::$visitCount
  • MatomoTracker::$ecommerceLastOrderTimestamp
  • MatomoTracker::$doBulkRequests
  • MatomoTracker::$incomingTrackerCookies
        $this->currentTs = time();
        $this->createTs = $this->currentTs;
        $this->visitCount = 0;
        $this->currentVisitTs = false;
        $this->lastVisitTs = false;
        $this->ecommerceLastOrderTimestamp = false;

dkossako avatar Mar 01 '24 11:03 dkossako