From 45a868fbba875e63f5b6c004be37e153305c818d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Tue, 12 Oct 2021 15:39:58 +0200 Subject: [PATCH] chore: wrapping up v12.0.1 --- CHANGES.txt | 6 ++++++ elgg-plugin.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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,