From 2b8b36872af364e1409e944d8f93f25a4540c90e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 11 Mar 2022 14:10:20 +0100 Subject: [PATCH] chore: wrapping up v14.0.1 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 62dcb61..6e6e9cd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +14.0.1 (2022-03-11): + +- several small chores/fixes + 14.0 (2022-02-16): - added: group notification preference status to welcome notification diff --git a/elgg-plugin.php b/elgg-plugin.php index 6e8e13f..39685e4 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '14.0', + 'version' => '14.0.1', 'dependencies' => [ 'groups' => [ 'position' => 'after',