From 2712aae2b0ddee10dad926fea8884dc17875cab6 Mon Sep 17 00:00:00 2001 From: Kurt Zenisek Date: Mon, 2 Oct 2023 16:53:31 -0500 Subject: [PATCH] Prep for Matomo 5.x Prep for Matomo 5.x while also version-bumping the plugin to 5.0.0 as a base value per Matomo's recommendation/convention. --- plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index 3d301cc..b084d56 100644 --- a/plugin.json +++ b/plugin.json @@ -1,13 +1,13 @@ { "name": "FacebookPageWidgetByAmperage", "description": "Show Facebook Page plugin as a configurable widget.", - "version": "1.0.7", + "version": "5.0.0", "theme": false, "keywords": ["amperage", "facebook", "social", "widget", "facebook page", "dashboard"], "license": "GPL v3+", "homepage": "https://www.amperagemarketing.com", "require": { - "matomo": ">=4.0.0-b1,<5.0.0-b1" + "matomo": ">=5.0.0-b1,<6.0.0-b1" }, "support": { "email": "kzeni1@gmail.com",