diff --git a/CHANGES.txt b/CHANGES.txt index 1abd20a..1e79bff 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +6.0.1 (2023-07-26): + +- fixed: generate correct site url +- fixed: output/url should have a discernible text + 6.0 (2023-06-02): - changed: conflict with Elgg < 5.0 diff --git a/elgg-plugin.php b/elgg-plugin.php index df5e59e..3fe0dce 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -7,7 +7,7 @@ return [ 'plugin' => [ - 'version' => '6.0', + 'version' => '6.0.1', ], 'settings' => [ 'topbar_to_site' => 0,