From b8e5aea33202d50facab28061255ee4533600cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 11 Mar 2022 14:13:05 +0100 Subject: [PATCH] chore: wrapping up v17.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 8269bd4..3afe0cd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +17.0.1 (2022-03-11): + +- several small chores/fixes + 17.0 (2022-02-16): - changed: increased minimal Elgg version to 4.1 diff --git a/elgg-plugin.php b/elgg-plugin.php index 5172954..4761353 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '17.0', + 'version' => '17.0.1', 'dependencies' => [ 'profile' => ['position' => 'after'], ],