From 0f5ffb8ca34ff9e76555708868c25b95497e3f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 16 Feb 2022 15:30:24 +0100 Subject: [PATCH] chore: wrapping up v17.0 --- CHANGES.txt | 6 ++++++ elgg-plugin.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index bc8396e..8269bd4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Version history =============== +17.0 (2022-02-16): + +- changed: increased minimal Elgg version to 4.1 +- changed: profile field types are now registered via a hook +- fixed: correctly check for route name + 16.0.1 (2021-10-27): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index c3f0490..5172954 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '16.0.1', + 'version' => '17.0', 'dependencies' => [ 'profile' => ['position' => 'after'], ],