From dde2f861e02745c3a7fac112c098301d94ebde70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 19 Jan 2023 08:57:20 +0100 Subject: [PATCH] chore: wrapping up v16.2 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 68a3eb6..8fb6245 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +16.2 (2023-01-19): + +- added: group membership widget sort options + 16.1.1 (2022-11-16): - fixed: OOM errors when editing large groups for admins diff --git a/elgg-plugin.php b/elgg-plugin.php index 9838a37..88187ae 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '16.1.1', + 'version' => '16.2', 'dependencies' => [ 'groups' => [ 'position' => 'after',