From dcee95092c48c1b4cd6b3e77850ea059d700c6d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Tue, 12 Jul 2022 13:42:43 +0200 Subject: [PATCH] chore: wrapping up v15.1.1 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index a4d2805..532ed8b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +15.1.1 (2022-07-12): + +- several small chores/fixes + 15.1 (2022-06-22): - changed: invite form now uses page/components/tabs diff --git a/elgg-plugin.php b/elgg-plugin.php index 8682076..30796f6 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '15.1', + 'version' => '15.1.1', 'dependencies' => [ 'groups' => [ 'position' => 'after',