From 178e4c46708de935e4be14ac3a5cc6223b20d174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 28 Jun 2024 09:00:35 +0200 Subject: [PATCH] chore: wrapping up v8.0 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0a41ec0..8c68704 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +8.0 (2024-06-28): + +- changed: updated for Elgg 6 + 7.0.4 (2024-03-14): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index 5ad8196..34f8735 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -2,7 +2,7 @@ return [ 'plugin' => [ - 'version' => '7.0.4', + 'version' => '8.0', 'dependencies' => [ 'pages' => [ 'position' => 'after',