From 7dd25ae919c92c72ec2dd650badf698af96ab3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 28 Jun 2024 09:15:22 +0200 Subject: [PATCH] chore: wrapping up v17.0 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 2375fdc..c56a66a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +17.0 (2024-06-28): + +- changed: updated for Elgg 6.0 + 16.1.1 (2024-06-05): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index e1d1777..0fdef39 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '16.1.1', + 'version' => '17.0', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,