From d77234e53c48e03d8f6cd2072d7b4f7c1ee7b084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 10 Oct 2024 14:17:04 +0200 Subject: [PATCH] chore: wrapping up v8.0.1 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index a17d308..e3f7d5b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +8.0.1 (2024-10-10): + +- fixed: advanced statistics graphs working again + 8.0 (2024-06-28): - changed: updated for Elgg 6 diff --git a/elgg-plugin.php b/elgg-plugin.php index 89c65ce..7438616 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -10,7 +10,7 @@ return [ 'plugin' => [ - 'version' => '8.0', + 'version' => '8.0.1', ], 'bootstrap' => Bootstrap::class, 'actions' => [