From 6e1200abae080fdb088dad89e12005b32829ad02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 16 Feb 2022 15:14:48 +0100 Subject: [PATCH] chore: wrapping up v14.0 --- CHANGES.txt | 5 +++++ elgg-plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 594a558..62dcb61 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +14.0 (2022-02-16): + +- added: group notification preference status to welcome notification +- changed: updated code for Elgg 4.1 capabilities system + 13.0.3 (2021-12-16): - fixed: register upgrade to migrate plugin settings diff --git a/elgg-plugin.php b/elgg-plugin.php index 683696a..6e8e13f 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '13.0.3', + 'version' => '14.0', 'dependencies' => [ 'groups' => [ 'position' => 'after',