From 84aa31f6816b56ce12e35d4cd9e620a324487e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 1 Jun 2022 15:56:28 +0200 Subject: [PATCH] chore: wrapping up v13.0 --- CHANGES.txt | 6 ++++++ elgg-plugin.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 8c1921d..bcc1807 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Version history =============== +13.0 (2022-06-01): + +- added: discussions widget is now available in groups context +- added: plugin setting to control number of columns in group widgets +- changed: updated for Elgg 4.2 + 12.0.3 (2022-02-16): - fixed: cast widget context as string diff --git a/elgg-plugin.php b/elgg-plugin.php index dcf694c..eac4172 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '12.0.3', + 'version' => '13.0', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,