Matomo - Package Updates
Pinned
Matomo
-
[1.46.1]
- Update to 5.1.1
- Full changelog
-
[1.46.2]
- Update to 5.1.2
- Full changelog
-
[1.47.0]
- Fix OIDC login to use username
-
[1.48.0]
- Update matomo to 5.2.0
- Full Changelog
- The MultiSites API has been reworked. The previously incorrectly named metrics for the previous period now have correct names:
-
[1.48.1]
- CLOUDRON_OIDC_PROVIDER_NAME implemented
- checklist added
- tests updated
-
[1.48.2]
- Update matomo to 5.2.1
- Full Changelog
-
[1.48.3]
- Update matomo to 5.2.2
- Full Changelog
- Latest stable production release can be found at https://matomo.org/download/ (learn more) (recommended)
- Beta and Release Candidate releases can be found at https://builds.matomo.org/ (learn more)
-
[1.49.0]
- Update to correct base image 5.0.0
-
[1.50.0]
- Update matomo to 5.3.0
- Full Changelog
- When requesting goals for multiple sites at once using
Goals.getGoals
, the result will no longer be indexed byidgoal
. Requesting the goals for a single site will still return them indexed byidgoal
. - The SEO widget does no longer serve the metric
Google indexed pages
. As Google search is no longer accessible without JavaScript this metric can no longer be fetched. - The method
getNthLevelTableDimension
has been added to theReport
class. This extends support for subtable reports for more than three levels. - Commands can subscribe to system signals by defining a
getSystemSignalsToHandle
function in the command implementation. This feature is gated behind the "SystemSignals" feature flag, signal subscription will be silently disabled unless that feature flag is enabled.