From db75c7419bdcda32420e384719dcb4994b7550da Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Tue, 12 Mar 2024 15:16:14 +0100 Subject: [PATCH] add MarketingCampaignsReporting to matomo --- roles/matomo/vars/main.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/roles/matomo/vars/main.yml b/roles/matomo/vars/main.yml index 1db8c64..acc9de0 100644 --- a/roles/matomo/vars/main.yml +++ b/roles/matomo/vars/main.yml @@ -19,11 +19,12 @@ matomo_available_plugins: download: https://github.com/matomo-org/plugin-LoginLdap/archive/%%version%%.tar.gz version: 5.0.5 branch: 5.0.5 - LoginShibboleth: + MarketingCampaignsReporting: use_git: true - repo: https://github.com/uniwue-rz/LoginShibboleth.git - download: https://github.com/uniwue-rz/LoginShibboleth/archive/%%version%%.tar.gz - version: 1.3.1 + repo: https://github.com/matomo-org/plugin-MarketingCampaignsReporting.git + download: https://github.com/matomo-org/plugin-MarketingCampaignsReporting/archive/%%version%%.tar.gz + version: 5.0.2 + branch: 5.0.2 Migration: use_git: true repo: https://github.com/matomo-org/plugin-Migration.git