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' => [