From 76647c24b7d0a781b62cdd49dc5c2933bd9cef3e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 10 Jan 2024 08:38:59 +0000 Subject: [PATCH] Upgrade the DeviceFeatureWebGL matomo plugin to 5.0.0 --- cookbooks/matomo/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/matomo/attributes/default.rb b/cookbooks/matomo/attributes/default.rb index 994a43d7a..82d41f5fa 100644 --- a/cookbooks/matomo/attributes/default.rb +++ b/cookbooks/matomo/attributes/default.rb @@ -15,7 +15,7 @@ default[:matomo][:plugins] = { "CustomJsTracker" => nil, "Dashboard" => nil, "DBStats" => nil, - "DeviceFeatureWebGL" => "4.0.1", + "DeviceFeatureWebGL" => "5.0.0", "DevicePlugins" => nil, "DevicesDetection" => nil, "Diagnostics" => nil, -- 2.39.5