From 08825641ffc3c3069f8913723347c36f8710d72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 2 Jun 2023 10:04:23 +0200 Subject: [PATCH] chore: wrapping up v6.0 --- CHANGES.txt | 5 +++++ elgg-plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index fc35b15..1abd20a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +6.0 (2023-06-02): + +- changed: conflict with Elgg < 5.0 +- changed: updated for Elgg 5 + 5.0 (2022-06-01): - changed: updated for Elgg 4.2 diff --git a/elgg-plugin.php b/elgg-plugin.php index 1283169..df5e59e 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -7,7 +7,7 @@ return [ 'plugin' => [ - 'version' => '5.0', + 'version' => '6.0', ], 'settings' => [ 'topbar_to_site' => 0,