Show the Matomo server version in status report. Split from #3080854: Ensure backwards compatibility with Piwik.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

claudiu.cristea created an issue. See original summary.

claudiu.cristea’s picture

Assigned: claudiu.cristea » Unassigned
Issue summary: View changes
Status: Active » Needs review

Patch.

claudiu.cristea’s picture

pfrenssen’s picture

Status: Needs review » Needs work

Thanks for the contribution!

+    $requirements['matomo_reporting_api_https'] = [
+      'title' => t('Matomo reporting API'),
+      'value' => $value,
+    ];

This section at the end overwrites the description and severity that have been set earlier, so the warning about the insecure HTTP transport doesn't show up.

pfrenssen’s picture

Status: Needs work » Fixed

Fixed the small bug on commit. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.