From a604c76fee994710a1befe4301b460d8eb899023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 4 Jul 2024 17:07:58 +0200 Subject: [PATCH] chore: wrapping up v7.0 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 387dcf0..2d3db80 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +7.0 (2024-07-04): + +- changed: updated for Elgg 6 + 6.0.1 (2023-11-30): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index 85cc8f2..d0348a7 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -6,7 +6,7 @@ return [ 'plugin' => [ - 'version' => '6.0.1', + 'version' => '7.0', ], 'bootstrap' => Bootstrap::class, 'settings' => [