diff --git a/CHANGES.txt b/CHANGES.txt index 8c152cf..e154518 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +12.0 (2022-08-24): + +- changed: updated for Elgg 4.3 + 11.1 (2022-03-30): - added: support for OpenSearch diff --git a/elgg-plugin.php b/elgg-plugin.php index ac2a0bb..113516b 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -7,7 +7,7 @@ return [ 'plugin' => [ - 'version' => '11.1', + 'version' => '12.0', 'dependencies' => [ 'thewire' => [ 'position' => 'after',