From 9eb45eea0b50bd1e98bbabdab46e095c1a995795 Mon Sep 17 00:00:00 2001 From: Kurt Zenisek Date: Mon, 2 Oct 2023 16:53:05 -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 e44de57..7d1691f 100644 --- a/plugin.json +++ b/plugin.json @@ -1,13 +1,13 @@ { "name": "CrazyEggWidgetByAmperage", - "version": "1.0.6", + "version": "5.0.0", "description": "Show Crazy Egg snapshots for the current site as a dashboard widget.", "theme": false, "keywords": ["amperage", "crazy egg", "crazyegg", "widget", "heatmap", "heat map", "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",