Update docker.io/matomo Docker tag to v5.11.0
No problems automatically updating the Docker image, migrating the application manually and run the container by Watchtower with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker.io/matomo | minor | 5.10.1 → 5.11.0 |
Release Notes
matomo-org/matomo (docker.io/matomo)
v5.11.0
New APIs
SitesManager.addSiteandSitesManager.updateSitenow accept an optionaldescriptionparameter (up to 255 characters). Site entities
returned by the SitesManager APIs now include adescriptionfield.CustomDimensions.configureNewCustomDimensionandCustomDimensions.configureExistingCustomDimensionnow accept an optionaldescription
parameter (up to 1000 characters) to provide additional context for a custom dimension.- New ViewDataTable display properties were added:
Config::$report_supports_flatten,Config::$show_flatten_table_exportand
Config::$export_parameters_to_modify/RequestConfig::$export_parameters_to_modify, allowing reports to control flattening availability and
export link parameters independently of the UI. - New Vue components are exported from CoreHome for use by plugins:
MatomoModal,DraggableListandSearchInput. - Themes can now customize the alternative border color using
@theme-color-border-alternative.
HTTP API
ScheduledReports.sendReportnow acceptsrangeasperiodparameter.- CSV/TSV exports now replace carriage return characters in values with spaces (in addition to tabs).
Deprecations
- The theme variable
@theme-color-border(ThemeStyles::$colorBorder) is deprecated; use@theme-color-border-alternativeinstead.