From db8cfde16022094eb3621cd472f51785e3abddb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 2 Jun 2023 09:58:33 +0200 Subject: [PATCH] chore: wrapping up v7.0 --- CHANGES.txt | 5 +++++ elgg-plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9c604be..c7b3df8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +7.0 (2023-06-02): + +- changed: conflict with Elgg < 5.0 +- changed: updated for Elgg 5 + 6.0 (2022-02-16): - changed: updated for Elgg 4.1 diff --git a/elgg-plugin.php b/elgg-plugin.php index a0f1ccf..2fb6b01 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -10,7 +10,7 @@ return [ 'plugin' => [ - 'version' => '6.0', + 'version' => '7.0', ], 'bootstrap' => Bootstrap::class, 'actions' => [