From d6340ef40d78cba327df456e3f670cd8334b98fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 16 Feb 2022 15:37:33 +0100 Subject: [PATCH] chore: wrapping up v11.0 --- CHANGES.txt | 8 ++++++++ elgg-plugin.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3385e72..77fa007 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ Version history =============== +11.0 (2022-02-16): + +- added: Gaelic language +- changed: create wire notification is now group tool dependent +- changed: horizontal align search form fields +- changed: updated code for Elgg 4.1 capabilities system +- fixed: show correct by line imprint in sidebar feature items + 10.0 (2021-09-27): - added: French translation diff --git a/elgg-plugin.php b/elgg-plugin.php index 3ec9e86..94d244b 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -7,7 +7,7 @@ return [ 'plugin' => [ - 'version' => '10.0', + 'version' => '11.0', 'dependencies' => [ 'thewire' => [ 'position' => 'after',