Matomo Plugins

Tracking the current progress in making all Matomo plugins support Matomo {{ majorversion }}!

{{ supported }} of {{ supported + unsupported }}
{% for name,plugin in plugins.items() %}
{% if plugin.supports_new %}✓{% else %}✗{% endif %}
{{ name }} {% if plugin.repositoryUrl %} Source {% endif %}
{{ plugin.latestVersion }}

by {% for author in plugin.authors %} {{ author.name }}{% if not loop.last %},{% endif %} {% endfor %}

{% if plugin.isTheme %}

Theme

{% endif %}
{% if plugin.numDownloads %}
Downloads
{{ plugin.numDownloads }}
{% endif %}
Last updated
{{ plugin.lastUpdated }}
Supports Versions
{{ plugin.supports_version }}
{% if plugin.activity %} {% if plugin.activity.lastCommitDate %}
Last commit
{{ plugin.activity.lastCommitDate }}
{% endif %} {% if plugin.activity.numCommits %}
Number of commits
{{ plugin.activity.numCommits }}
{% endif %} {% if plugin.activity.lastCommitDate %}
Number of contributors
{{ plugin.activity.numContributors }}
{% endif %} {% endif %}
{% if plugin.description %}

{{ plugin.description }}

{% endif %} {% if plugin.issue is defined and plugin.issue and not plugin.supports_new %}

Github issue

{% endif %} {% if plugin.note is defined %}

Note: {{ plugin.note|safe }}

{% endif %}
Raw Data
{{ plugin|tojson(indent=2) }}
{% endfor %}