diff --git a/CHANGES.txt b/CHANGES.txt index 3837d74..d608f39 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Version history =============== +12.0.1 (2021-10-12): + +- fixed: added missing class in group widget layout +- fixed: check for array when saving settings +- fixed: get all widgets when checking for collapsed state + 12.0 (2021-09-27): - changed: updated for Elgg 4 diff --git a/elgg-plugin.php b/elgg-plugin.php index 39e75af..7dff3d0 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '12.0', + 'version' => '12.0.1', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,