tetsuo13 / Roundcube-Matomo-Tracking-Api-Plugin

Add Matomo (formerly Piwik) tracking server-side code to all requests in Roundcube
Other
1 stars 0 forks source link

Bump matomo/matomo-php-tracker from 3.1.0 to 3.3.1 #10

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps matomo/matomo-php-tracker from 3.1.0 to 3.3.1.

Release notes

Sourced from matomo/matomo-php-tracker's releases.

3.3.1

What's Changed

Full Changelog: https://github.com/matomo-org/matomo-php-tracker/compare/3.3.0...3.3.1

3.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/matomo-org/matomo-php-tracker/compare/3.2.0...3.3.0

3.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/matomo-org/matomo-php-tracker/compare/3.1.3...3.2.0

3.1.3

What's Changed

New Contributors

Full Changelog: https://github.com/matomo-org/matomo-php-tracker/compare/3.1.2...3.1.3

3.1.2

  • Improve PHP 8.2 compatibility (by temporarily allowing dynamic properties)

3.1.1

  • compatibility improvements for PHP 8.1 (#108)
  • added method to disable bulk tracking (#109)

... (truncated)

Changelog

Sourced from matomo/matomo-php-tracker's changelog.

Matomo PHP Tracker 3.3.1

Fixed

  • closed curl connection

Matomo PHP Tracker 3.3.0

Removed

  • support for PHP versions lower than 7.2

Changed

  • all MatomoTracker class constants are now explicitly public
  • all MatomoTracker dynamic properties are now explicitly public

Matomo PHP Tracker 3.0.0

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

  • 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.
Commits
  • 92c2ce6 Fix: Curl Connection remaining open (#133)
  • f1b9492 Allow using PHPUnit 8.5 for PHP 7.2
  • 1794203 Create PHPUnit action
  • 6dd138e Merge pull request #132 from lutdev/118-php-version
  • ee98f14 118 - update changelog.md
  • 389e48d Merge branch 'refs/heads/master' into 118-php-version
  • bf4a5c7 Merge pull request #131 from lutdev/129-dynamic-properties
  • d6a1142 Tweak changelog wording
  • 75804cc 118 - revert constant and update changelog
  • b748f81 129 - define new property
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

Looks like matomo/matomo-php-tracker is no longer updatable, so this is no longer needed.