diff --git a/CHANGES.txt b/CHANGES.txt index 6ffe44b..6d26295 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +12.0 (2024-06-28): + +- changed: updated for Elgg 6.0 + 11.0 (2023-11-30): - changed: updated for Elgg 5.1 diff --git a/elgg-plugin.php b/elgg-plugin.php index f41d430..6ae1497 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -10,7 +10,7 @@ return [ 'plugin' => [ - 'version' => '11.0', + 'version' => '12.0', 'dependencies' => [ 'tagcloud' => [ 'position' => 'after',