From 6ed520fba6421a9b38f277d092dd91358df0db5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 7 Oct 2022 14:50:05 +0200 Subject: [PATCH] chore: wrapping up v16.0.1 --- CHANGES.txt | 5 +++++ elgg-plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 13049f3..9765b9d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +16.0.1 (2022-10-07): + +- fixed: deadloop during sending of GroupMail +- fixed: group invite menu item availability + 16.0 (2022-08-24): - changed: registration with group invite diff --git a/elgg-plugin.php b/elgg-plugin.php index be1755d..ef1d418 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '16.0', + 'version' => '16.0.1', 'dependencies' => [ 'groups' => [ 'position' => 'after',