From 822b4488388bcba212a37d45576f57577e855561 Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Mon, 11 Sep 2023 14:17:41 +0530 Subject: [PATCH] Bumped version to 5.0.1 --- CHANGELOG.md | 1 + plugin.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3475133..104d085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Changelog +* 5.0.1 Prefer using ellipsis over three dots * 5.0.0 Compatibility with Matomo 5.0 * 4.1.2 PHP 8.2 Deprecation warnings handled * 4.1.1 Translation changes diff --git a/plugin.json b/plugin.json index 2a27421..b78fdaa 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "LogViewer", - "version": "5.0.0", + "version": "5.0.1", "description": "View log messages logged by Matomo", "theme": false, "keywords": ["log", "viewer", "diagnostic", "debug", "debugging"],