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

Update piwik/piwik-php-tracker requirement from ~1 to ~3 #5

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on piwik/piwik-php-tracker to permit the latest version.

Release notes

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

3.0.1

updated license for composer package

Changelog

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

Matomo PHP Tracker Changelog

This is the Developer Changelog for Matomo PHP Tracker. All breaking changes or new features are listed below.

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
  • 320756c Merge pull request #94 from exussum12/patch-1
  • 53bfa64 Sync to the BSD-3 licence
  • 6e0908b Merge pull request #91 from matomo-org/4.x-dev
  • eda3395 Merge pull request #83 from matomo-org/php82
  • 1c7db2d Mention deprecation in method itself
  • 31e2b0b Merge pull request #81 from matomo-org/new-release
  • b7fb9b3 add two new changelog entries and set new version to 3.0
  • d0a0d78 Merge branch '4.x-dev'
  • a7fd79d Merge pull request #79 from matomo-org/new-cookie2
  • fdde15d add result cache to .gitignore
  • Additional commits viewable in compare view


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 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 2 years ago

Looks like piwik/piwik-php-tracker is no longer a dependency, so this is no longer needed.