diff --git a/CHANGES.txt b/CHANGES.txt index 2375fdc..c56a66a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +17.0 (2024-06-28): + +- changed: updated for Elgg 6.0 + 16.1.1 (2024-06-05): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index e1d1777..0fdef39 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '16.1.1', + 'version' => '17.0', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,