Conversation
Bump plugin version to 6.0.0 and require Matomo >=6.0.0-b1,<7.0.0-b1.
* Run plugin tests against MySQL 8.0 and MariaDB 10.6 The workflow inherited the shared action's MySQL 5.7 default, which is below Matomo's new minimum. Pin the database-backed jobs to the supported floor: PluginTests now runs a MySQL 8.0 + MariaDB 10.6 matrix, and the UI/JS jobs run on MySQL 8.0. * Only upload plugin test artifacts for the MySQL matrix leg PluginTests runs a MySQL + MariaDB matrix; the upload-artifacts condition matched both legs and uploaded twice. Restrict the upload to the MySQL leg.
… Puppeteer 24) (#89) * Update expected UI screenshots for the new headless Chrome (Node 24 / Puppeteer 24) * Run the plugin UI tests on Node 24 Match the Node 24 / Puppeteer 24 screenshot-testing stack; the UI job was still pinned to Node 16.
Teal brand screenshots on 6.x-dev plugin base; synced from matomo-org/matomo run 30405694397.
The DataTable search moved from the table footer into the shared ReportHeader (matomo-org/matomo#24986), which changes every report screenshot. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The workflow pinned 8.1 / 8.5 as literals, which drift as soon as core changes its supported range. Resolve them through the central action instead.
Raise phpVersion to the new PHP 8.1 floor. PHPStan 2 fails hard on an excludePaths entry that matches nothing, so drop the vendor/ entry (the plugin has no composer.json) and mark github-action-tests/ optional — it only exists inside a CI run.
…release] Core now renders the report search as an icon in the shared ReportHeader instead of an expanded search box, which removes a header row and shifts the whole treemap up.
AltamashShaikh
approved these changes
Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Prepares TreemapVisualization for Matomo 6.
plugin.json: version6.0.0, requiresmatomo >=6.0.0-b1,<7.0.0-b1. The-b1lower bound matters — a plain>=6.0.0sorts above6.0.0-b1and would disable the plugin against a beta core.CHANGELOG.md:6.0.0entry..github/workflows/matomo-tests.yml: PHP versions resolve through the sharedmatomo6_min_php/matomo6_max_phpaliases instead of hardcoded literals; PluginTests runs a MySQL 8.0 + MariaDB 10.6 matrix; the UI job runs on Node 24 with an explicit MySQL 8.0.phpstan.neon:phpVersionraised to the new PHP 8.1 floor. Matomo 6 bundles PHPStan 2, which fails hard on anexcludePathsentry matching nothing, so thevendor/entry is dropped (the plugin has nocomposer.json) andgithub-action-tests/is marked optional — it only exists inside a CI run.The Matomo 6 breaking-changes sweep found nothing to change: no removed PHP APIs, HTTP API methods, global functions, changed interfaces, dependency-upgrade fallout, removed Less variables or removed JS/Vue APIs are used. The plugin has no
composer.json, noUpdates/and novue/src, so those steps do not apply.Issue No
Related to the Matomo 6 plugin preparation work.
Steps to Replicate the Issue
plugin.jsoncapped Matomo at<6.0.0-b1, so the plugin was not loadable.Checklist
AI Checklist