diff --git a/CHANGES.txt b/CHANGES.txt index fc35b15..1abd20a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +6.0 (2023-06-02): + +- changed: conflict with Elgg < 5.0 +- changed: updated for Elgg 5 + 5.0 (2022-06-01): - changed: updated for Elgg 4.2 diff --git a/elgg-plugin.php b/elgg-plugin.php index 1283169..df5e59e 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -7,7 +7,7 @@ return [ 'plugin' => [ - 'version' => '5.0', + 'version' => '6.0', ], 'settings' => [ 'topbar_to_site' => 0,