diff --git a/CHANGES.txt b/CHANGES.txt index bcc1807..24e8948 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +13.1 (2022-06-22): + +- removed: no longer provide widget toggle/collapse features + 13.0 (2022-06-01): - added: discussions widget is now available in groups context diff --git a/elgg-plugin.php b/elgg-plugin.php index f7067b9..a28dcb1 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '13.0', + 'version' => '13.1', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,