diff --git a/CHANGES.txt b/CHANGES.txt index 0a41ec0..8c68704 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +8.0 (2024-06-28): + +- changed: updated for Elgg 6 + 7.0.4 (2024-03-14): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index 5ad8196..34f8735 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -2,7 +2,7 @@ return [ 'plugin' => [ - 'version' => '7.0.4', + 'version' => '8.0', 'dependencies' => [ 'pages' => [ 'position' => 'after',